Hello community, here is the log from the commit of package protobuf for openSUSE:Factory checked in at 2020-01-01 14:56:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/protobuf (Old) and /work/SRC/openSUSE:Factory/.protobuf.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "protobuf" Wed Jan 1 14:56:53 2020 rev:41 rq:758459 version:3.9.2 Changes: -------- --- /work/SRC/openSUSE:Factory/protobuf/protobuf.changes 2019-10-02 11:55:31.231551103 +0200 +++ /work/SRC/openSUSE:Factory/.protobuf.new.6675/protobuf.changes 2020-01-01 14:57:16.605899082 +0100 @@ -1,0 +2,14 @@ +Fri Dec 20 09:04:24 UTC 2019 - Martin Pluskal <[email protected]> + +- Use tarball provided by upstream +- Small package cleanup + +------------------------------------------------------------------- +Thu Dec 19 12:47:53 UTC 2019 - Madhu Mohan Nelemane <[email protected]> + +- Updated to version 3.9.2 + (Objective-C) + * Remove OSReadLittle* due to alignment requirements. (#6678) + * Don't use unions and instead use memcpy for the type swaps. (#6672) + +------------------------------------------------------------------- Old: ---- protobuf-3.9.1.tar.gz New: ---- protobuf-3.9.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ protobuf.spec ++++++ --- /var/tmp/diff_new_pack.HA73tA/_old 2020-01-01 14:57:19.249900462 +0100 +++ /var/tmp/diff_new_pack.HA73tA/_new 2020-01-01 14:57:19.253900465 +0100 @@ -1,7 +1,7 @@ # # spec file for package protobuf # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define sover 20 %define tarname protobuf -%define src_install_dir /usr/src/%{name} +%define src_install_dir %{_prefix}/src/%{name} %define extra_java_flags -source 7 -target 7 # requires gmock, which is not yet in the distribution %bcond_with check @@ -27,7 +27,7 @@ %bcond_without python2 %bcond_without python3 Name: protobuf -Version: 3.9.1 +Version: 3.9.2 Release: 0 Summary: Protocol Buffers - Google's data interchange format License: BSD-3-Clause @@ -208,13 +208,13 @@ tar -xzf %{SOURCE0} --strip-components=1 -C %{buildroot}%{src_install_dir} %fdupes %{buildroot}%{src_install_dir} # Fix env-script-interpreter rpmlint error -find %{buildroot}%{src_install_dir} -type f -name "*.js" -exec sed -i 's|#!.*/usr/bin/env node|#!/usr/bin/node|' "{}" + -find %{buildroot}%{src_install_dir} -type f -name "*.py" -exec sed -i 's|#!.*/usr/bin/env python2.7|#!/usr/bin/python2.7|' "{}" + -find %{buildroot}%{src_install_dir} -type f -name "*.py" -exec sed -i 's|#!.*/usr/bin/env python|#!/usr/bin/python|' "{}" + -find %{buildroot}%{src_install_dir} -type f -name "*.rb" -exec sed -i 's|#!.*/usr/bin/env ruby|#!/usr/bin/ruby|' "{}" + -find %{buildroot}%{src_install_dir} -type f -name "*.sh" -exec sed -i 's|#!.*/usr/bin/env bash|#!/bin/bash|' "{}" + +find %{buildroot}%{src_install_dir} -type f -name "*.js" -exec sed -i 's|#!.*%{_bindir}/env node|#!%{_bindir}/node|' "{}" + +find %{buildroot}%{src_install_dir} -type f -name "*.py" -exec sed -i 's|#!.*%{_bindir}/env python2.7|#!%{_bindir}/python2.7|' "{}" + +find %{buildroot}%{src_install_dir} -type f -name "*.py" -exec sed -i 's|#!.*%{_bindir}/env python|#!%{_bindir}/python|' "{}" + +find %{buildroot}%{src_install_dir} -type f -name "*.rb" -exec sed -i 's|#!.*%{_bindir}/env ruby|#!%{_bindir}/ruby|' "{}" + +find %{buildroot}%{src_install_dir} -type f -name "*.sh" -exec sed -i 's|#!.*%{_bindir}/env bash|#!/bin/bash|' "{}" + # And stop requiring ridiculously old Python version -find %{buildroot}%{src_install_dir} -type f -name "*.py" -exec sed -i 's|#!/usr/bin/python2.4|#!/usr/bin/python2.7|' "{}" + +find %{buildroot}%{src_install_dir} -type f -name "*.py" -exec sed -i 's|#!%{_bindir}/python2.4|#!%{_bindir}/python2.7|' "{}" + # Fix spurious-executable-perm rpmlint error chmod -x %{buildroot}%{src_install_dir}/src/google/protobuf/arenastring.h chmod -x %{buildroot}%{src_install_dir}/src/google/protobuf/compiler/js/js_generator.h ++++++ protobuf-3.9.1.tar.gz -> protobuf-3.9.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.9.1/Protobuf.podspec new/protobuf-3.9.2/Protobuf.podspec --- old/protobuf-3.9.1/Protobuf.podspec 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/Protobuf.podspec 2019-09-20 23:50:52.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.9.1' + s.version = '3.9.2' 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.9.1/configure.ac new/protobuf-3.9.2/configure.ac --- old/protobuf-3.9.1/configure.ac 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/configure.ac 2019-09-20 23:50:52.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.9.1],[[email protected]],[protobuf]) +AC_INIT([Protocol Buffers],[3.9.2],[[email protected]],[protobuf]) AM_MAINTAINER_MODE([enable]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.9.1/csharp/Google.Protobuf.Tools.nuspec new/protobuf-3.9.2/csharp/Google.Protobuf.Tools.nuspec --- old/protobuf-3.9.1/csharp/Google.Protobuf.Tools.nuspec 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/csharp/Google.Protobuf.Tools.nuspec 2019-09-20 23:50:52.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.9.1</version> + <version>3.9.2</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.9.1/csharp/src/Google.Protobuf/Google.Protobuf.csproj new/protobuf-3.9.2/csharp/src/Google.Protobuf/Google.Protobuf.csproj --- old/protobuf-3.9.1/csharp/src/Google.Protobuf/Google.Protobuf.csproj 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/csharp/src/Google.Protobuf/Google.Protobuf.csproj 2019-09-20 23:50:52.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.9.1</VersionPrefix> + <VersionPrefix>3.9.2</VersionPrefix> <LangVersion>6</LangVersion> <Authors>Google Inc.</Authors> <TargetFrameworks>netstandard1.0;netstandard2.0;net45</TargetFrameworks> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.9.1/java/bom/pom.xml new/protobuf-3.9.2/java/bom/pom.xml --- old/protobuf-3.9.1/java/bom/pom.xml 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/java/bom/pom.xml 2019-09-20 23:50:52.000000000 +0200 @@ -4,7 +4,7 @@ <groupId>com.google.protobuf</groupId> <artifactId>protobuf-bom</artifactId> - <version>3.9.1</version> + <version>3.9.2</version> <packaging>pom</packaging> <name>Protocol Buffers [BOM]</name> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.9.1/java/core/pom.xml new/protobuf-3.9.2/java/core/pom.xml --- old/protobuf-3.9.1/java/core/pom.xml 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/java/core/pom.xml 2019-09-20 23:50:52.000000000 +0200 @@ -4,7 +4,7 @@ <parent> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-parent</artifactId> - <version>3.9.1</version> + <version>3.9.2</version> </parent> <artifactId>protobuf-java</artifactId> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.9.1/java/lite/pom.xml new/protobuf-3.9.2/java/lite/pom.xml --- old/protobuf-3.9.1/java/lite/pom.xml 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/java/lite/pom.xml 2019-09-20 23:50:52.000000000 +0200 @@ -4,7 +4,7 @@ <parent> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-parent</artifactId> - <version>3.9.1</version> + <version>3.9.2</version> </parent> <artifactId>protobuf-javalite</artifactId> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.9.1/java/pom.xml new/protobuf-3.9.2/java/pom.xml --- old/protobuf-3.9.1/java/pom.xml 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/java/pom.xml 2019-09-20 23:50:52.000000000 +0200 @@ -4,7 +4,7 @@ <groupId>com.google.protobuf</groupId> <artifactId>protobuf-parent</artifactId> - <version>3.9.1</version> + <version>3.9.2</version> <packaging>pom</packaging> <name>Protocol Buffers [Parent]</name> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.9.1/java/util/pom.xml new/protobuf-3.9.2/java/util/pom.xml --- old/protobuf-3.9.1/java/util/pom.xml 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/java/util/pom.xml 2019-09-20 23:50:52.000000000 +0200 @@ -4,7 +4,7 @@ <parent> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-parent</artifactId> - <version>3.9.1</version> + <version>3.9.2</version> </parent> <artifactId>protobuf-java-util</artifactId> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.9.1/js/package.json new/protobuf-3.9.2/js/package.json --- old/protobuf-3.9.1/js/package.json 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/js/package.json 2019-09-20 23:50:52.000000000 +0200 @@ -1,6 +1,6 @@ { "name": "google-protobuf", - "version": "3.9.1", + "version": "3.9.2", "description": "Protocol Buffers for JavaScript", "main": "google-protobuf.js", "files": [ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.9.1/objectivec/GPBCodedInputStream.m new/protobuf-3.9.2/objectivec/GPBCodedInputStream.m --- old/protobuf-3.9.1/objectivec/GPBCodedInputStream.m 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/objectivec/GPBCodedInputStream.m 2019-09-20 23:50:52.000000000 +0200 @@ -93,14 +93,22 @@ static int32_t ReadRawLittleEndian32(GPBCodedInputStreamState *state) { CheckSize(state, sizeof(int32_t)); - int32_t value = OSReadLittleInt32(state->bytes, state->bufferPos); + // Not using OSReadLittleInt32 because it has undocumented dependency + // on reads being aligned. + int32_t value; + memcpy(&value, state->bytes + state->bufferPos, sizeof(int32_t)); + value = OSSwapLittleToHostInt32(value); state->bufferPos += sizeof(int32_t); return value; } static int64_t ReadRawLittleEndian64(GPBCodedInputStreamState *state) { CheckSize(state, sizeof(int64_t)); - int64_t value = OSReadLittleInt64(state->bytes, state->bufferPos); + // Not using OSReadLittleInt64 because it has undocumented dependency + // on reads being aligned. + int64_t value; + memcpy(&value, state->bytes + state->bufferPos, sizeof(int64_t)); + value = OSSwapLittleToHostInt64(value); state->bufferPos += sizeof(int64_t); return value; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.9.1/objectivec/GPBUtilities_PackagePrivate.h new/protobuf-3.9.2/objectivec/GPBUtilities_PackagePrivate.h --- old/protobuf-3.9.1/objectivec/GPBUtilities_PackagePrivate.h 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/objectivec/GPBUtilities_PackagePrivate.h 2019-09-20 23:50:52.000000000 +0200 @@ -71,27 +71,31 @@ // Conversion functions for de/serializing floating point types. GPB_INLINE int64_t GPBConvertDoubleToInt64(double v) { - union { double f; int64_t i; } u; - u.f = v; - return u.i; + GPBInternalCompileAssert(sizeof(double) == sizeof(int64_t), double_not_64_bits); + int64_t result; + memcpy(&result, &v, sizeof(result)); + return result; } GPB_INLINE int32_t GPBConvertFloatToInt32(float v) { - union { float f; int32_t i; } u; - u.f = v; - return u.i; + GPBInternalCompileAssert(sizeof(float) == sizeof(int32_t), float_not_32_bits); + int32_t result; + memcpy(&result, &v, sizeof(result)); + return result; } GPB_INLINE double GPBConvertInt64ToDouble(int64_t v) { - union { double f; int64_t i; } u; - u.i = v; - return u.f; + GPBInternalCompileAssert(sizeof(double) == sizeof(int64_t), double_not_64_bits); + double result; + memcpy(&result, &v, sizeof(result)); + return result; } GPB_INLINE float GPBConvertInt32ToFloat(int32_t v) { - union { float f; int32_t i; } u; - u.i = v; - return u.f; + GPBInternalCompileAssert(sizeof(float) == sizeof(int32_t), float_not_32_bits); + float result; + memcpy(&result, &v, sizeof(result)); + return result; } GPB_INLINE int32_t GPBLogicalRightShift32(int32_t value, int32_t spaces) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.9.1/php/ext/google/protobuf/package.xml new/protobuf-3.9.2/php/ext/google/protobuf/package.xml --- old/protobuf-3.9.1/php/ext/google/protobuf/package.xml 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/php/ext/google/protobuf/package.xml 2019-09-20 23:50:52.000000000 +0200 @@ -10,11 +10,11 @@ <email>[email protected]</email> <active>yes</active> </lead> - <date>2019-08-02</date> - <time>15:59:08</time> + <date>2019-09-20</date> + <time>13:01:01</time> <version> - <release>3.9.1</release> - <api>3.9.1</api> + <release>3.9.2</release> + <api>3.9.2</api> </version> <stability> <release>stable</release> @@ -389,5 +389,19 @@ <license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license> <notes>GA release.</notes> </release> + <release> + <version> + <release>3.9.2</release> + <api>3.9.2</api> + </version> + <stability> + <release>stable</release> + <api>stable</api> + </stability> + <date>2019-09-20</date> + <time>13:01:01</time> + <license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license> + <notes>GA release.</notes> + </release> </changelog> </package> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.9.1/php/ext/google/protobuf/protobuf.h new/protobuf-3.9.2/php/ext/google/protobuf/protobuf.h --- old/protobuf-3.9.1/php/ext/google/protobuf/protobuf.h 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/php/ext/google/protobuf/protobuf.h 2019-09-20 23:50:52.000000000 +0200 @@ -37,7 +37,7 @@ #include "upb.h" #define PHP_PROTOBUF_EXTNAME "protobuf" -#define PHP_PROTOBUF_VERSION "3.9.1" +#define PHP_PROTOBUF_VERSION "3.9.2" #define MAX_LENGTH_OF_INT64 20 #define SIZEOF_INT64 8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.9.1/protoc-artifacts/pom.xml new/protobuf-3.9.2/protoc-artifacts/pom.xml --- old/protobuf-3.9.1/protoc-artifacts/pom.xml 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/protoc-artifacts/pom.xml 2019-09-20 23:50:52.000000000 +0200 @@ -8,7 +8,7 @@ </parent> <groupId>com.google.protobuf</groupId> <artifactId>protoc</artifactId> - <version>3.9.1</version> + <version>3.9.2</version> <packaging>pom</packaging> <name>Protobuf Compiler</name> <description> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.9.1/python/google/protobuf/__init__.py new/protobuf-3.9.2/python/google/protobuf/__init__.py --- old/protobuf-3.9.1/python/google/protobuf/__init__.py 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/python/google/protobuf/__init__.py 2019-09-20 23:50:52.000000000 +0200 @@ -30,7 +30,7 @@ # Copyright 2007 Google Inc. All Rights Reserved. -__version__ = '3.9.1' +__version__ = '3.9.2' if __name__ != '__main__': try: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.9.1/ruby/google-protobuf.gemspec new/protobuf-3.9.2/ruby/google-protobuf.gemspec --- old/protobuf-3.9.1/ruby/google-protobuf.gemspec 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/ruby/google-protobuf.gemspec 2019-09-20 23:50:52.000000000 +0200 @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "google-protobuf" - s.version = "3.9.1" + s.version = "3.9.2" s.licenses = ["BSD-3-Clause"] s.summary = "Protocol Buffers" s.description = "Protocol Buffers are Google's data interchange format." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.9.1/src/Makefile.am new/protobuf-3.9.2/src/Makefile.am --- old/protobuf-3.9.1/src/Makefile.am 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/src/Makefile.am 2019-09-20 23:50:52.000000000 +0200 @@ -18,7 +18,7 @@ PTHREAD_DEF = endif -PROTOBUF_VERSION = 20:1:0 +PROTOBUF_VERSION = 20:2: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.9.1/src/google/protobuf/any.pb.h new/protobuf-3.9.2/src/google/protobuf/any.pb.h --- old/protobuf-3.9.1/src/google/protobuf/any.pb.h 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/src/google/protobuf/any.pb.h 2019-09-20 23:50:52.000000000 +0200 @@ -13,7 +13,7 @@ #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3009001 < PROTOBUF_MIN_PROTOC_VERSION +#if 3009002 < 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.9.1/src/google/protobuf/api.pb.h new/protobuf-3.9.2/src/google/protobuf/api.pb.h --- old/protobuf-3.9.1/src/google/protobuf/api.pb.h 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/src/google/protobuf/api.pb.h 2019-09-20 23:50:52.000000000 +0200 @@ -13,7 +13,7 @@ #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3009001 < PROTOBUF_MIN_PROTOC_VERSION +#if 3009002 < 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.9.1/src/google/protobuf/compiler/plugin.pb.h new/protobuf-3.9.2/src/google/protobuf/compiler/plugin.pb.h --- old/protobuf-3.9.1/src/google/protobuf/compiler/plugin.pb.h 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/src/google/protobuf/compiler/plugin.pb.h 2019-09-20 23:50:52.000000000 +0200 @@ -13,7 +13,7 @@ #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3009001 < PROTOBUF_MIN_PROTOC_VERSION +#if 3009002 < 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.9.1/src/google/protobuf/descriptor.pb.h new/protobuf-3.9.2/src/google/protobuf/descriptor.pb.h --- old/protobuf-3.9.1/src/google/protobuf/descriptor.pb.h 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/src/google/protobuf/descriptor.pb.h 2019-09-20 23:50:52.000000000 +0200 @@ -13,7 +13,7 @@ #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3009001 < PROTOBUF_MIN_PROTOC_VERSION +#if 3009002 < 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.9.1/src/google/protobuf/duration.pb.h new/protobuf-3.9.2/src/google/protobuf/duration.pb.h --- old/protobuf-3.9.1/src/google/protobuf/duration.pb.h 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/src/google/protobuf/duration.pb.h 2019-09-20 23:50:52.000000000 +0200 @@ -13,7 +13,7 @@ #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3009001 < PROTOBUF_MIN_PROTOC_VERSION +#if 3009002 < 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.9.1/src/google/protobuf/empty.pb.h new/protobuf-3.9.2/src/google/protobuf/empty.pb.h --- old/protobuf-3.9.1/src/google/protobuf/empty.pb.h 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/src/google/protobuf/empty.pb.h 2019-09-20 23:50:52.000000000 +0200 @@ -13,7 +13,7 @@ #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3009001 < PROTOBUF_MIN_PROTOC_VERSION +#if 3009002 < 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.9.1/src/google/protobuf/field_mask.pb.h new/protobuf-3.9.2/src/google/protobuf/field_mask.pb.h --- old/protobuf-3.9.1/src/google/protobuf/field_mask.pb.h 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/src/google/protobuf/field_mask.pb.h 2019-09-20 23:50:52.000000000 +0200 @@ -13,7 +13,7 @@ #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3009001 < PROTOBUF_MIN_PROTOC_VERSION +#if 3009002 < 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.9.1/src/google/protobuf/port_def.inc new/protobuf-3.9.2/src/google/protobuf/port_def.inc --- old/protobuf-3.9.1/src/google/protobuf/port_def.inc 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/src/google/protobuf/port_def.inc 2019-09-20 23:50:52.000000000 +0200 @@ -285,7 +285,7 @@ // Shared google3/opensource definitions. ////////////////////////////////////// -#define PROTOBUF_VERSION 3009001 +#define PROTOBUF_VERSION 3009002 #define PROTOBUF_MIN_HEADER_VERSION_FOR_PROTOC 3009000 #define PROTOBUF_MIN_PROTOC_VERSION 3009000 #define PROTOBUF_VERSION_SUFFIX "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/protobuf-3.9.1/src/google/protobuf/source_context.pb.h new/protobuf-3.9.2/src/google/protobuf/source_context.pb.h --- old/protobuf-3.9.1/src/google/protobuf/source_context.pb.h 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/src/google/protobuf/source_context.pb.h 2019-09-20 23:50:52.000000000 +0200 @@ -13,7 +13,7 @@ #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3009001 < PROTOBUF_MIN_PROTOC_VERSION +#if 3009002 < 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.9.1/src/google/protobuf/struct.pb.h new/protobuf-3.9.2/src/google/protobuf/struct.pb.h --- old/protobuf-3.9.1/src/google/protobuf/struct.pb.h 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/src/google/protobuf/struct.pb.h 2019-09-20 23:50:52.000000000 +0200 @@ -13,7 +13,7 @@ #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3009001 < PROTOBUF_MIN_PROTOC_VERSION +#if 3009002 < 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.9.1/src/google/protobuf/stubs/common.h new/protobuf-3.9.2/src/google/protobuf/stubs/common.h --- old/protobuf-3.9.1/src/google/protobuf/stubs/common.h 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/src/google/protobuf/stubs/common.h 2019-09-20 23:50:52.000000000 +0200 @@ -81,7 +81,7 @@ // The current version, represented as a single integer to make comparison // easier: major * 10^6 + minor * 10^3 + micro -#define GOOGLE_PROTOBUF_VERSION 3009001 +#define GOOGLE_PROTOBUF_VERSION 3009002 // 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.9.1/src/google/protobuf/timestamp.pb.h new/protobuf-3.9.2/src/google/protobuf/timestamp.pb.h --- old/protobuf-3.9.1/src/google/protobuf/timestamp.pb.h 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/src/google/protobuf/timestamp.pb.h 2019-09-20 23:50:52.000000000 +0200 @@ -13,7 +13,7 @@ #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3009001 < PROTOBUF_MIN_PROTOC_VERSION +#if 3009002 < 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.9.1/src/google/protobuf/type.pb.h new/protobuf-3.9.2/src/google/protobuf/type.pb.h --- old/protobuf-3.9.1/src/google/protobuf/type.pb.h 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/src/google/protobuf/type.pb.h 2019-09-20 23:50:52.000000000 +0200 @@ -13,7 +13,7 @@ #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3009001 < PROTOBUF_MIN_PROTOC_VERSION +#if 3009002 < 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.9.1/src/google/protobuf/wrappers.pb.h new/protobuf-3.9.2/src/google/protobuf/wrappers.pb.h --- old/protobuf-3.9.1/src/google/protobuf/wrappers.pb.h 2019-08-05 19:07:28.000000000 +0200 +++ new/protobuf-3.9.2/src/google/protobuf/wrappers.pb.h 2019-09-20 23:50:52.000000000 +0200 @@ -13,7 +13,7 @@ #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3009001 < PROTOBUF_MIN_PROTOC_VERSION +#if 3009002 < 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.
