new upstream release
This commit is contained in:
parent
68c4709461
commit
39077e44c3
5
.gitignore
vendored
5
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user