Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package protobuf-c for openSUSE:Factory 
checked in at 2023-06-30 19:58:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/protobuf-c (Old)
 and      /work/SRC/openSUSE:Factory/.protobuf-c.new.13546 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "protobuf-c"

Fri Jun 30 19:58:13 2023 rev:26 rq:1092721 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/protobuf-c/protobuf-c.changes    2023-04-25 
16:54:14.770649700 +0200
+++ /work/SRC/openSUSE:Factory/.protobuf-c.new.13546/protobuf-c.changes 
2023-06-30 19:58:23.729473331 +0200
@@ -1,0 +2,6 @@
+Mon Jun 12 20:06:14 UTC 2023 - Dirk Müller <[email protected]>
+
+- limit to protobuf < 22 as it is not compatible with newer
+  versions (gh#protobuf-c#544) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ protobuf-c.spec ++++++
--- /var/tmp/diff_new_pack.2amQil/_old  2023-06-30 19:58:24.665478898 +0200
+++ /var/tmp/diff_new_pack.2amQil/_new  2023-06-30 19:58:24.709479160 +0200
@@ -33,7 +33,9 @@
 BuildRequires:  libtool
 BuildRequires:  make
 BuildRequires:  pkgconfig
-BuildRequires:  protobuf-devel >= 2.6.0
+# not compatible with v22 due to 
https://protobuf.dev/news/2022-08-03/#cpp-changes
+# see https://github.com/protobuf-c/protobuf-c/issues/544
+BuildRequires:  (protobuf-devel >= 2.6.0 with protobuf-devel < 22)
 
 %description
 This package provides a code generator and runtime libraries to use Protocol
@@ -53,7 +55,7 @@
 Summary:        C bindings for Google's Protocol Buffers
 Group:          Development/Libraries/C and C++
 Requires:       libprotobuf-c%sover = %version
-Recommends:     protobuf-devel
+Recommends:     (protobuf-devel >= 2.6.0 with protobuf-devel < 22)
 Provides:       %name = %version
 Obsoletes:      %name <= 1.4.0
 

Reply via email to