Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libmemcached for openSUSE:Factory checked in at 2021-10-31 22:55:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmemcached (Old) and /work/SRC/openSUSE:Factory/.libmemcached.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmemcached" Sun Oct 31 22:55:31 2021 rev:28 rq:928122 version:1.0.18 Changes: -------- --- /work/SRC/openSUSE:Factory/libmemcached/libmemcached.changes 2019-06-24 21:47:40.279841400 +0200 +++ /work/SRC/openSUSE:Factory/.libmemcached.new.1890/libmemcached.changes 2021-10-31 22:56:10.119722526 +0100 @@ -1,0 +2,6 @@ +Thu Oct 21 16:08:29 UTC 2021 - Danilo Spinella <[email protected]> + +- Move libmemcachedprotocol library into its own package to + fix shlib-policy-name-error. Fixes bsc#1191767 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmemcached.spec ++++++ --- /var/tmp/diff_new_pack.SaZMP6/_old 2021-10-31 22:56:10.755723014 +0100 +++ /var/tmp/diff_new_pack.SaZMP6/_new 2021-10-31 22:56:10.755723014 +0100 @@ -1,7 +1,7 @@ # # spec file for package libmemcached # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -73,6 +73,18 @@ The libmemcachedutil library contains utility functions used by libmemcached. +%package -n libmemcachedprotocol0 +Summary: Libmemcached is a C/C++ client library and tools for the memcached server +Group: System/Libraries + +%description -n libmemcachedprotocol0 +Libmemcached is a C/C++ client library and tools for the memcached server +(http://memcached.org/). It has been designed to be light on memory +usage, thread safe, and provide full access to server side methods. + +The libmemcachedprotocol library contains functions with interacting with +the memcached server. + %package devel Summary: Libmemcached is a C/C++ client library and tools for the memcached server Group: Development/Libraries/C and C++ @@ -115,6 +127,8 @@ %postun -n %{libsoname} -p /sbin/ldconfig %post -n libmemcachedutil2 -p /sbin/ldconfig %postun -n libmemcachedutil2 -p /sbin/ldconfig +%post -n libmemcachedprotocol0 -p /sbin/ldconfig +%postun -n libmemcachedprotocol0 -p /sbin/ldconfig %files %{_bindir}/memcapable @@ -141,6 +155,8 @@ %{_libdir}/libhashkit.so.2.*.* %{_libdir}/libmemcachedutil.so.2 %{_libdir}/libmemcachedutil.so.2.*.* + +%files -n libmemcachedprotocol0 %{_libdir}/libmemcachedprotocol.so.0 %{_libdir}/libmemcachedprotocol.so.0.*.*
