Hello community,

here is the log from the commit of package openconnect for openSUSE:Factory 
checked in at 2012-02-08 17:19:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openconnect (Old)
 and      /work/SRC/openSUSE:Factory/.openconnect.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openconnect", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/openconnect/openconnect.changes  2011-09-23 
02:15:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openconnect.new/openconnect.changes     
2012-02-08 17:19:37.000000000 +0100
@@ -1,0 +2,30 @@
+Thu Jan  5 14:10:20 UTC 2012 - [email protected]
+
+- Update to version 3.15
+  * Fix for reading multiple packets from Solaris tun device.
+  * Call bindtextdomain() to ensure that translations are found in install 
path.
+- Update to version 3.14
+  * Move executable to $prefix/sbin.
+  * Fix build issues on OSX, OpenIndiana, DragonFlyBSD, OpenBSD, FreeBSD & 
NetBSD.
+  * Fix non-portable (void *) arithmetic.
+  * Make more messages translatable.
+  * Attempt to make NLS support more portable (with fewer dependencies).
+- Update to version 3.13
+  * Add --cert-expire-warning option.
+  * Give visible warning when server dislikes client SSL certificate.
+  * Add localisation support.
+  * Fix build on Debian systems where dtls1_stop_timer() is not available.
+  * Fix libproxy detection.
+  * Enable a useful set of compiler warnings by default.
+  * Fix various minor compiler warnings.
+- Update to version 3.12
+  * Fix DTLS compatibility with ASA firmware 8.4.1(11) and above.
+  * Fix build failures on GNU Hurd, on systems with ancient OpenSSL, and on 
Debian.
+  * Add --pid-file option.
+  * Print SHA1 fingerprint with server certificate details.
+- spec file changes
+  * Package language files in a lang package
+  * Since the binary is in /usr/sbin, keep the manual as man8
+  * Package .a file in -devel package and have -devel package provide 
-devel-static
+
+-------------------------------------------------------------------

Old:
----
  openconnect-3.11.tar.gz

New:
----
  openconnect-3.15.tar.gz

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

Other differences:
------------------
++++++ openconnect.spec ++++++
--- /var/tmp/diff_new_pack.FaIMvA/_old  2012-02-08 17:19:39.000000000 +0100
+++ /var/tmp/diff_new_pack.FaIMvA/_new  2012-02-08 17:19:39.000000000 +0100
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           openconnect
-Version:        3.11
+Version:        3.15
 Release:        1
 License:        LGPL-2.1
 Summary:        Open client for Cisco AnyConnect VPN
 Url:            http://www.infradead.org/openconnect.html
 Group:          Productivity/Networking/Security
-Source0:        
ftp://ftp.infradead.org/pub/openconnect/%{name}-%{version}.tar.gz
+Source0:        ftp://ftp.infradead.org/pub/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(dbus-1)
@@ -46,6 +44,7 @@
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
 Recommends:     pkg-config
+Provides:       %{name}-devel-static
 
 %description devel
 This package provides a client for Cisco's "AnyConnect" VPN, which uses
@@ -58,6 +57,7 @@
 
 %prep
 %setup -q
+%lang_package
 
 %build
 %configure
@@ -65,28 +65,31 @@
 
 %install
 %make_install
-install -Dm0644 openconnect.8 %{buildroot}/%{_mandir}/man1/openconnect.1
-rm -r %{buildroot}%{_mandir}/man8/
 rm %{buildroot}%{_libdir}/libopenconnect.la
+%find_lang %{name}
 
 %post   -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %clean
 rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %doc AUTHORS COPYING.LGPL TODO
-%{_mandir}/man1/*
-%{_bindir}/openconnect
+%{_sbindir}/openconnect
+%{_mandir}/man8/*
 %{_libdir}/libopenconnect.so.*
+%{_datadir}/openconnect/
 
 %files devel
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{_includedir}/openconnect.h
 %{_libdir}/libopenconnect.so
+%{_libdir}/libopenconnect.a
 %{_libdir}/pkgconfig/openconnect.pc
 
+%files lang -f %{name}.lang
+%defattr(-,root,root)
+
 %changelog

++++++ openconnect-3.11.tar.gz -> openconnect-3.15.tar.gz ++++++
++++ 117082 lines of diff (skipped)

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

Reply via email to