Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package protobuf for openSUSE:Factory checked in at 2021-04-22 18:03:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/protobuf (Old) and /work/SRC/openSUSE:Factory/.protobuf.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "protobuf" Thu Apr 22 18:03:35 2021 rev:50 rq:886581 version:3.15.8 Changes: -------- --- /work/SRC/openSUSE:Factory/protobuf/protobuf.changes 2021-04-08 21:02:55.733950108 +0200 +++ /work/SRC/openSUSE:Factory/.protobuf.new.12324/protobuf.changes 2021-04-22 18:03:55.278502579 +0200 @@ -1,0 +2,6 @@ +Sun Apr 18 08:32:46 UTC 2021 - Matej Cepl <mc...@suse.com> + +- Update to 3.15.8: + - Fixed memory leak of Ruby arena objects (#8461) + +------------------------------------------------------------------- Old: ---- protobuf-3.15.7.tar.gz New: ---- protobuf-3.15.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ protobuf.spec ++++++ --- /var/tmp/diff_new_pack.XbOFEE/_old 2021-04-22 18:03:55.750503309 +0200 +++ /var/tmp/diff_new_pack.XbOFEE/_new 2021-04-22 18:03:55.750503309 +0200 @@ -27,7 +27,7 @@ %bcond_without python2 %bcond_without python3 Name: protobuf -Version: 3.15.7 +Version: 3.15.8 Release: 0 Summary: Protocol Buffers - Google's data interchange format License: BSD-3-Clause ++++++ protobuf-3.15.7.tar.gz -> protobuf-3.15.8.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/CHANGES.txt new/protobuf-3.15.8/CHANGES.txt --- old/protobuf-3.15.7/CHANGES.txt 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/CHANGES.txt 2021-04-08 00:38:38.000000000 +0200 @@ -1,3 +1,8 @@ +2021-04-07 version 3.15.8 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) + + Ruby + * Fixed memory leak of Ruby arena objects (#8461) + 2021-04-02 version 3.15.7 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) C++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/Protobuf-C++.podspec new/protobuf-3.15.8/Protobuf-C++.podspec --- old/protobuf-3.15.7/Protobuf-C++.podspec 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/Protobuf-C++.podspec 2021-04-08 00:38:38.000000000 +0200 @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Protobuf-C++' - s.version = '3.15.7' + s.version = '3.15.8' s.summary = 'Protocol Buffers v3 runtime library for C++.' s.homepage = 'https://github.com/google/protobuf' s.license = '3-Clause BSD License' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/Protobuf.podspec new/protobuf-3.15.8/Protobuf.podspec --- old/protobuf-3.15.7/Protobuf.podspec 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/Protobuf.podspec 2021-04-08 00:38:38.000000000 +0200 @@ -5,7 +5,7 @@ # dependent projects use the :git notation to refer to the library. Pod::Spec.new do |s| s.name = 'Protobuf' - s.version = '3.15.7' + s.version = '3.15.8' s.summary = 'Protocol Buffers v.3 runtime library for Objective-C.' s.homepage = 'https://github.com/protocolbuffers/protobuf' s.license = '3-Clause BSD License' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/configure.ac new/protobuf-3.15.8/configure.ac --- old/protobuf-3.15.7/configure.ac 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/configure.ac 2021-04-08 00:38:38.000000000 +0200 @@ -17,7 +17,7 @@ # In the SVN trunk, the version should always be the next anticipated release # version with the "-pre" suffix. (We used to use "-SNAPSHOT" but this pushed # the size of one file name in the dist tarfile over the 99-char limit.) -AC_INIT([Protocol Buffers],[3.15.7],[proto...@googlegroups.com],[protobuf]) +AC_INIT([Protocol Buffers],[3.15.8],[proto...@googlegroups.com],[protobuf]) AM_MAINTAINER_MODE([enable]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/csharp/Google.Protobuf.Tools.nuspec new/protobuf-3.15.8/csharp/Google.Protobuf.Tools.nuspec --- old/protobuf-3.15.7/csharp/Google.Protobuf.Tools.nuspec 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/csharp/Google.Protobuf.Tools.nuspec 2021-04-08 00:38:38.000000000 +0200 @@ -5,7 +5,7 @@ <title>Google Protocol Buffers tools</title> <summary>Tools for Protocol Buffers - Google's data interchange format.</summary> <description>See project site for more info.</description> - <version>3.15.7</version> + <version>3.15.8</version> <authors>Google Inc.</authors> <owners>protobuf-packages</owners> <licenseUrl>https://github.com/protocolbuffers/protobuf/blob/master/LICENSE</licenseUrl> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/csharp/src/Google.Protobuf/Google.Protobuf.csproj new/protobuf-3.15.8/csharp/src/Google.Protobuf/Google.Protobuf.csproj --- old/protobuf-3.15.7/csharp/src/Google.Protobuf/Google.Protobuf.csproj 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/csharp/src/Google.Protobuf/Google.Protobuf.csproj 2021-04-08 00:38:38.000000000 +0200 @@ -4,7 +4,7 @@ <Description>C# runtime library for Protocol Buffers - Google's data interchange format.</Description> <Copyright>Copyright 2015, Google Inc.</Copyright> <AssemblyTitle>Google Protocol Buffers</AssemblyTitle> - <VersionPrefix>3.15.7</VersionPrefix> + <VersionPrefix>3.15.8</VersionPrefix> <!-- C# 7.2 is required for Span/BufferWriter/ReadOnlySequence --> <LangVersion>7.2</LangVersion> <Authors>Google Inc.</Authors> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/java/bom/pom.xml new/protobuf-3.15.8/java/bom/pom.xml --- old/protobuf-3.15.7/java/bom/pom.xml 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/java/bom/pom.xml 2021-04-08 00:38:38.000000000 +0200 @@ -4,7 +4,7 @@ <groupId>com.google.protobuf</groupId> <artifactId>protobuf-bom</artifactId> - <version>3.15.7</version> + <version>3.15.8</version> <packaging>pom</packaging> <name>Protocol Buffers [BOM]</name> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/java/core/pom.xml new/protobuf-3.15.8/java/core/pom.xml --- old/protobuf-3.15.7/java/core/pom.xml 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/java/core/pom.xml 2021-04-08 00:38:38.000000000 +0200 @@ -4,7 +4,7 @@ <parent> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-parent</artifactId> - <version>3.15.7</version> + <version>3.15.8</version> </parent> <artifactId>protobuf-java</artifactId> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/java/lite/pom.xml new/protobuf-3.15.8/java/lite/pom.xml --- old/protobuf-3.15.7/java/lite/pom.xml 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/java/lite/pom.xml 2021-04-08 00:38:38.000000000 +0200 @@ -4,7 +4,7 @@ <parent> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-parent</artifactId> - <version>3.15.7</version> + <version>3.15.8</version> </parent> <artifactId>protobuf-javalite</artifactId> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/java/pom.xml new/protobuf-3.15.8/java/pom.xml --- old/protobuf-3.15.7/java/pom.xml 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/java/pom.xml 2021-04-08 00:38:38.000000000 +0200 @@ -4,7 +4,7 @@ <groupId>com.google.protobuf</groupId> <artifactId>protobuf-parent</artifactId> - <version>3.15.7</version> + <version>3.15.8</version> <packaging>pom</packaging> <name>Protocol Buffers [Parent]</name> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/java/util/pom.xml new/protobuf-3.15.8/java/util/pom.xml --- old/protobuf-3.15.7/java/util/pom.xml 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/java/util/pom.xml 2021-04-08 00:38:38.000000000 +0200 @@ -4,7 +4,7 @@ <parent> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-parent</artifactId> - <version>3.15.7</version> + <version>3.15.8</version> </parent> <artifactId>protobuf-java-util</artifactId> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/js/package.json new/protobuf-3.15.8/js/package.json --- old/protobuf-3.15.7/js/package.json 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/js/package.json 2021-04-08 00:38:38.000000000 +0200 @@ -1,6 +1,6 @@ { "name": "google-protobuf", - "version": "3.15.7", + "version": "3.15.8", "description": "Protocol Buffers for JavaScript", "main": "google-protobuf.js", "files": [ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/php/ext/google/protobuf/package.xml new/protobuf-3.15.8/php/ext/google/protobuf/package.xml --- old/protobuf-3.15.7/php/ext/google/protobuf/package.xml 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/php/ext/google/protobuf/package.xml 2021-04-08 00:38:38.000000000 +0200 @@ -10,11 +10,11 @@ <email>protobuf-opensou...@google.com</email> <active>yes</active> </lead> - <date>2021-04-02</date> - <time>10:01:42</time> + <date>2021-04-07</date> + <time>14:27:08</time> <version> - <release>3.15.7</release> - <api>3.15.7</api> + <release>3.15.8</release> + <api>3.15.8</api> </version> <stability> <release>stable</release> @@ -22,7 +22,7 @@ </stability> <license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license> <notes> - No new changes in 3.15.7 + No new changes in 3.15.8 </notes> <contents> <dir baseinstalldir="/" name="/"> @@ -901,6 +901,21 @@ <license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license> <notes> </notes> + </release> + <release> + <version> + <release>3.15.8</release> + <api>3.15.8</api> + </version> + <stability> + <release>stable</release> + <api>stable</api> + </stability> + <date>2021-04-07</date> + <time>14:27:08</time> + <license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license> + <notes> + </notes> </release> </changelog> </package> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/php/ext/google/protobuf/protobuf.h new/protobuf-3.15.8/php/ext/google/protobuf/protobuf.h --- old/protobuf-3.15.7/php/ext/google/protobuf/protobuf.h 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/php/ext/google/protobuf/protobuf.h 2021-04-08 00:38:38.000000000 +0200 @@ -76,7 +76,7 @@ ZEND_ARG_INFO(0, value) ZEND_END_ARG_INFO() -#define PHP_PROTOBUF_VERSION "3.15.7" +#define PHP_PROTOBUF_VERSION "3.15.8" // ptr -> PHP object cache. This is a weak map that caches lazily-created // wrapper objects around upb types: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/protoc-artifacts/pom.xml new/protobuf-3.15.8/protoc-artifacts/pom.xml --- old/protobuf-3.15.7/protoc-artifacts/pom.xml 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/protoc-artifacts/pom.xml 2021-04-08 00:38:38.000000000 +0200 @@ -8,7 +8,7 @@ </parent> <groupId>com.google.protobuf</groupId> <artifactId>protoc</artifactId> - <version>3.15.7</version> + <version>3.15.8</version> <packaging>pom</packaging> <name>Protobuf Compiler</name> <description> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/python/google/protobuf/__init__.py new/protobuf-3.15.8/python/google/protobuf/__init__.py --- old/protobuf-3.15.7/python/google/protobuf/__init__.py 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/python/google/protobuf/__init__.py 2021-04-08 00:38:38.000000000 +0200 @@ -30,4 +30,4 @@ # Copyright 2007 Google Inc. All Rights Reserved. -__version__ = '3.15.7' +__version__ = '3.15.8' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/ruby/ext/google/protobuf_c/protobuf.c new/protobuf-3.15.8/ruby/ext/google/protobuf_c/protobuf.c --- old/protobuf-3.15.7/ruby/ext/google/protobuf_c/protobuf.c 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/ruby/ext/google/protobuf_c/protobuf.c 2021-04-08 00:38:38.000000000 +0200 @@ -180,6 +180,7 @@ static void Arena_free(void *data) { Arena *arena = data; upb_arena_free(arena->arena); + xfree(arena); } static VALUE cArena; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/ruby/google-protobuf.gemspec new/protobuf-3.15.8/ruby/google-protobuf.gemspec --- old/protobuf-3.15.7/ruby/google-protobuf.gemspec 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/ruby/google-protobuf.gemspec 2021-04-08 00:38:38.000000000 +0200 @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "google-protobuf" - s.version = "3.15.7" + s.version = "3.15.8" git_tag = "v#{s.version.to_s.sub('.rc.', '-rc')}" # Converts X.Y.Z.rc.N to vX.Y.Z-rcN, used for the git tag s.licenses = ["BSD-3-Clause"] s.summary = "Protocol Buffers" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/src/Makefile.am new/protobuf-3.15.8/src/Makefile.am --- old/protobuf-3.15.7/src/Makefile.am 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/src/Makefile.am 2021-04-08 00:38:38.000000000 +0200 @@ -18,7 +18,7 @@ PTHREAD_DEF = endif -PROTOBUF_VERSION = 26:7:0 +PROTOBUF_VERSION = 26:8:0 if GCC # Turn on all warnings except for sign comparison (we ignore sign comparison diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/src/google/protobuf/any.pb.h new/protobuf-3.15.8/src/google/protobuf/any.pb.h --- old/protobuf-3.15.7/src/google/protobuf/any.pb.h 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/src/google/protobuf/any.pb.h 2021-04-08 00:38:38.000000000 +0200 @@ -13,7 +13,7 @@ #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3015007 < PROTOBUF_MIN_PROTOC_VERSION +#if 3015008 < PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/src/google/protobuf/api.pb.h new/protobuf-3.15.8/src/google/protobuf/api.pb.h --- old/protobuf-3.15.7/src/google/protobuf/api.pb.h 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/src/google/protobuf/api.pb.h 2021-04-08 00:38:38.000000000 +0200 @@ -13,7 +13,7 @@ #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3015007 < PROTOBUF_MIN_PROTOC_VERSION +#if 3015008 < PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/src/google/protobuf/compiler/plugin.pb.h new/protobuf-3.15.8/src/google/protobuf/compiler/plugin.pb.h --- old/protobuf-3.15.7/src/google/protobuf/compiler/plugin.pb.h 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/src/google/protobuf/compiler/plugin.pb.h 2021-04-08 00:38:38.000000000 +0200 @@ -13,7 +13,7 @@ #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3015007 < PROTOBUF_MIN_PROTOC_VERSION +#if 3015008 < PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/src/google/protobuf/descriptor.pb.h new/protobuf-3.15.8/src/google/protobuf/descriptor.pb.h --- old/protobuf-3.15.7/src/google/protobuf/descriptor.pb.h 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/src/google/protobuf/descriptor.pb.h 2021-04-08 00:38:38.000000000 +0200 @@ -13,7 +13,7 @@ #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3015007 < PROTOBUF_MIN_PROTOC_VERSION +#if 3015008 < PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/src/google/protobuf/duration.pb.h new/protobuf-3.15.8/src/google/protobuf/duration.pb.h --- old/protobuf-3.15.7/src/google/protobuf/duration.pb.h 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/src/google/protobuf/duration.pb.h 2021-04-08 00:38:38.000000000 +0200 @@ -13,7 +13,7 @@ #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3015007 < PROTOBUF_MIN_PROTOC_VERSION +#if 3015008 < PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/src/google/protobuf/empty.pb.h new/protobuf-3.15.8/src/google/protobuf/empty.pb.h --- old/protobuf-3.15.7/src/google/protobuf/empty.pb.h 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/src/google/protobuf/empty.pb.h 2021-04-08 00:38:38.000000000 +0200 @@ -13,7 +13,7 @@ #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3015007 < PROTOBUF_MIN_PROTOC_VERSION +#if 3015008 < PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/src/google/protobuf/field_mask.pb.h new/protobuf-3.15.8/src/google/protobuf/field_mask.pb.h --- old/protobuf-3.15.7/src/google/protobuf/field_mask.pb.h 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/src/google/protobuf/field_mask.pb.h 2021-04-08 00:38:38.000000000 +0200 @@ -13,7 +13,7 @@ #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3015007 < PROTOBUF_MIN_PROTOC_VERSION +#if 3015008 < PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/src/google/protobuf/port_def.inc new/protobuf-3.15.8/src/google/protobuf/port_def.inc --- old/protobuf-3.15.7/src/google/protobuf/port_def.inc 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/src/google/protobuf/port_def.inc 2021-04-08 00:38:38.000000000 +0200 @@ -335,7 +335,7 @@ // Shared google3/opensource definitions. ////////////////////////////////////// -#define PROTOBUF_VERSION 3015007 +#define PROTOBUF_VERSION 3015008 #define PROTOBUF_MIN_HEADER_VERSION_FOR_PROTOC 3015000 #define PROTOBUF_MIN_PROTOC_VERSION 3015000 #define PROTOBUF_VERSION_SUFFIX "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/src/google/protobuf/source_context.pb.h new/protobuf-3.15.8/src/google/protobuf/source_context.pb.h --- old/protobuf-3.15.7/src/google/protobuf/source_context.pb.h 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/src/google/protobuf/source_context.pb.h 2021-04-08 00:38:38.000000000 +0200 @@ -13,7 +13,7 @@ #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3015007 < PROTOBUF_MIN_PROTOC_VERSION +#if 3015008 < PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/src/google/protobuf/struct.pb.h new/protobuf-3.15.8/src/google/protobuf/struct.pb.h --- old/protobuf-3.15.7/src/google/protobuf/struct.pb.h 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/src/google/protobuf/struct.pb.h 2021-04-08 00:38:38.000000000 +0200 @@ -13,7 +13,7 @@ #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3015007 < PROTOBUF_MIN_PROTOC_VERSION +#if 3015008 < PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/src/google/protobuf/stubs/common.h new/protobuf-3.15.8/src/google/protobuf/stubs/common.h --- old/protobuf-3.15.7/src/google/protobuf/stubs/common.h 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/src/google/protobuf/stubs/common.h 2021-04-08 00:38:38.000000000 +0200 @@ -82,7 +82,7 @@ // The current version, represented as a single integer to make comparison // easier: major * 10^6 + minor * 10^3 + micro -#define GOOGLE_PROTOBUF_VERSION 3015007 +#define GOOGLE_PROTOBUF_VERSION 3015008 // A suffix string for alpha, beta or rc releases. Empty for stable releases. #define GOOGLE_PROTOBUF_VERSION_SUFFIX "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/src/google/protobuf/timestamp.pb.h new/protobuf-3.15.8/src/google/protobuf/timestamp.pb.h --- old/protobuf-3.15.7/src/google/protobuf/timestamp.pb.h 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/src/google/protobuf/timestamp.pb.h 2021-04-08 00:38:38.000000000 +0200 @@ -13,7 +13,7 @@ #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3015007 < PROTOBUF_MIN_PROTOC_VERSION +#if 3015008 < PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/src/google/protobuf/type.pb.h new/protobuf-3.15.8/src/google/protobuf/type.pb.h --- old/protobuf-3.15.7/src/google/protobuf/type.pb.h 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/src/google/protobuf/type.pb.h 2021-04-08 00:38:38.000000000 +0200 @@ -13,7 +13,7 @@ #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3015007 < PROTOBUF_MIN_PROTOC_VERSION +#if 3015008 < PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.15.7/src/google/protobuf/wrappers.pb.h new/protobuf-3.15.8/src/google/protobuf/wrappers.pb.h --- old/protobuf-3.15.7/src/google/protobuf/wrappers.pb.h 2021-04-02 20:06:56.000000000 +0200 +++ new/protobuf-3.15.8/src/google/protobuf/wrappers.pb.h 2021-04-08 00:38:38.000000000 +0200 @@ -13,7 +13,7 @@ #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3015007 < PROTOBUF_MIN_PROTOC_VERSION +#if 3015008 < PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc.