From f408d5e43e0bad29f78e8c44cb3c30edea15eeab Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Tue, 28 Jun 2005 23:16:11 +0000 Subject: [PATCH] Update to 1.43 (corrects #156840). --- .cvsignore | 2 +- perl-DBD-Pg.spec | 15 +++++++-------- sources | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.cvsignore b/.cvsignore index c78a038..c535ba7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -DBD-Pg-1.41.tar.gz +DBD-Pg-1.43.tar.gz diff --git a/perl-DBD-Pg.spec b/perl-DBD-Pg.spec index 5878323..9016445 100644 --- a/perl-DBD-Pg.spec +++ b/perl-DBD-Pg.spec @@ -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 - 1.43-1 +- Update to 1.43 (corrects #156840). + * Thu May 19 2005 Warren Togami - 1.41-2 - Disable gcc optimization to workaround broken placeholders (#156840) -* Wed Apr 13 2005 Jose Pedro Oliveira - 1.41-1 +* Wed Apr 13 2005 Jose Pedro Oliveira - 1.41-1 - Update to 1.41. - Updated the requirements versions. - Specfile cleanup. (#154203) diff --git a/sources b/sources index d73ab59..7295b16 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3f58b53877954f5a07a08e64f6a67287 DBD-Pg-1.41.tar.gz +1ddefc3cb5f8c0d20eaf6ba7aa11049d DBD-Pg-1.43.tar.gz