SHA256
1
0
forked from pool/protobuf

Accepting request 997605 from home:dirkmueller:Factory

- update to 21.5:
  PHP
  * Added getContainingOneof and getRealContainingOneof to descriptor.
  * fix PHP readonly legacy files for nested messages
  Python
  * Fixed comparison of maps in Python.

OBS-URL: https://build.opensuse.org/request/show/997605
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=129
This commit is contained in:
2022-08-18 07:53:48 +00:00
committed by Git OBS Bridge
parent 7f047da3e8
commit 57dd385b24
6 changed files with 32 additions and 22 deletions

View File

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