Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package protobuf for openSUSE:Factory checked in at 2022-11-02 12:46:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/protobuf (Old) and /work/SRC/openSUSE:Factory/.protobuf.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "protobuf" Wed Nov 2 12:46:42 2022 rev:67 rq:1032646 version:21.9 Changes: -------- --- /work/SRC/openSUSE:Factory/protobuf/protobuf.changes 2022-09-20 19:23:08.710398582 +0200 +++ /work/SRC/openSUSE:Factory/.protobuf.new.2275/protobuf.changes 2022-11-02 12:47:09.497573137 +0100 @@ -1,0 +2,26 @@ +Sat Oct 29 12:20:55 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 21.9: + * Ruby + * Replace libc strdup usage with internal impl to restore musl compat (#10818) + * Auto capitalize enums name in Ruby (#10454) (#10763) + * Other + * Fix for grpc.tools #17995 & protobuf #7474 (handle UTF-8 paths in argumentfile) (#10721) + * C++ + * 21.x No longer define no_threadlocal on OpenBSD (#10743) + * Java + * Mark default instance as immutable first to avoid race during static initialization of default instances (#10771) + * Refactoring java full runtime to reuse sub-message builders and prepare to + migrate parsing logic from parse constructor to builder. + * Move proto wireformat parsing functionality from the private "parsing + constructor" to the Builder class. + * Change the Lite runtime to prefer merging from the wireformat into mutable + messages rather than building up a new immutable object before merging. This + way results in fewer allocations and copy operations. + * Make message-type extensions merge from wire-format instead of building up + instances and merging afterwards. This has much better performance. + * Fix TextFormat parser to build up recurring (but supposedly not repeated) + sub-messages directly from text rather than building a new sub-message and + merging the fully formed message into the existing field. + +------------------------------------------------------------------- Old: ---- protobuf-21.6.tar.gz New: ---- protobuf-21.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ protobuf.spec ++++++ --- /var/tmp/diff_new_pack.KtVY9M/_old 2022-11-02 12:47:12.925590537 +0100 +++ /var/tmp/diff_new_pack.KtVY9M/_new 2022-11-02 12:47:12.933590579 +0100 @@ -17,7 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define sover 3_21_6 +%define sover 3_21_9 %define tarname protobuf %define src_install_dir %{_prefix}/src/%{name} %define extra_java_flags -source 7 -target 7 @@ -27,7 +27,7 @@ %bcond_without python2 %bcond_without python3 Name: protobuf -Version: 21.6 +Version: 21.9 Release: 0 Summary: Protocol Buffers - Google's data interchange format License: BSD-3-Clause ++++++ 10355.patch ++++++ --- /var/tmp/diff_new_pack.KtVY9M/_old 2022-11-02 12:47:12.949590660 +0100 +++ /var/tmp/diff_new_pack.KtVY9M/_new 2022-11-02 12:47:12.953590680 +0100 @@ -7,16 +7,16 @@ src/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -Index: protobuf-21.6/src/Makefile.am +Index: protobuf-21.9/src/Makefile.am =================================================================== ---- protobuf-21.6.orig/src/Makefile.am -+++ protobuf-21.6/src/Makefile.am +--- protobuf-21.9.orig/src/Makefile.am ++++ protobuf-21.9/src/Makefile.am @@ -18,7 +18,7 @@ else PTHREAD_DEF = endif --PROTOBUF_VERSION = 32:6:0 -+PROTOBUF_VERSION = 3.21.6 +-PROTOBUF_VERSION = 32:9:0 ++PROTOBUF_VERSION = 3.21.9 if GCC # Turn on all warnings except for sign comparison (we ignore sign comparison @@ -47,10 +47,10 @@ if HAVE_LD_VERSION_SCRIPT libprotoc_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libprotoc.map EXTRA_libprotoc_la_DEPENDENCIES = libprotoc.map -Index: protobuf-21.6/cmake/libprotobuf-lite.cmake +Index: protobuf-21.9/cmake/libprotobuf-lite.cmake =================================================================== ---- protobuf-21.6.orig/cmake/libprotobuf-lite.cmake -+++ protobuf-21.6/cmake/libprotobuf-lite.cmake +--- protobuf-21.9.orig/cmake/libprotobuf-lite.cmake ++++ protobuf-21.9/cmake/libprotobuf-lite.cmake @@ -112,7 +112,6 @@ if(protobuf_BUILD_SHARED_LIBS) endif() set_target_properties(libprotobuf-lite PROPERTIES @@ -59,10 +59,10 @@ OUTPUT_NAME ${LIB_PREFIX}protobuf-lite DEBUG_POSTFIX "${protobuf_DEBUG_POSTFIX}") add_library(protobuf::libprotobuf-lite ALIAS libprotobuf-lite) -Index: protobuf-21.6/cmake/libprotobuf.cmake +Index: protobuf-21.9/cmake/libprotobuf.cmake =================================================================== ---- protobuf-21.6.orig/cmake/libprotobuf.cmake -+++ protobuf-21.6/cmake/libprotobuf.cmake +--- protobuf-21.9.orig/cmake/libprotobuf.cmake ++++ protobuf-21.9/cmake/libprotobuf.cmake @@ -128,7 +128,6 @@ if(protobuf_BUILD_SHARED_LIBS) endif() set_target_properties(libprotobuf PROPERTIES @@ -71,10 +71,10 @@ OUTPUT_NAME ${LIB_PREFIX}protobuf DEBUG_POSTFIX "${protobuf_DEBUG_POSTFIX}") add_library(protobuf::libprotobuf ALIAS libprotobuf) -Index: protobuf-21.6/cmake/libprotoc.cmake +Index: protobuf-21.9/cmake/libprotoc.cmake =================================================================== ---- protobuf-21.6.orig/cmake/libprotoc.cmake -+++ protobuf-21.6/cmake/libprotoc.cmake +--- protobuf-21.9.orig/cmake/libprotoc.cmake ++++ protobuf-21.9/cmake/libprotoc.cmake @@ -130,7 +130,6 @@ endif() set_target_properties(libprotoc PROPERTIES COMPILE_DEFINITIONS LIBPROTOC_EXPORTS ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.KtVY9M/_old 2022-11-02 12:47:12.969590761 +0100 +++ /var/tmp/diff_new_pack.KtVY9M/_new 2022-11-02 12:47:12.973590781 +0100 @@ -1,4 +1,4 @@ -libprotobuf3_21_6 -libprotoc3_21_6 -libprotobuf-lite3_21_6 +libprotobuf3_21_9 +libprotoc3_21_9 +libprotobuf-lite3_21_9 ++++++ protobuf-21.6.tar.gz -> protobuf-21.9.tar.gz ++++++ ++++ 5683 lines of diff (skipped)