Accepting request 557119 from home:dimstar:Factory

Update to 1.3.0 - accompanies protobuf 3.5 upgrade, currently in Staging:I

OBS-URL: https://build.opensuse.org/request/show/557119
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/protobuf-c?expand=0&rev=15
This commit is contained in:
Lars Vogdt 2017-12-20 22:20:51 +00:00 committed by Git OBS Bridge
parent 7c26bbf334
commit b016d41212
4 changed files with 38 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09c5bb187b7a8e86bc0ff860f7df86370be9e8661cdb99c1072dcdab0763562c
size 454913

3
protobuf-c-1.3.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5dc9ad7a9b889cf7c8ff6bf72215f1874a90260f60ad4f88acf21bb15d2752a1
size 488443

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Thu Dec 14 15:59:33 UTC 2017 - dimstar@opensuse.org
- Update to version 1.3.0:
* Add test case for the issue in #220 (#254).
* Fix issue #251, "Bad enums with multiple oneofs" (#256).
* Add warning flags to my_CFLAGS (#257).
* Fix namespace errors when compiled with latest protobuf (#280).
* Bump minimum required header version for proto3 syntax (#282).
* Relax autoconf constraint from v2.64 to v2.63 so that it works
on older Linux distros (#233).
* Fix bigendian -Wunused-label warning (#215).a
* proto3 support (#228).
* Remove leftover FIXME comment (#258).
* Fix proto3 "is zeroish" evaluation (#264).
* Small cleanup in oneof handling (#265).
* Rework is_zeroish one more time (#267).
* proto3: make strings default to "" instead of NULL (#274).
* CMake: Allow protobuf-c to be included via include_subdirectory
(#245).
- Changes from version 1.2.1:
* protoc-c: Generate code that uses the universal zero initializer
{0} when initializing a oneof union (#187, #205).
- Changes from version 1.2.0:
* Implement the "optimize_for = CODE_SIZE" option (#183).
* Eliminate undefined behavior in zigzag functions (#198).
* Pack negative enum values correctly (#199).
* Fix protobuf_c_message_get_packed_size() on 16-bit systems
(#196, #197).
* Update link to Autotools Mythbuster to canonical site (#201).
* Skip test suite when cross-compiling (#184).
-------------------------------------------------------------------
Tue May 26 11:13:22 UTC 2015 - dgutu@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package protobuf-c
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2011 Pascal Bleser
#
# All modifications and additions to the file contributed by third parties
@ -18,7 +18,7 @@
Name: protobuf-c
Version: 1.1.1
Version: 1.3.0
Release: 0
%define soname 1
Summary: C bindings for Google's Protocol Buffers
@ -104,6 +104,7 @@ popd #build
%defattr(-,root,root)
%doc ChangeLog TODO
%{_bindir}/protoc-c
%{_bindir}/protoc-gen-c
%files -n libprotobuf-c%{soname}
%defattr(-,root,root)