From ae983a42b3aa0c5328a8c0f5b7ec91553de323a1 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Sat, 16 Jan 2021 15:07:49 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/protobuf-c.git#c7994ff9230fee311eda85030a43db0ca832dce8 --- protobuf-c.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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