Update to 1.43 (corrects #156840).

This commit is contained in:
Warren Togami 2005-06-28 23:16:11 +00:00
parent d4fff522de
commit f408d5e43e
3 changed files with 9 additions and 10 deletions

View File

@ -1 +1 @@
DBD-Pg-1.41.tar.gz
DBD-Pg-1.43.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-DBD-Pg
Version: 1.41
Release: 2
Version: 1.43
Release: 1
Summary: A PostgresSQL interface for perl
Group: Development/Libraries
@ -25,11 +25,7 @@ An implementation of DBI for PostgreSQL for Perl.
%build
CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
# XXX: Temporary Workaround (#156840)
# gcc4 breaks it with optimization
#make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags} \
OPTIMIZE="`echo $RPM_OPT_FLAGS | sed s/O2/O0/`"
make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
%install
rm -rf $RPM_BUILD_ROOT
@ -58,10 +54,13 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Jun 28 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.43-1
- Update to 1.43 (corrects #156840).
* Thu May 19 2005 Warren Togami <wtogami@redhat.com> - 1.41-2
- Disable gcc optimization to workaround broken placeholders (#156840)
* Wed Apr 13 2005 Jose Pedro Oliveira <jpo@di.uminho.pt> - 1.41-1
* Wed Apr 13 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.41-1
- Update to 1.41.
- Updated the requirements versions.
- Specfile cleanup. (#154203)

View File

@ -1 +1 @@
3f58b53877954f5a07a08e64f6a67287 DBD-Pg-1.41.tar.gz
1ddefc3cb5f8c0d20eaf6ba7aa11049d DBD-Pg-1.43.tar.gz