Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rabbitmq-c for openSUSE:Factory 
checked in at 2023-06-23 21:53:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rabbitmq-c (Old)
 and      /work/SRC/openSUSE:Factory/.rabbitmq-c.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rabbitmq-c"

Fri Jun 23 21:53:38 2023 rev:8 rq:1094846 version:0.13.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rabbitmq-c/rabbitmq-c.changes    2022-04-27 
21:42:14.861079408 +0200
+++ /work/SRC/openSUSE:Factory/.rabbitmq-c.new.15902/rabbitmq-c.changes 
2023-06-23 21:53:45.883013808 +0200
@@ -1,0 +2,28 @@
+Fri Jun 23 09:43:39 UTC 2023 - pgaj...@suse.com
+
+- version update to 0.13.0
+  ## v0.13.0 - 2023-02-05
+  ## Fixed
+  - Fixed missing option to not install static library (#665)
+  - Missing pkgconfig version in v0.12.0 output (#755, #751)
+  - Correct return value from amqp_ssl_socket_set_key_buffer (#723)
+  ## Changed
+  - Remove OpenSSL code no longer needed when used with OpenSSL >= 1.1.0. 
(Fixed: #715, #737)
+  ## Added
+  - Integration with OSS-Fuzz (#736)
+  ## v0.12.0 - 2023-01-31
+  ## Changed
+  - rabbitmq-c now compiles as C99
+  - CMake 3.12 is new minimum required version
+  - CMake -DBUILD_TESTS renamed to -DBUILD_TESTING
+  - CMake -DBUILD_EXAMPLES now defaults to OFF
+  - CMake -DBUILD_TOOLS now defaults to OFF
+  - Unix library version now matches the release version, SONAME remains the 
same.
+  - Modernized CMake scripts to better adopt modern standards
+  - Public headers have moved to rabbitmq-c/ directory
+  - Dropped support for MSVC older than VS 2010
+  - Dropped support for OpenSSL v1.1.0 and older
+  - Minimum SSL version set to TLSv1.2
+  - Updated to RabbitMQ framing to v3.8.19
+
+-------------------------------------------------------------------

Old:
----
  rabbitmq-c-0.11.0.tar.gz

New:
----
  rabbitmq-c-0.13.0.tar.gz

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

Other differences:
------------------
++++++ rabbitmq-c.spec ++++++
--- /var/tmp/diff_new_pack.sTzezF/_old  2023-06-23 21:53:46.575017774 +0200
+++ /var/tmp/diff_new_pack.sTzezF/_new  2023-06-23 21:53:46.583017819 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rabbitmq-c
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2012-2015 Remi Collet
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
 %global libname     librabbitmq
 %global majsonum    4
 Name:           rabbitmq-c
-Version:        0.11.0
+Version:        0.13.0
 Release:        0
 Summary:        Client library for AMQP
 License:        MIT
@@ -79,7 +79,8 @@
 # static lib required for tests
 %cmake \
   -DBUILD_TOOLS_DOCS:BOOL=ON \
-  -DBUILD_STATIC_LIBS:BOOL=ON
+  -DBUILD_STATIC_LIBS:BOOL=ON \
+  -DBUILD_TOOLS:BOOL=ON
 %cmake_build
 
 %install
@@ -132,13 +133,15 @@
 %postun -n %{libname}%{majsonum} -p /sbin/ldconfig
 
 %files -n %{libname}%{majsonum}
-%license LICENSE-MIT
-%{_libdir}/%{libname}.so.%{majsonum}*
+%license LICENSE
+%{_libdir}/%{libname}.so.%{majsonum}
+%{_libdir}/%{libname}.so.%{version}
 
 %files -n %{libname}-devel
-%doc AUTHORS THANKS TODO *.md examples
+%doc AUTHORS THANKS *.md examples
 %{_libdir}/%{libname}.so
 %{_includedir}/amqp*
+%{_includedir}/rabbitmq-c
 %{_libdir}/cmake/%{name}
 %{_libdir}/pkgconfig/%{libname}.pc
 

++++++ rabbitmq-c-0.11.0.tar.gz -> rabbitmq-c-0.13.0.tar.gz ++++++
++++ 15406 lines of diff (skipped)

Reply via email to