Hello community, here is the log from the commit of package protobuf for openSUSE:Factory checked in at 2019-06-13 22:38:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/protobuf (Old) and /work/SRC/openSUSE:Factory/.protobuf.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "protobuf" Thu Jun 13 22:38:20 2019 rev:38 rq:708760 version:3.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/protobuf/protobuf.changes 2019-05-03 22:26:02.888168030 +0200 +++ /work/SRC/openSUSE:Factory/.protobuf.new.4811/protobuf.changes 2019-06-13 22:38:22.592283256 +0200 @@ -1,0 +2,17 @@ +Sat Jun 8 06:13:57 UTC 2019 - Fridrich Strba <[email protected]> + +- Specify java source and target levels in order to build + compatible protobuf-java binaries + +------------------------------------------------------------------- +Wed Jun 5 18:58:30 UTC 2019 - Jan Engelhardt <[email protected]> + +- Update to new upstream release 3.8.0 + * Introduced new MOMI (maybe-outside-memory-interval) parser. + * Added use of C++ override keyword where appropriate. + * Always declare enums to be int-sized. + * Append '_' to C++ reserved keywords for message, enum, extension. +- Remove 0001-remove-PACKAGE_NAME-and-REPOSITORY_NAME-deprecated.patch + (upstreamed) + +------------------------------------------------------------------- Old: ---- 0001-remove-PACKAGE_NAME-and-REPOSITORY_NAME-deprecated.patch protobuf-3.6.1.tar.gz New: ---- protobuf-3.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ protobuf.spec ++++++ --- /var/tmp/diff_new_pack.MMAjgJ/_old 2019-06-13 22:38:24.264282713 +0200 +++ /var/tmp/diff_new_pack.MMAjgJ/_new 2019-06-13 22:38:24.268282711 +0200 @@ -17,16 +17,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define sover 17 +%define sover 19 %define tarname protobuf %define src_install_dir /usr/src/%{name} +%define extra_java_flags -source 7 -target 7 # requires gmock, which is not yet in the distribution %bcond_with check %bcond_without java %bcond_without python2 %bcond_without python3 Name: protobuf -Version: 3.6.1 +Version: 3.8.0 Release: 0 Summary: Protocol Buffers - Google's data interchange format License: BSD-3-Clause @@ -35,7 +36,6 @@ Source0: https://github.com/google/protobuf/archive/v%{version}.tar.gz#/%{tarname}-%{version}.tar.gz Source1: manifest.txt.in Source2: baselibs.conf -Patch0: 0001-remove-PACKAGE_NAME-and-REPOSITORY_NAME-deprecated.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module python-dateutil} BuildRequires: %{python_module python-gflags} @@ -141,9 +141,7 @@ This package contains the Python bindings for Google Protocol Buffers. %prep - -%setup -q -n %{tarname}-%{version} -%patch0 -p1 +%autosetup -n %{tarname}-%{version} mkdir gmock %if %{with python2} || %{with python3} @@ -165,10 +163,9 @@ %if %{with java} pushd java -%pom_remove_parent ../src/protoc --java_out=core/src/main/java -I../src ../src/google/protobuf/descriptor.proto mkdir classes -javac $extra_java_flags -d classes core/src/main/java/com/google/protobuf/*.java +javac %{extra_java_flags} -d classes core/src/main/java/com/google/protobuf/*.java sed -e 's/@VERSION@/%{version}/' < %{SOURCE1} > manifest.txt jar cfm %{name}-java-%{version}.jar manifest.txt -C classes com popd @@ -208,9 +205,6 @@ mkdir -p %{buildroot}%{src_install_dir} tar -xzf %{SOURCE0} --strip-components=1 -C %{buildroot}%{src_install_dir} -pushd %{buildroot}%{src_install_dir} -patch -p1 < %{PATCH0} -popd %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|' "{}" + ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.MMAjgJ/_old 2019-06-13 22:38:24.292282704 +0200 +++ /var/tmp/diff_new_pack.MMAjgJ/_new 2019-06-13 22:38:24.292282704 +0200 @@ -1,3 +1,3 @@ -libprotobuf17 -libprotoc17 -libprotobuf-lite17 +libprotobuf19 +libprotoc19 +libprotobuf-lite19 ++++++ protobuf-3.6.1.tar.gz -> protobuf-3.8.0.tar.gz ++++++ ++++ 421665 lines of diff (skipped)
