Hello community,

here is the log from the commit of package curl for openSUSE:Factory checked in 
at 2015-02-18 11:37:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-01-10 
23:06:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.curl.new/curl.changes   2015-02-18 
11:37:58.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Feb 14 18:29:37 UTC 2015 - [email protected]
+
+- Re-enable metalink supoort
+- Use pkgconfig() style dependencies
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ curl.spec ++++++
--- /var/tmp/diff_new_pack.3b3wVH/_old  2015-02-18 11:37:59.000000000 +0100
+++ /var/tmp/diff_new_pack.3b3wVH/_new  2015-02-18 11:37:59.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package curl
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,17 +34,18 @@
 Patch1:         dont-mess-with-rpmoptflags.diff
 Patch3:         curl-secure-getenv.patch
 BuildRequires:  krb5-mini-devel
-BuildRequires:  libidn-devel
-BuildRequires:  libssh2-devel
 BuildRequires:  libtool
 BuildRequires:  lzma
 BuildRequires:  openldap2-devel
 BuildRequires:  pkg-config
-BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(libidn)
+BuildRequires:  pkgconfig(libmetalink)
+BuildRequires:  pkgconfig(libssh2)
+BuildRequires:  pkgconfig(zlib)
 Requires:       libcurl4 = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{with openssl}
-BuildRequires:  openssl-devel
+BuildRequires:  pkgconfig(libssl)
 %endif
 %if %{with mozilla_nss}
 BuildRequires:  mozilla-nss-devel
@@ -122,7 +123,8 @@
        --with-libssh2\
        --enable-hidden-symbols \
        --disable-static \
-    --enable-threaded-resolver
+       --enable-threaded-resolver \
+       --with-libmetalink
 
 : if this fails, the above sed hack did not work
 ./libtool --config | grep -q link_all_deplibs=no



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

Reply via email to