Accepting request 1092675 from home:dirkmueller:Factory

- limit to protobuf < 22 as it is not compatible with newer
  versions (gh#protobuf-c#544)

OBS-URL: https://build.opensuse.org/request/show/1092675
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/protobuf-c?expand=0&rev=44
This commit is contained in:
Jan Engelhardt 2023-06-13 00:57:27 +00:00 committed by Git OBS Bridge
parent 73b5eb6c2f
commit 8c81eb3744
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 12 20:06:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
- limit to protobuf < 22 as it is not compatible with newer
versions (gh#protobuf-c#544)
-------------------------------------------------------------------
Mon Apr 24 11:19:07 UTC 2023 - Adam Majer <adam.majer@suse.de>

View File

@ -33,7 +33,9 @@ BuildRequires: glibc-devel
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 @@ Buffers from pure C (not C++).
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