Hello community,
here is the log from the commit of package socket_wrapper for
openSUSE:Leap:15.2 checked in at 2020-02-17 17:35:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/socket_wrapper (Old)
and /work/SRC/openSUSE:Leap:15.2/.socket_wrapper.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "socket_wrapper"
Mon Feb 17 17:35:21 2020 rev:11 rq:774713 version:1.2.3
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/socket_wrapper/socket_wrapper.changes
2020-01-15 16:03:25.455925583 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.socket_wrapper.new.26092/socket_wrapper.changes
2020-02-17 17:35:55.264421443 +0100
@@ -1,0 +2,44 @@
+Mon Nov 25 11:19:27 UTC 2019 - Samuel Cabrero <[email protected]>
+
+- Update changelog to reference bsc#1157684.
+
+-------------------------------------------------------------------
+Thu Oct 31 11:55:39 UTC 2019 - Andreas Schneider <[email protected]>
+
+- Some spec file cleanups
+
+-------------------------------------------------------------------
+Wed Aug 21 09:08:54 UTC 2019 - Andreas Schneider <[email protected]>
+
+- Change Requires to Recommends for cmake and pkgconf
+
+-------------------------------------------------------------------
+Thu Mar 21 14:02:58 UTC 2019 - Andreas Schneider <[email protected]>
+
+- Update to version 1.2.3
+ * Fixed missing NULL check for socket_wrapper_dir()
+ * Fixes building in Samba source tree
+
+-------------------------------------------------------------------
+Thu Mar 21 09:00:55 UTC 2019 - Andreas Schneider <[email protected]>
+
+- Update to version 1.2.2
+ * Added environment variable to disable deep binding
+ * Fixed installation of socket_wrapper
+ * Fixed several small bugs
+
+-------------------------------------------------------------------
+Wed Nov 14 08:43:12 UTC 2018 - Andreas Schneider <[email protected]>
+
+- Update to version 1.2.1
+ * Removed error message to fix applications doing stupid things
+
+-------------------------------------------------------------------
+Tue Nov 13 13:10:34 UTC 2018 - Andreas Schneider <[email protected]>
+
+- Update to version 1.2.0
+ * Added threading support
+ * Moved to modern cmake
+ * Several smaller bugfixes
+
+-------------------------------------------------------------------
Old:
----
socket_wrapper-1.1.9.tar.gz
New:
----
socket_wrapper-1.2.3.tar.gz
socket_wrapper-1.2.3.tar.gz.asc
socket_wrapper.keyring
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ socket_wrapper.spec ++++++
--- /var/tmp/diff_new_pack.QAYB2o/_old 2020-02-17 17:35:55.688422404 +0100
+++ /var/tmp/diff_new_pack.QAYB2o/_new 2020-02-17 17:35:55.688422404 +0100
@@ -1,7 +1,7 @@
#
# spec file for package socket_wrapper
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -24,21 +24,26 @@
############################# NOTE ##################################
Name: socket_wrapper
-Version: 1.1.9
+Version: 1.2.3
Release: 0
Summary: A library passing all socket communications trough Unix sockets
License: BSD-3-Clause
Group: Development/Libraries/C and C++
-Url: http://cwrap.org/
+Url: https://cwrap.org/
+#
Source0: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz
-Source1: %{name}-rpmlintrc
+Source1: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz.asc
+Source2: socket_wrapper.keyring
+Source3: %{name}-rpmlintrc
+#
BuildRequires: cmake
BuildRequires: libcmocka-devel
BuildRequires: pkg-config
+#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Requires: cmake
-Requires: pkg-config
+Recommends: cmake
+Recommends: pkgconf
%description
socket_wrapper aims to help client/server software development teams willing to
@@ -52,7 +57,7 @@
SOCKET_WRAPPER_DIR=/path/to/swrap_dir
%prep
-%setup -q
+%autosetup
%build
%cmake \
@@ -64,9 +69,7 @@
%cmake_install
%check
-pushd build
-make %{?_smp_mflags} test || cat $(find Testing -name "*.log")
-popd
+%ctest
%post -p /sbin/ldconfig
@@ -74,7 +77,8 @@
%files
%defattr(-,root,root)
-%doc AUTHORS README ChangeLog COPYING
+%doc AUTHORS README.md ChangeLog
+%license LICENSE
%{_libdir}/libsocket_wrapper.so.*
%{_mandir}/man1/socket_wrapper.1*
%{_libdir}/libsocket_wrapper.so
++++++ socket_wrapper-1.1.9.tar.gz -> socket_wrapper-1.2.3.tar.gz ++++++
++++ 29394 lines of diff (skipped)