From 2082fba1d82d3d3ba92edd9ca7e816f568f19b7d108c6077adcffe24e1ce7136 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 28 Jan 2022 20:51:20 +0000 Subject: [PATCH] Accepting request 949768 from home:dirkmueller:Factory - update to 3.19.4: Python: * Make libprotobuf symbols local on OSX to fix issue #9395 (#9435) Ruby: * Fixed a data loss bug that could occur when the number of optional fields in a message is an exact multiple of 32 PHP: * Fixed a data loss bug that could occur when the number of optional fields in a message is an exact multiple of 32. OBS-URL: https://build.opensuse.org/request/show/949768 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=111 --- protobuf-3.19.3.tar.gz | 3 --- protobuf-3.19.4.tar.gz | 3 +++ protobuf.changes | 13 +++++++++++++ protobuf.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 protobuf-3.19.3.tar.gz create mode 100644 protobuf-3.19.4.tar.gz diff --git a/protobuf-3.19.3.tar.gz b/protobuf-3.19.3.tar.gz deleted file mode 100644 index 44c3eea..0000000 --- a/protobuf-3.19.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:390191a0d7884b3e52bb812c440ad1497b9d484241f37bb8e2ccc8c2b72d6c36 -size 5293258 diff --git a/protobuf-3.19.4.tar.gz b/protobuf-3.19.4.tar.gz new file mode 100644 index 0000000..8643ea2 --- /dev/null +++ b/protobuf-3.19.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd7828aa5af4b13b99c191e8b1e884ebfa9ad371b0ce264605d347f135d2568 +size 5293745 diff --git a/protobuf.changes b/protobuf.changes index 516e99f..305241e 100644 --- a/protobuf.changes +++ b/protobuf.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Jan 28 20:38:41 UTC 2022 - Dirk Müller + +- update to 3.19.4: + Python: + * Make libprotobuf symbols local on OSX to fix issue #9395 (#9435) + Ruby: + * Fixed a data loss bug that could occur when the number of optional fields + in a message is an exact multiple of 32 + PHP: + * Fixed a data loss bug that could occur when the number of optional fields + in a message is an exact multiple of 32. + ------------------------------------------------------------------- Mon Jan 24 13:08:10 UTC 2022 - Paolo Stivanin diff --git a/protobuf.spec b/protobuf.spec index e70bf88..bd77749 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -27,7 +27,7 @@ %bcond_without python2 %bcond_without python3 Name: protobuf -Version: 3.19.3 +Version: 3.19.4 Release: 0 Summary: Protocol Buffers - Google's data interchange format License: BSD-3-Clause