Hello community,

here is the log from the commit of package curl for openSUSE:Factory checked in 
at 2015-03-01 14:58:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/curl (Old)
 and      /work/SRC/openSUSE:Factory/.curl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "curl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/curl/curl.changes        2015-02-18 
11:37:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.curl.new/curl.changes   2015-03-01 
14:58:07.000000000 +0100
@@ -1,0 +2,11 @@
+Thu Feb 26 09:37:22 UTC 2015 - sor.ale...@meowr.ru
+
+- update to 7.41.0:
+  * Changes:
+    NetWare build: added TLS-SRP enabled build
+    winbuild: Added option to build with c-ares
+    Added --cert-status
+    Added CURLOPT_SSL_VERIFYSTATUS
+    sasl: implement EXTERNAL authentication mechanism 
+
+-------------------------------------------------------------------

Old:
----
  curl-7.40.0.tar.lzma
  curl-7.40.0.tar.lzma.asc

New:
----
  curl-7.41.0.tar.lzma
  curl-7.41.0.tar.lzma.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ curl.spec ++++++
--- /var/tmp/diff_new_pack.hTA1za/_old  2015-03-01 14:58:09.000000000 +0100
+++ /var/tmp/diff_new_pack.hTA1za/_new  2015-03-01 14:58:09.000000000 +0100
@@ -20,7 +20,7 @@
 %bcond_with mozilla_nss
 %bcond_without testsuite
 Name:           curl
-Version:        7.40.0
+Version:        7.41.0
 Release:        0
 Summary:        A Tool for Transferring Data from URLs
 License:        BSD-3-Clause and MIT
@@ -99,7 +99,7 @@
 # curl complains if macro definition is contained in CFLAGS
 # see m4/xc-val-flgs.m4
 CPPFLAGS="-D_FORTIFY_SOURCE=2"
-CFLAGS=$(echo %{optflags} | sed 's/-D_FORTIFY_SOURCE=2//')
+CFLAGS=$(echo "%{optflags}" | sed -e 's/-D_FORTIFY_SOURCE=2//')
 export CPPFLAGS CFLAGS
 export CFLAGS="$CFLAGS -fPIE"
 export LDFLAGS="$LDFLAGS -pie"
@@ -107,7 +107,7 @@
 # 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)
-sed -i 's/link_all_deplibs=unknown/link_all_deplibs=no/' configure
+sed -i 's/\(link_all_deplibs=\)unknown/\1no/' configure
 %configure \
        --enable-ipv6 \
 %if %{with openssl}
@@ -126,14 +126,14 @@
        --enable-threaded-resolver \
        --with-libmetalink
 
-: if this fails, the above sed hack did not work
+# if this fails, the above sed hack did not work
 ./libtool --config | grep -q link_all_deplibs=no
 # enable-hidden-symbols needs gcc4 and causes that curl exports only its API
 make %{?_smp_mflags}
 
 %if %{with testsuite}
 %check
-cd tests
+pushd tests
 make %{?_smp_mflags}
 # make sure the testsuite runs don't race on MP machines in autobuild
 if test -z "$BUILD_INCARNATION" -a -r /.buildenv; then
@@ -151,12 +151,12 @@
 %endif
 }
 %endif
+popd
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
-rm %{buildroot}%{_libdir}/libcurl.la
-install -d %{buildroot}%{_datadir}/aclocal
-install -m 644 docs/libcurl/libcurl.m4 %{buildroot}%{_datadir}/aclocal/
+%make_install
+rm -f %{buildroot}%{_libdir}/libcurl.la
+install -Dm 0644 docs/libcurl/libcurl.m4 
%{buildroot}%{_datadir}/aclocal/libcurl.m4
 
 %post -n libcurl4 -p /sbin/ldconfig
 
@@ -178,7 +178,7 @@
 %defattr(-,root,root)
 %{_bindir}/curl-config
 %{_includedir}/curl
-%dir %{_datadir}/aclocal
+%dir %{_datadir}/aclocal/
 %{_datadir}/aclocal/libcurl.m4
 %{_libdir}/libcurl.so
 %{_libdir}/pkgconfig/libcurl.pc

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to