Dirk Mueller 2023-06-12 20:20:39 +00:00 committed by Git OBS Bridge
parent 6032c8504f
commit b3038ac9a7
5 changed files with 9 additions and 21 deletions

View File

@ -1,3 +1,3 @@
libprotobuf22_3_2
libprotoc22_3_2
libprotobuf-lite22_3_2
libprotobuf22_3_0
libprotoc22_3_0
libprotobuf-lite22_3_0

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

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

View File

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

View File

@ -1,21 +1,9 @@
-------------------------------------------------------------------
Sun Jun 11 19:19:40 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 23.2:
* Add missing header to Objective-c generator
* Rollback of: Simplify protobuf Java message builder by
removing methods that calls the super class only
- drop python2 handling
- fix version handling and package the private libs again
-------------------------------------------------------------------
Wed May 24 06:32:33 UTC 2023 - Adrian Schröter <adrian@suse.de>
- 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
-------------------------------------------------------------------
Tue May 9 09:26:46 UTC 2023 - Martin Pluskal <mpluskal@suse.com>

View File

@ -18,7 +18,6 @@
%{!?make_build:%global make_build make %{?_smp_mflags}}
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define sover 22_3_2
%define tarname protobuf
%define src_install_dir %{_prefix}/src/%{name}
%define extra_java_flags -source 7 -target 7
@ -27,9 +26,10 @@
%bcond_without java
%bcond_without python3
Name: protobuf
Version: 23.2
Version: 22.3
# python module have their own version specified in python/google/protobuf/__init__.py
%global gversion 23.2
%global gversion 22.3
%global sover 22_3_0
%global pversion 4.%{gversion}
Release: 0
Summary: Protocol Buffers - Google's data interchange format