From e6e5bfcf411ce7f0ad44beea4237d016586f71e0382d82160af21f487a4cff99 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 7 Jul 2023 12:05:18 +0000 Subject: [PATCH] - update to 23.4: * Add dllexport_decl for generated default instance. * Deps: Update Guava to 32.0.1 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=165 --- baselibs.conf | 6 +++--- protobuf-23.3.tar.gz | 3 --- protobuf-23.4.tar.gz | 3 +++ protobuf.changes | 7 +++++++ protobuf.spec | 4 ++-- 5 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 protobuf-23.3.tar.gz create mode 100644 protobuf-23.4.tar.gz diff --git a/baselibs.conf b/baselibs.conf index e2c7bee..beff216 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,3 +1,3 @@ -libprotobuf23_3_0 -libprotoc23_3_0 -libprotobuf-lite23_3_0 +libprotobuf23_4_0 +libprotoc23_4_0 +libprotobuf-lite23_4_0 diff --git a/protobuf-23.3.tar.gz b/protobuf-23.3.tar.gz deleted file mode 100644 index 54c3c2b..0000000 --- a/protobuf-23.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e176116949be52b0408dfd24f8925d1eb674a781ae242a75296b17a1c721395 -size 5043803 diff --git a/protobuf-23.4.tar.gz b/protobuf-23.4.tar.gz new file mode 100644 index 0000000..7e6c3ad --- /dev/null +++ b/protobuf-23.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a700a49470d301f1190a487a923b5095bf60f08f4ae4cac9f5f7c36883d17971 +size 5043507 diff --git a/protobuf.changes b/protobuf.changes index 1d4a684..55743e5 100644 --- a/protobuf.changes +++ b/protobuf.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jul 7 12:04:43 UTC 2023 - Dirk Müller + +- update to 23.4: + * Add dllexport_decl for generated default instance. + * Deps: Update Guava to 32.0.1 + ------------------------------------------------------------------- Mon Jul 3 07:58:43 UTC 2023 - Dirk Müller diff --git a/protobuf.spec b/protobuf.spec index affc327..8a0d4fe 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -25,8 +25,8 @@ %bcond_without java %bcond_without python3 Name: protobuf -Version: 23.3 -%global sover 23_3_0 +Version: 23.4 +%global sover 23_4_0 Release: 0 Summary: Protocol Buffers - Google's data interchange format License: BSD-3-Clause