Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/protobuf-c-1.3.0.tar.gz
|
SOURCES/protobuf-c-1.3.3.tar.gz
|
||||||
|
|||||||
1
.protobuf-c.metadata
Normal file
1
.protobuf-c.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
690dce3c3ac09264e6fc897fc2a782e70b9cb254 SOURCES/protobuf-c-1.3.3.tar.gz
|
||||||
@ -1,14 +1,14 @@
|
|||||||
Name: protobuf-c
|
Name: protobuf-c
|
||||||
Version: 1.3.0
|
Version: 1.3.3
|
||||||
Release: 8%{?dist}
|
Release: 13%{?dist}
|
||||||
Summary: C bindings for Google's Protocol Buffers
|
Summary: C bindings for Google's Protocol Buffers
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/protobuf-c/protobuf-c
|
URL: https://github.com/protobuf-c/protobuf-c
|
||||||
Source0: https://github.com/protobuf-c/protobuf-c/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||||
Patch0: %{url}/commit/ec3d900001a13ccdaa8aef996b34c61159c76217.patch
|
Patch0: %{url}/commit/ec3d900001a13ccdaa8aef996b34c61159c76217.patch
|
||||||
|
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: make
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkgconfig(protobuf)
|
BuildRequires: pkgconfig(protobuf)
|
||||||
|
|
||||||
@ -40,7 +40,6 @@ This package contains protobuf-c headers and libraries.
|
|||||||
%patch -P 0 -p 1
|
%patch -P 0 -p 1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -ifv
|
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
@ -69,17 +68,70 @@ rm -vf $RPM_BUILD_ROOT/%{_libdir}/libprotobuf-c.la
|
|||||||
%{_libdir}/pkgconfig/libprotobuf-c.pc
|
%{_libdir}/pkgconfig/libprotobuf-c.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Apr 25 2023 Adrian Reber <areber@redhat.com> - 1.3.0-8
|
* Fri Apr 14 2023 Adrian Reber <areber@redhat.com> - 1.3.3-13
|
||||||
- Rebuild for gating test
|
- Applied patch for for CVE-2022-48468 (#2186677)
|
||||||
|
|
||||||
* Mon Apr 24 2023 Adrian Reber <areber@redhat.com> - 1.3.0-7
|
* Thu Feb 24 2022 Adrian Reber <areber@redhat.com> - 1.3.3-12
|
||||||
- Applied patch for for CVE-2022-48468 (#2186678)
|
- Adapt tests to protobuf-c 1.3.3
|
||||||
|
|
||||||
* Wed Feb 03 2021 Petr Menšík <pemensik@redhat.com> - 1.3.0-6
|
* Wed Feb 23 2022 Adrian Reber <areber@redhat.com> - 1.3.3-11
|
||||||
- Rebuild for gating test (#1919904)
|
- Added gating tests
|
||||||
|
|
||||||
* Tue Feb 02 2021 Petr Menšík <pemensik@redhat.com> - 1.3.0-5
|
* Wed Feb 23 2022 Adrian Reber <areber@redhat.com> - 1.3.3-10
|
||||||
- Move devel subpackage to AppStream
|
- Rebuilt for errata
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-4
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user