Hello community,

here is the log from the commit of package neon for openSUSE:Factory checked in 
at 2012-02-01 13:16:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/neon (Old)
 and      /work/SRC/openSUSE:Factory/.neon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "neon", Maintainer is "prus...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/neon/neon.changes        2011-11-21 
15:48:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.neon.new/neon.changes   2012-02-01 
13:16:50.000000000 +0100
@@ -1,0 +2,17 @@
+Mon Jan 30 11:54:59 UTC 2012 - dmacvi...@suse.de
+
+- build with libproxy
+- make expat explicit in configure
+- pass ca-bundle.pem to configure
+
+-------------------------------------------------------------------
+Mon Jan 30 11:35:31 UTC 2012 - dmacvi...@suse.de
+
+- build with NE_FEATURE_TS_SSL (thread-safe SSL)
+
+-------------------------------------------------------------------
+Mon Nov 21 15:53:44 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ neon.spec ++++++
--- /var/tmp/diff_new_pack.YPzB46/_old  2012-02-01 13:17:04.000000000 +0100
+++ /var/tmp/diff_new_pack.YPzB46/_new  2012-02-01 13:17:04.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package neon
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,18 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           neon
 Version:        0.29.6
-Release:        7
-License:        GPLv2+
+Release:        0
 Summary:        An HTTP and WebDAV Client Library
+License:        GPL-2.0+
+Group:          Development/Libraries/Other
 BuildRequires:  krb5-devel
 BuildRequires:  libexpat-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  libproxy-devel
-BuildRequires:  libtool pkg-config
+BuildRequires:  libtool
+BuildRequires:  pkg-config
 BuildRequires:  zlib-devel
 # bug437293
 %ifarch ppc64
@@ -34,7 +34,6 @@
 %endif
 Url:            http://www.webdav.org/neon
 #
-Group:          Development/Libraries/Other
 Source:         http://www.webdav.org/neon/neon-%{version}.tar.gz
 Source2:        baselibs.conf
 # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches
@@ -69,7 +68,6 @@
 properties (PROPPATCH/PROPFIND)
 
 %package -n libneon27
-License:        GPLv2+
 Summary:        An HTTP and WebDAV Client Library
 Group:          Development/Libraries/Other
 # Drop the main package. It avoids the lib from being installed in different 
versions
@@ -109,7 +107,6 @@
 properties (PROPPATCH/PROPFIND)
 
 %package -n libneon-devel
-License:        GPLv2+
 Summary:        An HTTP and WebDAV Client Library
 Group:          Development/Libraries/Other
 Requires:       glibc-devel
@@ -160,6 +157,10 @@
 sh autogen.sh
 %configure \
     --with-ssl \
+    --enable-threadsafe-ssl=posix \
+    --with-ca-bundle=/etc/ssl/ca-bundle.pem \
+    --with-libproxy \
+    --with-expat \
     --disable-nls \
     --enable-shared \
     --disable-static \
@@ -174,9 +175,6 @@
 %check
 #make check
 
-%clean
-rm -rf %{buildroot}
-
 %post -n libneon27 -p /sbin/ldconfig
 
 %postun -n libneon27 -p /sbin/ldconfig

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

Reply via email to