diff --git a/protobuf-c.spec b/protobuf-c.spec index 7599237..f9d5fc0 100644 --- a/protobuf-c.spec +++ b/protobuf-c.spec @@ -1,12 +1,13 @@ Name: protobuf-c Version: 1.3.3 -Release: 4%{?dist} +Release: 5%{?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 +BuildRequires: make BuildRequires: gcc-c++ BuildRequires: pkgconfig(protobuf) @@ -65,6 +66,9 @@ rm -vf $RPM_BUILD_ROOT/%{_libdir}/libprotobuf-c.la %{_libdir}/pkgconfig/libprotobuf-c.pc %changelog +* Tue Jan 12 14:04:27 CET 2021 Adrian Reber - 1.3.3-5 +- Rebuilt for protobuf 3.14 + * Wed Sep 23 2020 Adrian Reber - 1.3.3-4 - Rebuilt for protobuf 3.13