new upstream release

This commit is contained in:
Jan Vcelak 2016-03-27 14:18:09 +02:00
parent 68c4709461
commit 39077e44c3
3 changed files with 10 additions and 7 deletions

5
.gitignore vendored
View File

@ -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

View File

@ -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 <jvcelak@fedoraproject.org> 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 <releng@fedoraproject.org> - 1.1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
41d437677ea16f9d3611d98841c4af3b protobuf-c-1.1.1.tar.gz
e544249c329391fff512c3874895cfbe protobuf-c-1.2.1.tar.gz