OBS User unknown 2007-06-03 19:11:39 +00:00 committed by Git OBS Bridge
parent 35eb58db12
commit bc9ac9c258
2 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jun 1 11:57:28 CEST 2007 - dmueller@suse.de
- fix obsoletes for alpha3 update
- fix ldconfig call
-------------------------------------------------------------------
Wed May 23 16:22:39 CEST 2007 - bk@suse.de

View File

@ -13,7 +13,7 @@
Name: curl
BuildRequires: libidn-devel openssl-devel zlib-devel
Version: 7.16.2
Release: 1
Release: 5
Autoreqprov: on
License: BSD License and BSD-like, X11/MIT
Group: Productivity/Networking/Web/Utilities
@ -71,7 +71,7 @@ Group: Productivity/Networking/Web/Utilities
Requires: libcurl4 = %{version} zlib-devel openssl-devel libidn-devel
Provides: curl-devel = %{version}-%{release}
# curl-devel (v 7.15.5) was last used in 10.2
Obsoletes: curl-devel < 7.16.0
Obsoletes: curl-devel < 7.16.2
%description -n libcurl-devel
Curl is a client to get documents and files from or send documents to a
@ -119,11 +119,9 @@ rm $RPM_BUILD_ROOT%_libdir/libcurl.la
%clean
rm -rf $RPM_BUILD_ROOT
%post
%run_ldconfig
%post -n libcurl4 -p /sbin/ldconfig
%postun
%run_ldconfig
%postun -n libcurl4 -p /sbin/ldconfig
%files
%defattr(-,root,root)
@ -151,6 +149,9 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man3/*
%changelog
* Fri Jun 01 2007 - dmueller@suse.de
- fix obsoletes for alpha3 update
- fix ldconfig call
* Wed May 23 2007 - bk@suse.de
- updated to 7.16.2 (lots of fixes, fixes a segfault in git-http)
* Fri May 04 2007 - mmarek@suse.cz