Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package protobuf for openSUSE:Factory checked in at 2026-09-23 14:33:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/protobuf (Old) and /work/SRC/openSUSE:Factory/.protobuf.new.383539 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "protobuf" Wed Sep 23 14:33:04 2026 rev:98 rq:1379242 version:36.2 Changes: -------- --- /work/SRC/openSUSE:Factory/protobuf/protobuf-java.changes 2026-09-15 17:09:14.810413490 +0200 +++ /work/SRC/openSUSE:Factory/.protobuf.new.383539/protobuf-java.changes 2026-09-23 14:34:27.367096751 +0200 @@ -1,0 +2,10 @@ +Sun Sep 20 10:18:39 UTC 2026 - Andreas Stieger <[email protected]> + +- Update to 36.2: + * Detect single-crate cross-file symbol collisions and + conditionally emit crate-root re-exports + * Prepend the file module name to Rust type paths to use canonical paths + * Expose generated per-file Rust proto modules as public + * Documnetation updates and bug fixes + +------------------------------------------------------------------- protobuf.changes: same change python-protobuf.changes: same change Old: ---- protobuf-36.1.tar.gz protobuf-7.36.1.tar.gz protobuf-java-4.36.1.pom protobuf-java-util-4.36.1.pom protobuf-javalite-4.36.1.pom New: ---- protobuf-36.2.tar.gz protobuf-7.36.2.tar.gz protobuf-java-4.36.2.pom protobuf-java-util-4.36.2.pom protobuf-javalite-4.36.2.pom ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ protobuf-java.spec ++++++ --- /var/tmp/diff_new_pack.Q1LpuR/_old 2026-09-23 14:34:28.539145749 +0200 +++ /var/tmp/diff_new_pack.Q1LpuR/_new 2026-09-23 14:34:28.541145833 +0200 @@ -19,7 +19,7 @@ %define tarname protobuf Name: protobuf-java -Version: 36.1 +Version: 36.2 Release: 0 Summary: Java Bindings for Google Protocol Buffers License: BSD-3-Clause ++++++ protobuf.spec ++++++ --- /var/tmp/diff_new_pack.Q1LpuR/_old 2026-09-23 14:34:28.575147254 +0200 +++ /var/tmp/diff_new_pack.Q1LpuR/_new 2026-09-23 14:34:28.578147379 +0200 @@ -20,7 +20,7 @@ %define tarname protobuf # see cmake/abseil-cpp.cmake and src/google/protobuf/port_def.inc %define abseil_min_version 20250512.1 -%global sover 36_1_0 +%global sover 36_2_0 %if 0%{?gcc_version} < 11 %define with_gcc 11 %endif @@ -66,7 +66,7 @@ # requires gmock, which is not yet in the distribution %bcond_with check Name: protobuf -Version: 36.1 +Version: 36.2 Release: 0 Summary: Protocol Buffers - Google's data interchange format License: BSD-3-Clause ++++++ python-protobuf.spec ++++++ --- /var/tmp/diff_new_pack.Q1LpuR/_old 2026-09-23 14:34:28.607148592 +0200 +++ /var/tmp/diff_new_pack.Q1LpuR/_new 2026-09-23 14:34:28.612148801 +0200 @@ -17,7 +17,7 @@ # -%define baseversion 36.1 +%define baseversion 36.2 %{?sle15_python_module_pythons} Name: python-protobuf Version: 7.%{baseversion} ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.Q1LpuR/_old 2026-09-23 14:34:28.668151142 +0200 +++ /var/tmp/diff_new_pack.Q1LpuR/_new 2026-09-23 14:34:28.676151477 +0200 @@ -1,5 +1,5 @@ -libprotobuf36_1_0 -libprotoc36_1_0 -libprotobuf-lite36_1_0 -libutf8_range-36_1_0 +libprotobuf36_2_0 +libprotoc36_2_0 +libprotobuf-lite36_2_0 +libutf8_range-36_2_0 ++++++ protobuf-36.1.tar.gz -> protobuf-36.2.tar.gz ++++++ /work/SRC/openSUSE:Factory/protobuf/protobuf-36.1.tar.gz /work/SRC/openSUSE:Factory/.protobuf.new.383539/protobuf-36.2.tar.gz differ: char 77, line 1 ++++++ protobuf-7.36.1.tar.gz -> protobuf-7.36.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-7.36.1/PKG-INFO new/protobuf-7.36.2/PKG-INFO --- old/protobuf-7.36.1/PKG-INFO 2026-08-31 10:16:57.016839000 +0200 +++ new/protobuf-7.36.2/PKG-INFO 2026-09-17 10:18:15.457638500 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: protobuf -Version: 7.36.1 +Version: 7.36.2 Summary: Protocol Buffers Home-page: https://developers.google.com/protocol-buffers/ Download-URL: https://github.com/protocolbuffers/protobuf/releases diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-7.36.1/google/protobuf/__init__.py new/protobuf-7.36.2/google/protobuf/__init__.py --- old/protobuf-7.36.1/google/protobuf/__init__.py 2000-01-01 01:00:00.000000000 +0100 +++ new/protobuf-7.36.2/google/protobuf/__init__.py 2000-01-01 01:00:00.000000000 +0100 @@ -7,4 +7,4 @@ # Copyright 2007 Google Inc. All Rights Reserved. -__version__ = '7.36.1' +__version__ = '7.36.2' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-7.36.1/google/protobuf/any_pb2.py new/protobuf-7.36.2/google/protobuf/any_pb2.py --- old/protobuf-7.36.1/google/protobuf/any_pb2.py 2000-01-01 01:00:00.000000000 +0100 +++ new/protobuf-7.36.2/google/protobuf/any_pb2.py 2000-01-01 01:00:00.000000000 +0100 @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: google/protobuf/any.proto -# Protobuf Python Version: 7.36.1 +# Protobuf Python Version: 7.36.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -13,7 +13,7 @@ _runtime_version.Domain.PUBLIC, 7, 36, - 1, + 2, '', 'google/protobuf/any.proto' ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-7.36.1/google/protobuf/api_pb2.py new/protobuf-7.36.2/google/protobuf/api_pb2.py --- old/protobuf-7.36.1/google/protobuf/api_pb2.py 2000-01-01 01:00:00.000000000 +0100 +++ new/protobuf-7.36.2/google/protobuf/api_pb2.py 2000-01-01 01:00:00.000000000 +0100 @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: google/protobuf/api.proto -# Protobuf Python Version: 7.36.1 +# Protobuf Python Version: 7.36.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -13,7 +13,7 @@ _runtime_version.Domain.PUBLIC, 7, 36, - 1, + 2, '', 'google/protobuf/api.proto' ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-7.36.1/google/protobuf/compiler/descriptor_pb2.py new/protobuf-7.36.2/google/protobuf/compiler/descriptor_pb2.py --- old/protobuf-7.36.1/google/protobuf/compiler/descriptor_pb2.py 2000-01-01 01:00:00.000000000 +0100 +++ new/protobuf-7.36.2/google/protobuf/compiler/descriptor_pb2.py 2000-01-01 01:00:00.000000000 +0100 @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: google/protobuf/descriptor.proto -# Protobuf Python Version: 7.36.1 +# Protobuf Python Version: 7.36.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -13,7 +13,7 @@ _runtime_version.Domain.PUBLIC, 7, 36, - 1, + 2, '', 'google/protobuf/descriptor.proto' ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-7.36.1/google/protobuf/compiler/plugin_pb2.py new/protobuf-7.36.2/google/protobuf/compiler/plugin_pb2.py --- old/protobuf-7.36.1/google/protobuf/compiler/plugin_pb2.py 2000-01-01 01:00:00.000000000 +0100 +++ new/protobuf-7.36.2/google/protobuf/compiler/plugin_pb2.py 2000-01-01 01:00:00.000000000 +0100 @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: google/protobuf/compiler/plugin.proto -# Protobuf Python Version: 7.36.1 +# Protobuf Python Version: 7.36.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -13,7 +13,7 @@ _runtime_version.Domain.PUBLIC, 7, 36, - 1, + 2, '', 'google/protobuf/compiler/plugin.proto' ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-7.36.1/google/protobuf/descriptor_pb2.py new/protobuf-7.36.2/google/protobuf/descriptor_pb2.py --- old/protobuf-7.36.1/google/protobuf/descriptor_pb2.py 2000-01-01 01:00:00.000000000 +0100 +++ new/protobuf-7.36.2/google/protobuf/descriptor_pb2.py 2000-01-01 01:00:00.000000000 +0100 @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: google/protobuf/descriptor.proto -# Protobuf Python Version: 7.36.1 +# Protobuf Python Version: 7.36.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -13,7 +13,7 @@ _runtime_version.Domain.PUBLIC, 7, 36, - 1, + 2, '', 'google/protobuf/descriptor.proto' ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-7.36.1/google/protobuf/duration_pb2.py new/protobuf-7.36.2/google/protobuf/duration_pb2.py --- old/protobuf-7.36.1/google/protobuf/duration_pb2.py 2000-01-01 01:00:00.000000000 +0100 +++ new/protobuf-7.36.2/google/protobuf/duration_pb2.py 2000-01-01 01:00:00.000000000 +0100 @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: google/protobuf/duration.proto -# Protobuf Python Version: 7.36.1 +# Protobuf Python Version: 7.36.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -13,7 +13,7 @@ _runtime_version.Domain.PUBLIC, 7, 36, - 1, + 2, '', 'google/protobuf/duration.proto' ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-7.36.1/google/protobuf/empty_pb2.py new/protobuf-7.36.2/google/protobuf/empty_pb2.py --- old/protobuf-7.36.1/google/protobuf/empty_pb2.py 2000-01-01 01:00:00.000000000 +0100 +++ new/protobuf-7.36.2/google/protobuf/empty_pb2.py 2000-01-01 01:00:00.000000000 +0100 @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: google/protobuf/empty.proto -# Protobuf Python Version: 7.36.1 +# Protobuf Python Version: 7.36.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -13,7 +13,7 @@ _runtime_version.Domain.PUBLIC, 7, 36, - 1, + 2, '', 'google/protobuf/empty.proto' ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-7.36.1/google/protobuf/field_mask_pb2.py new/protobuf-7.36.2/google/protobuf/field_mask_pb2.py --- old/protobuf-7.36.1/google/protobuf/field_mask_pb2.py 2000-01-01 01:00:00.000000000 +0100 +++ new/protobuf-7.36.2/google/protobuf/field_mask_pb2.py 2000-01-01 01:00:00.000000000 +0100 @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: google/protobuf/field_mask.proto -# Protobuf Python Version: 7.36.1 +# Protobuf Python Version: 7.36.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -13,7 +13,7 @@ _runtime_version.Domain.PUBLIC, 7, 36, - 1, + 2, '', 'google/protobuf/field_mask.proto' ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-7.36.1/google/protobuf/json_enumvalue_options_pb2.py new/protobuf-7.36.2/google/protobuf/json_enumvalue_options_pb2.py --- old/protobuf-7.36.1/google/protobuf/json_enumvalue_options_pb2.py 2000-01-01 01:00:00.000000000 +0100 +++ new/protobuf-7.36.2/google/protobuf/json_enumvalue_options_pb2.py 2000-01-01 01:00:00.000000000 +0100 @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: google/protobuf/json_enumvalue_options.proto -# Protobuf Python Version: 7.36.1 +# Protobuf Python Version: 7.36.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -13,7 +13,7 @@ _runtime_version.Domain.PUBLIC, 7, 36, - 1, + 2, '', 'google/protobuf/json_enumvalue_options.proto' ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-7.36.1/google/protobuf/json_options_pb2.py new/protobuf-7.36.2/google/protobuf/json_options_pb2.py --- old/protobuf-7.36.1/google/protobuf/json_options_pb2.py 2000-01-01 01:00:00.000000000 +0100 +++ new/protobuf-7.36.2/google/protobuf/json_options_pb2.py 2000-01-01 01:00:00.000000000 +0100 @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: google/protobuf/json_options.proto -# Protobuf Python Version: 7.36.1 +# Protobuf Python Version: 7.36.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -13,7 +13,7 @@ _runtime_version.Domain.PUBLIC, 7, 36, - 1, + 2, '', 'google/protobuf/json_options.proto' ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-7.36.1/google/protobuf/runtime_version.py new/protobuf-7.36.2/google/protobuf/runtime_version.py --- old/protobuf-7.36.1/google/protobuf/runtime_version.py 2000-01-01 01:00:00.000000000 +0100 +++ new/protobuf-7.36.2/google/protobuf/runtime_version.py 2000-01-01 01:00:00.000000000 +0100 @@ -29,7 +29,7 @@ OSS_DOMAIN = Domain.PUBLIC OSS_MAJOR = 7 OSS_MINOR = 36 -OSS_PATCH = 1 +OSS_PATCH = 2 OSS_SUFFIX = '' DOMAIN = OSS_DOMAIN diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-7.36.1/google/protobuf/source_context_pb2.py new/protobuf-7.36.2/google/protobuf/source_context_pb2.py --- old/protobuf-7.36.1/google/protobuf/source_context_pb2.py 2000-01-01 01:00:00.000000000 +0100 +++ new/protobuf-7.36.2/google/protobuf/source_context_pb2.py 2000-01-01 01:00:00.000000000 +0100 @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: google/protobuf/source_context.proto -# Protobuf Python Version: 7.36.1 +# Protobuf Python Version: 7.36.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -13,7 +13,7 @@ _runtime_version.Domain.PUBLIC, 7, 36, - 1, + 2, '', 'google/protobuf/source_context.proto' ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-7.36.1/google/protobuf/struct_pb2.py new/protobuf-7.36.2/google/protobuf/struct_pb2.py --- old/protobuf-7.36.1/google/protobuf/struct_pb2.py 2000-01-01 01:00:00.000000000 +0100 +++ new/protobuf-7.36.2/google/protobuf/struct_pb2.py 2000-01-01 01:00:00.000000000 +0100 @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: google/protobuf/struct.proto -# Protobuf Python Version: 7.36.1 +# Protobuf Python Version: 7.36.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -13,7 +13,7 @@ _runtime_version.Domain.PUBLIC, 7, 36, - 1, + 2, '', 'google/protobuf/struct.proto' ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-7.36.1/google/protobuf/timestamp_pb2.py new/protobuf-7.36.2/google/protobuf/timestamp_pb2.py --- old/protobuf-7.36.1/google/protobuf/timestamp_pb2.py 2000-01-01 01:00:00.000000000 +0100 +++ new/protobuf-7.36.2/google/protobuf/timestamp_pb2.py 2000-01-01 01:00:00.000000000 +0100 @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: google/protobuf/timestamp.proto -# Protobuf Python Version: 7.36.1 +# Protobuf Python Version: 7.36.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -13,7 +13,7 @@ _runtime_version.Domain.PUBLIC, 7, 36, - 1, + 2, '', 'google/protobuf/timestamp.proto' ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-7.36.1/google/protobuf/type_pb2.py new/protobuf-7.36.2/google/protobuf/type_pb2.py --- old/protobuf-7.36.1/google/protobuf/type_pb2.py 2000-01-01 01:00:00.000000000 +0100 +++ new/protobuf-7.36.2/google/protobuf/type_pb2.py 2000-01-01 01:00:00.000000000 +0100 @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: google/protobuf/type.proto -# Protobuf Python Version: 7.36.1 +# Protobuf Python Version: 7.36.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -13,7 +13,7 @@ _runtime_version.Domain.PUBLIC, 7, 36, - 1, + 2, '', 'google/protobuf/type.proto' ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-7.36.1/google/protobuf/wrappers_pb2.py new/protobuf-7.36.2/google/protobuf/wrappers_pb2.py --- old/protobuf-7.36.1/google/protobuf/wrappers_pb2.py 2000-01-01 01:00:00.000000000 +0100 +++ new/protobuf-7.36.2/google/protobuf/wrappers_pb2.py 2000-01-01 01:00:00.000000000 +0100 @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: google/protobuf/wrappers.proto -# Protobuf Python Version: 7.36.1 +# Protobuf Python Version: 7.36.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -13,7 +13,7 @@ _runtime_version.Domain.PUBLIC, 7, 36, - 1, + 2, '', 'google/protobuf/wrappers.proto' ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-7.36.1/protobuf.egg-info/PKG-INFO new/protobuf-7.36.2/protobuf.egg-info/PKG-INFO --- old/protobuf-7.36.1/protobuf.egg-info/PKG-INFO 2026-08-31 10:16:56.000000000 +0200 +++ new/protobuf-7.36.2/protobuf.egg-info/PKG-INFO 2026-09-17 10:18:15.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: protobuf -Version: 7.36.1 +Version: 7.36.2 Summary: Protocol Buffers Home-page: https://developers.google.com/protocol-buffers/ Download-URL: https://github.com/protocolbuffers/protobuf/releases diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-7.36.1/protobuf.egg-info/SOURCES.txt new/protobuf-7.36.2/protobuf.egg-info/SOURCES.txt --- old/protobuf-7.36.1/protobuf.egg-info/SOURCES.txt 2026-08-31 10:16:56.000000000 +0200 +++ new/protobuf-7.36.2/protobuf.egg-info/SOURCES.txt 2026-09-17 10:18:15.000000000 +0200 @@ -204,6 +204,7 @@ upb/mini_table/internal/sub.h upb/port/atomic.h upb/port/def.inc +upb/port/port.c upb/port/sanitizers.h upb/port/undef.inc upb/port/vsnprintf_compat.h diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-7.36.1/upb/port/port.c new/protobuf-7.36.2/upb/port/port.c --- old/protobuf-7.36.1/upb/port/port.c 1970-01-01 01:00:00.000000000 +0100 +++ new/protobuf-7.36.2/upb/port/port.c 2000-01-01 01:00:00.000000000 +0100 @@ -0,0 +1,19 @@ +// Protocol Buffers - Google's data interchange format +// Copyright 2023 Google LLC. All rights reserved. +// +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file or at +// https://developers.google.com/open-source/licenses/bsd + +#include <stdio.h> +#include <stdlib.h> + +// Must be last. +#include "upb/port/def.inc" + +UPB_NORETURN void _upb_UnreachableFailure(const char* file, int line, + const char* function_name) { + fprintf(stderr, "%s:%d: Reached unreachable statement in function `%s`.\n", + file, line, function_name ? function_name : "(unknown)"); + abort(); +} ++++++ protobuf-java-4.36.1.pom -> protobuf-java-4.36.2.pom ++++++ --- /work/SRC/openSUSE:Factory/protobuf/protobuf-java-4.36.1.pom 2026-09-15 17:09:14.792412736 +0200 +++ /work/SRC/openSUSE:Factory/.protobuf.new.383539/protobuf-java-4.36.2.pom 2026-09-23 14:34:27.320094786 +0200 @@ -4,7 +4,7 @@ <parent> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-parent</artifactId> - <version>4.36.1</version> + <version>4.36.2</version> </parent> <artifactId>protobuf-java</artifactId> ++++++ protobuf-java-util-4.36.1.pom -> protobuf-java-util-4.36.2.pom ++++++ --- /work/SRC/openSUSE:Factory/protobuf/protobuf-java-util-4.36.1.pom 2026-09-15 17:09:14.800413071 +0200 +++ /work/SRC/openSUSE:Factory/.protobuf.new.383539/protobuf-java-util-4.36.2.pom 2026-09-23 14:34:27.352096124 +0200 @@ -4,7 +4,7 @@ <parent> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-parent</artifactId> - <version>4.36.1</version> + <version>4.36.2</version> </parent> <artifactId>protobuf-java-util</artifactId> @@ -16,7 +16,7 @@ <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> - <version>4.36.1</version> + <version>4.36.2</version> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> ++++++ protobuf-javalite-4.36.1.pom -> protobuf-javalite-4.36.2.pom ++++++ --- /work/SRC/openSUSE:Factory/protobuf/protobuf-javalite-4.36.1.pom 2026-09-15 17:09:14.822413992 +0200 +++ /work/SRC/openSUSE:Factory/.protobuf.new.383539/protobuf-javalite-4.36.2.pom 2026-09-23 14:34:27.412098632 +0200 @@ -4,7 +4,7 @@ <parent> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-parent</artifactId> - <version>4.36.1</version> + <version>4.36.2</version> </parent> <artifactId>protobuf-javalite</artifactId>
