From e36d084a80f2442ceb758e43db23a9db5c7f9b1b Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Sat, 19 Nov 2016 07:38:08 -0700 Subject: [PATCH] Rebuild for protobuf 3.1.0 --- protobuf-c.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/protobuf-c.spec b/protobuf-c.spec index 0e4a466..4863cc9 100644 --- a/protobuf-c.spec +++ b/protobuf-c.spec @@ -1,6 +1,6 @@ Name: protobuf-c Version: 1.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: C bindings for Google's Protocol Buffers @@ -70,6 +70,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libprotobuf-c.la %changelog +* Sat Nov 19 2016 Orion Poplawski - 1.2.1-2 +- Rebuild for protobuf 3.1.0 + * Sun Mar 27 2016 Jan Vcelak 1.2.1-1 - New upstream release: + fix: negative value packing