Hello community,

here is the log from the commit of package curl for openSUSE:Factory
checked in at Wed Aug 3 16:03:38 CEST 2011.



--------
--- curl/curl.changes   2010-10-22 18:41:27.000000000 +0200
+++ /mounts/work_src_done/STABLE/curl/curl.changes      2011-08-03 
11:41:39.000000000 +0200
@@ -1,0 +2,53 @@
+Tue Jul 12 06:46:02 UTC 2011 - [email protected]
+
+- remove support for old suse_versions
+
+-------------------------------------------------------------------
+Mon Jul 11 11:40:17 CEST 2011 - [email protected]
+
+- Update to 7.21.7:
+  - Fix libcurl inappropriate GSSAPI delegation. Full details at
+    http://curl.haxx.se/docs/adv_20110623.html
+  - Some other minor fixes.
+
+- Use the lzma compressed tarball provided upstreams.
+
+-------------------------------------------------------------------
+Fri May 20 16:25:34 UTC 2011 - [email protected]
+
+- remove unintented LDFLAGS from the spec file 
+
+-------------------------------------------------------------------
+Fri May 20 15:37:54 UTC 2011 - [email protected]
+
+- Update to 7.21.6
+* curl-config: fix --version 
+* use HTTPS properly after CONNECT
+* SFTP: close file before post quote operations
+
+-------------------------------------------------------------------
+Thu Apr 14 17:02:19 UTC 2011 - [email protected]
+
+- bnc#598574 has been fixed in upstream commit  8ab137b2bc9630ce20f4
+ already, so enable c-ares support again.
+
+-------------------------------------------------------------------
+Sat Apr  9 20:42:27 UTC 2011 - [email protected]
+
+- Support openSSL compiled without SSLv2 support
+- Update to version 7.21.4
+  * SMTP: add brackets for MAIL FROM
+  * multi: connect fail => use next IP address
+  * pubkey_show: allocate buffer to fit any-size result
+  * Curl_do: avoid using stale conn pointer
+  * tftpd test server: avoid buffer overflow report from glibc
+  * OpenSSL get_cert_chain: support larger data sets
+  * SCP/SFTP transfers: acknowledge speedcheck
+  * connect problem: use UDP correctly
+  * OpenSSL: improved error message on SSL_CTX_new failures
+  * HTTP: memory leak on multiple Location:
+  * curl.1: typo in -v description
+  * CURLOPT_SOCKOPTFUNCTION: return proper error code --keepalive-time
+  * file: add support for CURLOPT_TIMECONDITION
+  * multi: fix CURLM_STATE_TOOFAST for multi_socket
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  _service
  _service:download_url:curl-7.21.2.tar.bz2

New:
----
  curl-7.21.7.tar.lzma

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

Other differences:
------------------
++++++ curl.spec ++++++
--- /var/tmp/diff_new_pack.Kzvwsv/_old  2011-08-03 16:01:49.000000000 +0200
+++ /var/tmp/diff_new_pack.Kzvwsv/_new  2011-08-03 16:01:49.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package curl (Version 7.21.2)
+# spec file for package curl
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,26 +22,23 @@
 %bcond_without testsuite
 
 Name:           curl
-BuildRequires:  libidn-devel openldap2-devel pkg-config zlib-devel
+BuildRequires:  libidn-devel lzma openldap2-devel pkg-config zlib-devel
 %if %{with openssl}
 BuildRequires:  openssl-devel
 %endif
 %if %{with mozilla_nss}
 BuildRequires:  mozilla-nss-devel
 %endif
-%if 0%{suse_version} > 930
 BuildRequires:  krb5-devel
-%else
-BuildRequires:  heimdal-devel
-%endif
 BuildRequires:  libssh2-devel openssh
+BuildRequires:  libcares-devel
 %if 0%{?_with_stunnel:1}
 # used by the testsuite
 BuildRequires:  stunnel
 %endif
 #define cvs_suffix -20090302
-Version:        7.21.2
-Release:        2
+Version:        7.21.7
+Release:        1
 AutoReqProv:    on
 # bug437293
 %ifarch ppc64
@@ -52,7 +49,7 @@
 Group:          Productivity/Networking/Web/Utilities
 Summary:        A Tool for Transferring Data from URLs
 Url:            http://curl.haxx.se/
-Source:         curl-%version%{?cvs_suffix}.tar.bz2
+Source:         curl-%version%{?cvs_suffix}.tar.lzma
 Source2:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -93,7 +90,7 @@
 # (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
-export CFLAGS="$RPM_OPT_FLAGS"
+export CFLAGS="%{optflags}"
 ./configure \
        --prefix=%{_prefix} \
        --enable-ipv6 \
@@ -106,15 +103,13 @@
        --with-nss \
 %endif
 %endif
-%if %suse_version > 930
        --with-gssapi=/usr/lib/mit \
-%else
-       --with-gssapi=/usr/lib/heimdal \
-%endif
        --with-libssh2\
        --libdir=%{_libdir} \
        --enable-hidden-symbols \
-       --disable-static
+       --disable-static \
+    --enable-ares
+
 : 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
@@ -143,7 +138,7 @@
 %endif
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
+%{makeinstall}
 rm $RPM_BUILD_ROOT%_libdir/libcurl.la
 install -d $RPM_BUILD_ROOT/usr/share/aclocal
 install -m 644 docs/libcurl/libcurl.m4 $RPM_BUILD_ROOT/usr/share/aclocal/


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to