|
|
|
@ -1,14 +1,14 @@
|
|
|
|
|
Name: protobuf-c
|
|
|
|
|
Version: 1.3.3
|
|
|
|
|
Release: 13%{?dist}
|
|
|
|
|
Version: 1.3.0
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Summary: C bindings for Google's Protocol Buffers
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: https://github.com/protobuf-c/protobuf-c
|
|
|
|
|
Source0: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
Source0: https://github.com/protobuf-c/protobuf-c/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
Patch0: %{url}/commit/ec3d900001a13ccdaa8aef996b34c61159c76217.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: autoconf automake libtool
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
BuildRequires: pkgconfig(protobuf)
|
|
|
|
|
|
|
|
|
@ -40,6 +40,7 @@ This package contains protobuf-c headers and libraries.
|
|
|
|
|
%patch -P 0 -p 1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
autoreconf -ifv
|
|
|
|
|
%configure --disable-static
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
@ -68,70 +69,20 @@ rm -vf $RPM_BUILD_ROOT/%{_libdir}/libprotobuf-c.la
|
|
|
|
|
%{_libdir}/pkgconfig/libprotobuf-c.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Apr 14 2023 Adrian Reber <areber@redhat.com> - 1.3.3-13
|
|
|
|
|
- Applied patch for for CVE-2022-48468 (#2186677)
|
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.3.0-8
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Thu Feb 24 2022 Adrian Reber <areber@redhat.com> - 1.3.3-12
|
|
|
|
|
- Adapt tests to protobuf-c 1.3.3
|
|
|
|
|
* Tue Apr 25 2023 Adrian Reber <areber@redhat.com> - 1.3.0-8
|
|
|
|
|
- Rebuild for gating test
|
|
|
|
|
|
|
|
|
|
* Wed Feb 23 2022 Adrian Reber <areber@redhat.com> - 1.3.3-11
|
|
|
|
|
- Added gating tests
|
|
|
|
|
* Mon Apr 24 2023 Adrian Reber <areber@redhat.com> - 1.3.0-7
|
|
|
|
|
- Applied patch for for CVE-2022-48468 (#2186678)
|
|
|
|
|
|
|
|
|
|
* Wed Feb 23 2022 Adrian Reber <areber@redhat.com> - 1.3.3-10
|
|
|
|
|
- Rebuilt for errata
|
|
|
|
|
* Wed Feb 03 2021 Petr Menšík <pemensik@redhat.com> - 1.3.0-6
|
|
|
|
|
- Rebuild for gating test (#1919904)
|
|
|
|
|
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.3.3-9
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.3.3-8
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Mar 30 2021 Jonathan Wakely <jwakely@redhat.com> - 1.3.3-7
|
|
|
|
|
- Rebuilt for removed libstdc++ symbol (#1937698)
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 12 14:04:27 CET 2021 Adrian Reber <adrian@lisas.de> - 1.3.3-5
|
|
|
|
|
- Rebuilt for protobuf 3.14
|
|
|
|
|
|
|
|
|
|
* Wed Sep 23 2020 Adrian Reber <adrian@lisas.de> - 1.3.3-4
|
|
|
|
|
- Rebuilt for protobuf 3.13
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jun 14 2020 Adrian Reber <adrian@lisas.de> - 1.3.3-2
|
|
|
|
|
- Rebuilt for protobuf 3.12
|
|
|
|
|
|
|
|
|
|
* Mon Mar 30 2020 Adrian Reber <adrian@lisas.de> - 1.3.3-1
|
|
|
|
|
- Update to 1.3.3
|
|
|
|
|
- Removed call to autoreconf
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Dec 19 2019 Orion Poplawski <orion@nwra.com> - 1.3.2-1
|
|
|
|
|
- Update to 1.3.2
|
|
|
|
|
|
|
|
|
|
* Thu Dec 19 2019 Orion Poplawski <orion@nwra.com> - 1.3.1-4
|
|
|
|
|
- Rebuild for protobuf 3.11
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Nov 22 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.1-1
|
|
|
|
|
- Update to 1.3.1
|
|
|
|
|
|
|
|
|
|
* Wed Nov 21 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.0-6
|
|
|
|
|
- Rebuild for protobuf 3.6
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
* Tue Feb 02 2021 Petr Menšík <pemensik@redhat.com> - 1.3.0-5
|
|
|
|
|
- Move devel subpackage to AppStream
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|