Accepting request 725308 from devel:tools:building

OBS-URL: https://build.opensuse.org/request/show/725308
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/protobuf?expand=0&rev=39
This commit is contained in:
Dominique Leuenberger 2019-08-27 08:14:27 +00:00 committed by Git OBS Bridge
commit 8a8d6d39d5
5 changed files with 21 additions and 8 deletions

View File

@ -1,3 +1,3 @@
libprotobuf19
libprotoc19
libprotobuf-lite19
libprotobuf20
libprotoc20
libprotobuf-lite20

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Aug 22 07:12:14 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 3.9.1
* Optimized the implementation of RepeatedPtrFieldBase.
* Added delimited parse and serialize util.
* Added FieldDescriptor::PrintableNameForExtension() and
DescriptorPool::FindExtensionByPrintableName(). The latter
will replace Reflection::FindKnownExtensionByName().
* Created a new Add method in repeated field that allows adding
a range of elements all at once.
* Drop building wheel for Python 3.4.
-------------------------------------------------------------------
Sat Jun 8 06:13:57 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@ -17,7 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define sover 19
%define sover 20
%define tarname protobuf
%define src_install_dir /usr/src/%{name}
%define extra_java_flags -source 7 -target 7
@ -27,7 +27,7 @@
%bcond_without python2
%bcond_without python3
Name: protobuf
Version: 3.8.0
Version: 3.9.1
Release: 0
Summary: Protocol Buffers - Google's data interchange format
License: BSD-3-Clause