- Fix confusion in versions

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=147
This commit is contained in:
Martin Pluskal 2023-05-09 09:27:03 +00:00 committed by Git OBS Bridge
parent 10972090a8
commit b3ac2d0654
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 9 09:26:46 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
- Fix confusion in versions
-------------------------------------------------------------------
Fri Apr 28 07:07:50 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -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