OBS User unknown 2009-03-08 23:18:22 +00:00 committed by Git OBS Bridge
parent edc3e5c2c5
commit 663ea95b39
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 5 11:12:41 CET 2009 - mmarek@suse.cz
- don't run autoreconf -fi as it breaks on older distros and
upstream uses recent autotools already.
-------------------------------------------------------------------
Mon Mar 2 15:44:14 CET 2009 - mmarek@suse.cz

View File

@ -34,7 +34,7 @@ BuildRequires: stunnel
%endif
#define cvs_suffix -20090302
Version: 7.19.4
Release: 1
Release: 2
AutoReqProv: on
# bug437293
%ifarch ppc64
@ -103,7 +103,6 @@ Authors:
%setup -q -n curl-%version%{?cvs_suffix}
%build
autoreconf -fi
# local hack to make curl-config --libs stop printing libraries it depends on
# (currently, libtool sets link_all_deplibs=(yes|unknown) everywhere,
# will hopefully change in the future)
@ -182,6 +181,9 @@ rm -rf $RPM_BUILD_ROOT
%doc docs/libcurl/symbols-in-versions
%changelog
* Thu Mar 05 2009 mmarek@suse.cz
- don't run autoreconf -fi as it breaks on older distros and
upstream uses recent autotools already.
* Mon Mar 02 2009 mmarek@suse.cz
- updated to 7.19.4
* don't follow redirects to file:// and scp:// by default; add