From b3038ac9a726105757b817b9d8a9a2bdb776541424124b67537e3d7417326e6d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 12 Jun 2023 20:20:39 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=150 --- baselibs.conf | 6 +++--- protobuf-22.3.tar.gz | 3 +++ protobuf-23.2.tar.gz | 3 --- protobuf.changes | 12 ------------ protobuf.spec | 6 +++--- 5 files changed, 9 insertions(+), 21 deletions(-) create mode 100644 protobuf-22.3.tar.gz delete mode 100644 protobuf-23.2.tar.gz diff --git a/baselibs.conf b/baselibs.conf index 9903898..39ffe99 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,3 +1,3 @@ -libprotobuf22_3_2 -libprotoc22_3_2 -libprotobuf-lite22_3_2 +libprotobuf22_3_0 +libprotoc22_3_0 +libprotobuf-lite22_3_0 diff --git a/protobuf-22.3.tar.gz b/protobuf-22.3.tar.gz new file mode 100644 index 0000000..09b8dcc --- /dev/null +++ b/protobuf-22.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786bf22c8fd3f20b7242df3b9649900714b0ba77b24a4971573088f41dfe9f8a +size 4922612 diff --git a/protobuf-23.2.tar.gz b/protobuf-23.2.tar.gz deleted file mode 100644 index 920dd4a..0000000 --- a/protobuf-23.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b0395d34e000f1229679e10d984ed7913078f3dd7f26cf0476467f5e65716f4 -size 5042059 diff --git a/protobuf.changes b/protobuf.changes index eec0a7c..578676b 100644 --- a/protobuf.changes +++ b/protobuf.changes @@ -1,21 +1,9 @@ ------------------------------------------------------------------- Sun Jun 11 19:19:40 UTC 2023 - Dirk Müller -- 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 - -- 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 diff --git a/protobuf.spec b/protobuf.spec index c7304ab..df29538 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -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