obsolete protobuf25 [release 29.3-2mamba;Wed Feb 12 2025]
This commit is contained in:
parent
9ea84a017e
commit
3e2c9df3c8
@ -1,6 +1,6 @@
|
|||||||
Name: protobuf
|
Name: protobuf
|
||||||
Version: 28.3
|
Version: 29.3
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A way of encoding structured data in an efficient yet extensible format
|
Summary: A way of encoding structured data in an efficient yet extensible format
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -20,6 +20,7 @@ BuildRequires: libz-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Obsoletes: protobuf23 <= 3.12.4-3mamba
|
Obsoletes: protobuf23 <= 3.12.4-3mamba
|
||||||
|
Obsoletes: protobuf25 <= 25.3-2mamba
|
||||||
Obsoletes: protobuf29 <= 3.17.3-2mamba
|
Obsoletes: protobuf29 <= 3.17.3-2mamba
|
||||||
Obsoletes: protobuf32 <= 21.12-3mamba
|
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
|
Group: System/Libraries
|
||||||
Summary: Shared libraries for %{name}
|
Summary: Shared libraries for %{name}
|
||||||
Obsoletes: libprotobuf23 <= 3.12.4-3mamba
|
Obsoletes: libprotobuf23 <= 3.12.4-3mamba
|
||||||
|
Obsoletes: libprotobuf25 <= 25.3-2mamba
|
||||||
Obsoletes: libprotobuf29 <= 3.17.3-2mamba
|
Obsoletes: libprotobuf29 <= 3.17.3-2mamba
|
||||||
Obsoletes: libprotobuf32 <= 21.12-3mamba
|
Obsoletes: libprotobuf32 <= 21.12-3mamba
|
||||||
|
|
||||||
@ -45,19 +47,17 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
Provides: protobuf-devel
|
Provides: protobuf-devel
|
||||||
Obsoletes: protobuf-devel < 3.17.0
|
Obsoletes: protobuf-devel < 3.17.0
|
||||||
Obsoletes: libprotobuf23-devel <= 3.12.4-3mamba
|
Obsoletes: libprotobuf23-devel <= 3.12.4-3mamba
|
||||||
|
Obsoletes: libprotobuf25-devel <= 25.3-2mamba
|
||||||
Obsoletes: libprotobuf29-devel <= 3.17.3-2mamba
|
Obsoletes: libprotobuf29-devel <= 3.17.3-2mamba
|
||||||
Obsoletes: libprotobuf32-devel <= 21.12-3mamba
|
Obsoletes: libprotobuf32-devel <= 21.12-3mamba
|
||||||
|
|
||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
This package contains static libraries and header files needed for development of Protocol Buffer
|
This package contains static libraries and header files needed for development of Protocol Buffer
|
||||||
|
|
||||||
%debug_package
|
%global _lto_cflags %{nil}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#-D -T
|
|
||||||
#:<< _EOF
|
|
||||||
|
|
||||||
%patch 1 -p1 -F2 -b .upstream-fix-Protobuf_PROTOC_EXECUTABLE
|
%patch 1 -p1 -F2 -b .upstream-fix-Protobuf_PROTOC_EXECUTABLE
|
||||||
%patch 2 -p1 -F2 -b .soversion
|
%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)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/google/protobuf
|
%dir %{_includedir}/google/protobuf
|
||||||
%{_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
|
%dir %{_includedir}/upb
|
||||||
%{_includedir}/upb/*
|
%{_includedir}/upb/*
|
||||||
|
%dir %{_includedir}/upb_generator
|
||||||
|
%{_includedir}/upb_generator/*
|
||||||
%{_includedir}/utf8_range.h
|
%{_includedir}/utf8_range.h
|
||||||
%{_includedir}/utf8_validity.h
|
%{_includedir}/utf8_validity.h
|
||||||
%{_libdir}/libupb.a
|
%{_libdir}/libupb.a
|
||||||
@ -107,9 +107,25 @@ This package contains static libraries and header files needed for development o
|
|||||||
%dir %{_libdir}/cmake/utf8_range
|
%dir %{_libdir}/cmake/utf8_range
|
||||||
%{_libdir}/cmake/utf8_range/utf8_range-*.cmake
|
%{_libdir}/cmake/utf8_range/utf8_range-*.cmake
|
||||||
%{_libdir}/pkgconfig/protobuf*.pc
|
%{_libdir}/pkgconfig/protobuf*.pc
|
||||||
|
%{_libdir}/pkgconfig/upb.pc
|
||||||
%{_libdir}/pkgconfig/utf8_range.pc
|
%{_libdir}/pkgconfig/utf8_range.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 12 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 29.3-2mamba
|
||||||
|
- obsolete protobuf25
|
||||||
|
|
||||||
|
* Sat Jan 11 2025 Automatic Build System <autodist@openmamba.org> 29.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Jan 04 2025 Automatic Build System <autodist@openmamba.org> 29.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Dec 05 2024 Automatic Build System <autodist@openmamba.org> 29.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Nov 28 2024 Automatic Build System <autodist@openmamba.org> 29.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Oct 23 2024 Automatic Build System <autodist@openmamba.org> 28.3-1mamba
|
* Wed Oct 23 2024 Automatic Build System <autodist@openmamba.org> 28.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user