From 3e2c9df3c8d2de1d06c8b6ae09bece9e3f1bf178 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 14 Feb 2025 19:18:32 +0100 Subject: [PATCH] obsolete protobuf25 [release 29.3-2mamba;Wed Feb 12 2025] --- protobuf.spec | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/protobuf.spec b/protobuf.spec index a65995e..7cd24c8 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -1,6 +1,6 @@ Name: protobuf -Version: 28.3 -Release: 1mamba +Version: 29.3 +Release: 2mamba Summary: A way of encoding structured data in an efficient yet extensible format Group: Development/Tools Vendor: openmamba @@ -20,6 +20,7 @@ BuildRequires: libz-devel ## AUTOBUILDREQ-END Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Obsoletes: protobuf23 <= 3.12.4-3mamba +Obsoletes: protobuf25 <= 25.3-2mamba Obsoletes: protobuf29 <= 3.17.3-2mamba Obsoletes: protobuf32 <= 21.12-3mamba @@ -30,6 +31,7 @@ Protocol Buffers are a way of encoding structured data in an efficient yet exten Group: System/Libraries Summary: Shared libraries for %{name} Obsoletes: libprotobuf23 <= 3.12.4-3mamba +Obsoletes: libprotobuf25 <= 25.3-2mamba Obsoletes: libprotobuf29 <= 3.17.3-2mamba Obsoletes: libprotobuf32 <= 21.12-3mamba @@ -45,19 +47,17 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} Provides: protobuf-devel Obsoletes: protobuf-devel < 3.17.0 Obsoletes: libprotobuf23-devel <= 3.12.4-3mamba +Obsoletes: libprotobuf25-devel <= 25.3-2mamba Obsoletes: libprotobuf29-devel <= 3.17.3-2mamba Obsoletes: libprotobuf32-devel <= 21.12-3mamba %description -n lib%{name}-devel This package contains static libraries and header files needed for development of Protocol Buffer -%debug_package +%global _lto_cflags %{nil} %prep %setup -q -#-D -T -#:<< _EOF - %patch 1 -p1 -F2 -b .upstream-fix-Protobuf_PROTOC_EXECUTABLE %patch 2 -p1 -F2 -b .soversion @@ -93,10 +93,10 @@ This package contains static libraries and header files needed for development o %defattr(-,root,root) %dir %{_includedir}/google/protobuf %{_includedir}/google/protobuf/* -%{_includedir}/java/core/src/main/resources/google/protobuf/java_features.proto -%{_includedir}/upb_generator/mangle.h %dir %{_includedir}/upb %{_includedir}/upb/* +%dir %{_includedir}/upb_generator +%{_includedir}/upb_generator/* %{_includedir}/utf8_range.h %{_includedir}/utf8_validity.h %{_libdir}/libupb.a @@ -107,9 +107,25 @@ This package contains static libraries and header files needed for development o %dir %{_libdir}/cmake/utf8_range %{_libdir}/cmake/utf8_range/utf8_range-*.cmake %{_libdir}/pkgconfig/protobuf*.pc +%{_libdir}/pkgconfig/upb.pc %{_libdir}/pkgconfig/utf8_range.pc %changelog +* Wed Feb 12 2025 Silvan Calarco 29.3-2mamba +- obsolete protobuf25 + +* Sat Jan 11 2025 Automatic Build System 29.3-1mamba +- automatic version update by autodist + +* Sat Jan 04 2025 Automatic Build System 29.2-1mamba +- automatic version update by autodist + +* Thu Dec 05 2024 Automatic Build System 29.1-1mamba +- automatic version update by autodist + +* Thu Nov 28 2024 Automatic Build System 29.0-1mamba +- automatic version update by autodist + * Wed Oct 23 2024 Automatic Build System 28.3-1mamba - automatic version update by autodist