SHA256
1
0
forked from pool/protobuf

Accepting request 1088980 from system:homeautomation:home-assistant:unstable

- update to v23.1
  * C++: Add a workaround for GCC constexpr bug
  * C#: Replace regex that validates descriptor names
- gcc12-disable-__constinit-with-c++-11.patch is obsolete

OBS-URL: https://build.opensuse.org/request/show/1088980
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=148
This commit is contained in:
2023-05-25 11:12:35 +00:00
committed by Git OBS Bridge
parent b3ac2d0654
commit 86f9dc655f
5 changed files with 13 additions and 23 deletions

View File

@@ -28,9 +28,9 @@
%bcond_without java
%bcond_without python3
Name: protobuf
Version: 22.3
Version: 23.1
# python module have their own version specified in python/google/protobuf/__init__.py
%define pversion 4.22.3
%define pversion 4.23.1
Release: 0
Summary: Protocol Buffers - Google's data interchange format
License: BSD-3-Clause
@@ -40,7 +40,6 @@ Source0: https://github.com/protocolbuffers/protobuf/archive/v%{version}.
Source1: manifest.txt.in
Source2: baselibs.conf
Source1000: %{name}-rpmlintrc
Patch0: gcc12-disable-__constinit-with-c++-11.patch
Patch1: add-missing-stdint-header.patch
BuildRequires: %{python_module abseil}
BuildRequires: %{python_module devel}