Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package redis++ for openSUSE:Factory checked in at 2023-08-28 17:12:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/redis++ (Old) and /work/SRC/openSUSE:Factory/.redis++.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "redis++" Mon Aug 28 17:12:32 2023 rev:8 rq:1105570 version:1.3.10 Changes: -------- --- /work/SRC/openSUSE:Factory/redis++/redis++.changes 2023-05-21 19:09:40.494766172 +0200 +++ /work/SRC/openSUSE:Factory/.redis++.new.1766/redis++.changes 2023-08-28 17:12:33.106912124 +0200 @@ -1,0 +2,18 @@ +Thu Aug 24 08:43:42 UTC 2023 - Martin Pluskal <mplus...@suse.com> + +- Update URL + +------------------------------------------------------------------- +Sat Jul 29 21:11:47 UTC 2023 - Andreas Stieger <andreas.stie...@gmx.de> + +- update to 1.3.10: + * Fix TLS support on async interface +- update to 1.3.9: + * Fix async interface bug + * More built-in commands support for AsyncRedis + * Fix incorrect hiredis static lib dependency when building with + TSL + * Breaking change: make HSET related methods return long long + instead of bool + +------------------------------------------------------------------- Old: ---- 1.3.8.tar.gz New: ---- redis++-1.3.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ redis++.spec ++++++ --- /var/tmp/diff_new_pack.aTRv2O/_old 2023-08-28 17:12:34.050946026 +0200 +++ /var/tmp/diff_new_pack.aTRv2O/_new 2023-08-28 17:12:34.054946169 +0200 @@ -18,12 +18,12 @@ %define sover 1 Name: redis++ -Version: 1.3.8 +Version: 1.3.10 Release: 0 Summary: C++ client for Redis License: Apache-2.0 URL: https://github.com/sewenew/redis-plus-plus -Source0: https://github.com/sewenew/redis-plus-plus/archive/%{version}.tar.gz +Source0: https://github.com/sewenew/redis-plus-plus/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: c++_compiler BuildRequires: cmake BuildRequires: pkgconfig @@ -53,7 +53,7 @@ libraries for redis-plus-plus. %prep -%autosetup -n redis-plus-plus-%{version} -p1 +%autosetup -n redis-plus-plus-%{version} %build sed -i -e '/DESTINATION.*/s/lib/%{_lib}/' CMakeLists.txt