From b3ac2d0654cd707c68c8e38af949e18992fdaf0f24dde9bd1212115520bbac59 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 9 May 2023 09:27:03 +0000 Subject: [PATCH] - Fix confusion in versions OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=147 --- protobuf.changes | 5 +++++ protobuf.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/protobuf.changes b/protobuf.changes index 1cc8ef6..57e4907 100644 --- a/protobuf.changes +++ b/protobuf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 9 09:26:46 UTC 2023 - Martin Pluskal + +- Fix confusion in versions + ------------------------------------------------------------------- Fri Apr 28 07:07:50 UTC 2023 - Fridrich Strba diff --git a/protobuf.spec b/protobuf.spec index 1657849..870f17b 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -108,11 +108,11 @@ RPC protocols and file formats. Summary: Header files, libraries and development documentation for %{name} Group: Development/Libraries/C and C++ Requires: gcc-c++ -Requires: libprotobuf%{sover} = %{version} +Requires: libprotobuf%{sover} = %VERSION Requires: libprotobuf-lite%{sover} Requires: pkgconfig(zlib) Conflicts: protobuf2-devel -Provides: libprotobuf-devel = %{version} +Provides: libprotobuf-devel = %VERSION %description devel Protocol Buffers are a way of encoding structured data in an efficient yet