From 39077e44c3bb1d376205ea973ad8a521fc851f51 Mon Sep 17 00:00:00 2001 From: Jan Vcelak Date: Mar 27 2016 12:18:09 +0000 Subject: new upstream release --- diff --git a/.gitignore b/.gitignore index 3fbf7cb..4062350 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1 @@ -/protobuf-c-0.15.tar.gz -/protobuf-c-1.0.0.tar.gz -/protobuf-c-1.0.1.tar.gz -/protobuf-c-1.1.1.tar.gz +/protobuf-c-*.tar.gz diff --git a/protobuf-c.spec b/protobuf-c.spec index 50fad46..79e401f 100644 --- a/protobuf-c.spec +++ b/protobuf-c.spec @@ -1,6 +1,6 @@ Name: protobuf-c -Version: 1.1.1 -Release: 4%{?dist} +Version: 1.2.1 +Release: 1%{?dist} Summary: C bindings for Google's Protocol Buffers @@ -73,6 +73,12 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libprotobuf-c.la %changelog +* Sun Mar 27 2016 Jan Vcelak 1.2.1-1 +- New upstream release: + + fix: negative value packing + + fix: eliminate undefined behavior in zigzag functions + + fix: generate code that uses universal zero initializer for oneof unions + * Thu Feb 04 2016 Fedora Release Engineering - 1.1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 7dbf0b3..f7fc3bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -41d437677ea16f9d3611d98841c4af3b protobuf-c-1.1.1.tar.gz +e544249c329391fff512c3874895cfbe protobuf-c-1.2.1.tar.gz