forked from pool/protobuf
Accepting request 725226 from home:jengelh:branches:devel:tools:building
- Update to new upstream release 3.9.1 OBS-URL: https://build.opensuse.org/request/show/725226 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=77
This commit is contained in:
parent
8125f843e6
commit
17bd0f606c
@ -1,3 +1,3 @@
|
||||
libprotobuf19
|
||||
libprotoc19
|
||||
libprotobuf-lite19
|
||||
libprotobuf20
|
||||
libprotoc20
|
||||
libprotobuf-lite20
|
||||
|
@ -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
3
protobuf-3.9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:98e615d592d237f94db8bf033fba78cd404d979b0b70351a9e5aaff725398357
|
||||
size 4947402
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user