SHA256
1
0
forked from pool/protobuf

Accepting request 883113 from home:dirkmueller:Factory

- update to 3.15.7:
  C++
  * Remove the ::pb namespace (alias) (#8423)
  Ruby
  * Fix unbounded memory growth for Ruby <2.7 (#8429)
  * Fixed message equality in cases where the message type is different (#8434)

OBS-URL: https://build.opensuse.org/request/show/883113
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=104
This commit is contained in:
Martin Pluskal
2021-04-06 06:05:24 +00:00
committed by Git OBS Bridge
parent 59f3184975
commit f391cfe38c
4 changed files with 14 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Apr 6 01:47:17 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 3.15.7:
C++
* Remove the ::pb namespace (alias) (#8423)
Ruby
* Fix unbounded memory growth for Ruby <2.7 (#8429)
* Fixed message equality in cases where the message type is different (#8434)
-------------------------------------------------------------------
Thu Mar 25 16:27:58 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@@ -27,7 +27,7 @@
%bcond_without python2
%bcond_without python3
Name: protobuf
Version: 3.15.6
Version: 3.15.7
Release: 0
Summary: Protocol Buffers - Google's data interchange format
License: BSD-3-Clause