[meego-commits] 9631: Changes to Trunk:Testing/curl
Martin Xu
no_reply at build.meego.com
Mon Nov 22 08:53:41 UTC 2010
Hi,
I have made the following changes to curl in project Trunk:Testing. Please review and accept ASAP.
Thank You,
Martin Xu
[This message was auto-generated]
---
Request #9631:
submit: home:martin:branches:Trunk:Testing/curl(r3)(cleanup) -> Trunk:Testing/curl
Message:
"fix BMC #9292"
State: new 2010-11-22T00:53:35 martin
Comment: None
changes files:
--------------
--- curl.changes
+++ curl.changes
@@ -0,0 +1,3 @@
+* Mon Nov 15 2010 Martin Xu <martin.xu at intel.com> - 7.21.2
+- upgrade to 7.21.2 to fix BMC #9292
+
old:
----
curl-7.20.0.tar.bz2
new:
----
curl-7.21.2.tar.bz2
spec files:
-----------
--- curl.spec
+++ curl.spec
@@ -1,13 +1,13 @@
#
# Do not Edit! Generated by:
-# spectacle version 0.16
+# spectacle version 0.18
#
# >> macros
# << macros
Name: curl
Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
-Version: 7.20.0
+Version: 7.21.2
Release: 1
Group: Applications/Internet
License: MIT
@@ -23,6 +23,7 @@
BuildRequires: zlib-devel
Provides: webclient
+
%description
cURL is a tool for getting files from HTTP, FTP, FILE, LDAP, LDAPS,
DICT, TELNET and TFTP servers, using any of the supported protocols.
@@ -121,17 +122,9 @@
-%post -n libcurl
-/sbin/ldconfig
-# >> post libcurl
-/sbin/ldconfig
-# << post libcurl
-
-%postun -n libcurl
-/sbin/ldconfig
-# >> postun libcurl
-/sbin/ldconfig
-# << postun libcurl
+%post -n libcurl -p /sbin/ldconfig
+
+%postun -n libcurl -p /sbin/ldconfig
@@ -139,7 +132,6 @@
%files
%defattr(-,root,root,-)
# >> files
-%defattr(-,root,root)
%doc CHANGES README* COPYING
%doc docs/BUGS docs/FAQ docs/FEATURES
%doc docs/MANUAL docs/RESOURCES
@@ -158,7 +150,6 @@
%files -n libcurl-devel
%defattr(-,root,root,-)
# >> files libcurl-devel
-%defattr(-,root,root)
%doc docs/examples/*.c docs/examples/Makefile.example docs/INTERNALS
%doc docs/CONTRIBUTE docs/libcurl/ABI
%{_bindir}/curl-config*
other changes:
--------------
++++++ curl-7.20.0.tar.bz2 -> curl-7.21.2.tar.bz2
72421 lines of diff (skipped)
++++++ curl.yaml
--- curl.yaml
+++ curl.yaml
@@ -1,6 +1,6 @@
Name: curl
Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
-Version: 7.20.0
+Version: 7.21.2
Release: 1
Group: Applications/Internet
License: MIT
More information about the MeeGo-commits
mailing list