From ae822b7f9e3c4ea851f5fe87d264073293964a0e498a13de53ec94f240a5aa0e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 13 Jun 2023 06:13:41 +0000 Subject: [PATCH] - update to 22.5: C++ * Add missing cstdint header * Fix: missing -DPROTOBUF_USE_DLLS in pkg-config (#12700) * Avoid using string(JOIN..., which requires cmake 3.12 * Explicitly include GTest package in examples * Bump Abseil submodule to 20230125.3 (#12660) - update to 22.4: C++ * Fix libprotoc: export useful symbols from .so * Fix btree issue in map tests. Python * Fix bug in _internal_copy_files where the rule would fail in downstream repositories. Other * Bump utf8_range to version with working pkg-config (#12584) * Fix declared dependencies for pkg-config * Update abseil dependency and reorder dependencies to ensure we use the version specified in protobuf_deps. * Turn off clang::musttail on i386 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=158 --- baselibs.conf | 6 +++--- protobuf-22.3.tar.gz | 3 --- protobuf-22.5.tar.gz | 3 +++ protobuf.changes | 24 ++++++++++++++++++++++++ protobuf.spec | 6 +++--- 5 files changed, 33 insertions(+), 9 deletions(-) delete mode 100644 protobuf-22.3.tar.gz create mode 100644 protobuf-22.5.tar.gz diff --git a/baselibs.conf b/baselibs.conf index 39ffe99..84d9f38 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,3 +1,3 @@ -libprotobuf22_3_0 -libprotoc22_3_0 -libprotobuf-lite22_3_0 +libprotobuf22_5_0 +libprotoc22_5_0 +libprotobuf-lite22_5_0 diff --git a/protobuf-22.3.tar.gz b/protobuf-22.3.tar.gz deleted file mode 100644 index 09b8dcc..0000000 --- a/protobuf-22.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:786bf22c8fd3f20b7242df3b9649900714b0ba77b24a4971573088f41dfe9f8a -size 4922612 diff --git a/protobuf-22.5.tar.gz b/protobuf-22.5.tar.gz new file mode 100644 index 0000000..3c118d6 --- /dev/null +++ b/protobuf-22.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b98c800b352e7582bc92ed398999030ce4ebb49c7858dcb070850ec476b72f2 +size 4924661 diff --git a/protobuf.changes b/protobuf.changes index 3d567aa..8572b35 100644 --- a/protobuf.changes +++ b/protobuf.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Jun 13 06:12:11 UTC 2023 - Dirk Müller + +- update to 22.5: + C++ + * Add missing cstdint header + * Fix: missing -DPROTOBUF_USE_DLLS in pkg-config (#12700) + * Avoid using string(JOIN..., which requires cmake 3.12 + * Explicitly include GTest package in examples + * Bump Abseil submodule to 20230125.3 (#12660) +- update to 22.4: + C++ + * Fix libprotoc: export useful symbols from .so + * Fix btree issue in map tests. + Python + * Fix bug in _internal_copy_files where the rule would fail in + downstream repositories. + Other + * Bump utf8_range to version with working pkg-config (#12584) + * Fix declared dependencies for pkg-config + * Update abseil dependency and reorder dependencies to ensure + we use the version specified in protobuf_deps. + * Turn off clang::musttail on i386 + ------------------------------------------------------------------- Sun Jun 11 19:19:40 UTC 2023 - Dirk Müller diff --git a/protobuf.spec b/protobuf.spec index 3da3ded..0f3b70d 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -26,10 +26,10 @@ %bcond_without java %bcond_without python3 Name: protobuf -Version: 22.3 +Version: 22.5 # python module have their own version specified in python/google/protobuf/__init__.py -%global gversion 22.3 -%global sover 22_3_0 +%global gversion 22.5 +%global sover 22_5_0 Release: 0 Summary: Protocol Buffers - Google's data interchange format License: BSD-3-Clause