Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hiredis for openSUSE:Factory checked 
in at 2023-01-03 15:05:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hiredis (Old)
 and      /work/SRC/openSUSE:Factory/.hiredis.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hiredis"

Tue Jan  3 15:05:44 2023 rev:12 rq:1046423 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/hiredis/hiredis.changes  2021-10-08 
22:05:32.864609425 +0200
+++ /work/SRC/openSUSE:Factory/.hiredis.new.1563/hiredis.changes        
2023-01-03 15:06:08.434781337 +0100
@@ -1,0 +2,10 @@
+Mon Jan  2 14:57:27 UTC 2023 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- hiredis 1.1.0:
+  * better SSL convenience
+  * new async adapters
+  * can now return nan in addition to -inf and inf in a 
+    REDIS_REPLY_DOUBLE. Applications that deal with RESP3 doubles
+    should make sure to account for this.
+
+-------------------------------------------------------------------
@@ -2,0 +13 @@
+
@@ -4,0 +16 @@
+    [boo#1191331]

Old:
----
  v1.0.2.tar.gz

New:
----
  v1.1.0.tar.gz

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

Other differences:
------------------
++++++ hiredis.spec ++++++
--- /var/tmp/diff_new_pack.TB8GJo/_old  2023-01-03 15:06:09.934790091 +0100
+++ /var/tmp/diff_new_pack.TB8GJo/_new  2023-01-03 15:06:09.938790115 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hiredis
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
 #
 
 
-%global libname lib%{name}1_0_0
+%global libname lib%{name}1_1_0
 Name:           hiredis
-Version:        1.0.2
+Version:        1.1.0
 Release:        0
 Summary:        Minimalistic C client for Redis
 License:        BSD-3-Clause
@@ -56,10 +56,17 @@
 %patch0
 
 %build
-%make_build OPTIMIZATION="%{optflags}" PREFIX=%{_prefix} LIBRARY_PATH=%{_lib} 
USE_SSL=1
+%make_build \
+       OPTIMIZATION="%{optflags}" \
+       PREFIX=%{_prefix} \
+       LIBRARY_PATH=%{_lib} \
+       USE_SSL=1
 
 %install
-make install DESTDIR=%{buildroot} PREFIX=%{_prefix} LIBRARY_PATH=%{_lib} 
USE_SSL=1
+%make_install \
+       PREFIX=%{_prefix} \
+       LIBRARY_PATH=%{_lib} \
+       USE_SSL=1
 
 mkdir -p %{buildroot}%{_bindir}
 install -m 0755 %{name}-test %{buildroot}%{_bindir}
@@ -70,13 +77,12 @@
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files
-%defattr(0644,root,root,0755)
 %license COPYING
 %doc README.md
 %attr(0755,root,root) %{_bindir}/%{name}-test
 
 %files devel
-%defattr(0644,root,root,0755)
+%license COPYING
 %doc CHANGELOG.md
 %{_includedir}/%{name}/
 %{_libdir}/lib%{name}.so
@@ -85,7 +91,7 @@
 %{_libdir}/pkgconfig/%{name}_ssl.pc
 
 %files -n %{libname}
-%defattr(0755,root,root,0755)
+%license COPYING
 %{_libdir}/lib%{name}.so.*
 %{_libdir}/lib%{name}_ssl.so.*
 

++++++ v1.0.2.tar.gz -> v1.1.0.tar.gz ++++++
++++ 5885 lines of diff (skipped)

Reply via email to