Hello community,

here is the log from the commit of package libstrophe for openSUSE:Factory 
checked in at 2018-02-26 23:25:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libstrophe (Old)
 and      /work/SRC/openSUSE:Factory/.libstrophe.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libstrophe"

Mon Feb 26 23:25:05 2018 rev:4 rq:579834 version:0.9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libstrophe/libstrophe.changes    2016-09-17 
14:40:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libstrophe.new/libstrophe.changes       
2018-02-26 23:25:09.162332507 +0100
@@ -1,0 +2,13 @@
+Sat Feb 24 19:53:39 UTC 2018 - [email protected]
+
+- Update to 0.9.2:
+  * OpenSSL tls module verifies certificate by default. Set flag 
XMPP_CONN_FLAG_TRUST_TLS to ignore result of the verification
+  * Certificate hostname verification is forced for openssl-1.0.2 and newer
+  * OpenSSL tls module disables insecure SSLv2 SSLv3 and TLSv1
+  * Support of handlers with the same callback function, but different userdata
+  * System handlers are deleted on xmpp_conn_t reconnection. Old system 
handlers could cause problems
+  * Default timeout for xmpp_run() is increased from 1 millisecond to 1 second 
in order to reduce CPU consumption
+  * Reduced memory usage in expat module
+  * New functions: xmpp_ctx_set_timeout(), xmpp_sha1_digest()
+
+-------------------------------------------------------------------

Old:
----
  0.9.1.tar.gz

New:
----
  0.9.2.tar.gz

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

Other differences:
------------------
++++++ libstrophe.spec ++++++
--- /var/tmp/diff_new_pack.WjHxIZ/_old  2018-02-26 23:25:09.930304888 +0100
+++ /var/tmp/diff_new_pack.WjHxIZ/_new  2018-02-26 23:25:09.934304744 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libstrophe
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -18,11 +18,11 @@
 
 %define c_lib   libstrophe0
 Name:           libstrophe
-Version:        0.9.1
+Version:        0.9.2
 Release:        0
 Summary:        A XMPP library for C
-License:        GPL-3.0+ or MIT
-Group:          Development/Libraries
+License:        GPL-3.0-or-later OR MIT
+Group:          Development/Libraries/C and C++
 Url:            http://strophe.im/libstrophe/
 Source0:        https://github.com/strophe/%{name}/archive/%{version}.tar.gz
 BuildRequires:  autoconf
@@ -32,8 +32,7 @@
 BuildRequires:  libtool
 BuildRequires:  libxml2-devel
 BuildRequires:  make
-BuildRequires:  pkg-config
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
 
 %description
 Strophe is a collection of libraries for speaking the XMPP protocol.
@@ -49,7 +48,7 @@
 
 %package -n libstrophe-devel
 Summary:        Development files for libstrophe
-Group:          Development/Libraries
+Group:          Development/Libraries/C and C++ 
 Requires:       libstrophe0 = %{version}
 
 %description -n libstrophe-devel
@@ -72,20 +71,18 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 rm %{buildroot}%{_libdir}/libstrophe.la
 
 %post -n libstrophe0 -p /sbin/ldconfig
-
 %postun -n libstrophe0 -p /sbin/ldconfig
 
 %files -n libstrophe0
-%defattr(-,root,root)
-%doc ChangeLog README COPYING
+%license COPYING
+%doc ChangeLog README
 %{_libdir}/libstrophe.so.*
 
 %files -n libstrophe-devel
-%defattr(-,root,root)
 %{_libdir}/libstrophe.so
 %{_includedir}/strophe.h
 %{_libdir}/pkgconfig/libstrophe.pc

++++++ 0.9.1.tar.gz -> 0.9.2.tar.gz ++++++
++++ 4677 lines of diff (skipped)


Reply via email to