From b016d412123b524fe1c2a0307f39a2a553bc47a8b0a0e71b775c53abca37a338 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Wed, 20 Dec 2017 22:20:51 +0000 Subject: [PATCH] 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 --- protobuf-c-1.1.1.tar.gz | 3 --- protobuf-c-1.3.0.tar.gz | 3 +++ protobuf-c.changes | 32 ++++++++++++++++++++++++++++++++ protobuf-c.spec | 5 +++-- 4 files changed, 38 insertions(+), 5 deletions(-) delete mode 100644 protobuf-c-1.1.1.tar.gz create mode 100644 protobuf-c-1.3.0.tar.gz diff --git a/protobuf-c-1.1.1.tar.gz b/protobuf-c-1.1.1.tar.gz deleted file mode 100644 index 4b8437d..0000000 --- a/protobuf-c-1.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09c5bb187b7a8e86bc0ff860f7df86370be9e8661cdb99c1072dcdab0763562c -size 454913 diff --git a/protobuf-c-1.3.0.tar.gz b/protobuf-c-1.3.0.tar.gz new file mode 100644 index 0000000..cb8c24b --- /dev/null +++ b/protobuf-c-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dc9ad7a9b889cf7c8ff6bf72215f1874a90260f60ad4f88acf21bb15d2752a1 +size 488443 diff --git a/protobuf-c.changes b/protobuf-c.changes index 7423cfd..337451f 100644 --- a/protobuf-c.changes +++ b/protobuf-c.changes @@ -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 diff --git a/protobuf-c.spec b/protobuf-c.spec index 365fae7..0858a51 100644 --- a/protobuf-c.spec +++ b/protobuf-c.spec @@ -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)