This commit is contained in:
parent
edc3e5c2c5
commit
663ea95b39
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user