SHA256
1
0
forked from pool/protobuf

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
This commit is contained in:
Dirk Mueller 2022-01-28 20:51:20 +00:00 committed by Git OBS Bridge
parent 50e0e06a6e
commit 2082fba1d8
4 changed files with 17 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:390191a0d7884b3e52bb812c440ad1497b9d484241f37bb8e2ccc8c2b72d6c36
size 5293258

3
protobuf-3.19.4.tar.gz Normal file
View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jan 28 20:38:41 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <info@paolostivanin.com>

View File

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