Update to 1.43 (corrects #156840).
This commit is contained in:
parent
d4fff522de
commit
f408d5e43e
@ -1 +1 @@
|
||||
DBD-Pg-1.41.tar.gz
|
||||
DBD-Pg-1.43.tar.gz
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user