Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package protobuf for openSUSE:Factory checked in at 2023-04-29 17:27:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/protobuf (Old) and /work/SRC/openSUSE:Factory/.protobuf.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "protobuf" Sat Apr 29 17:27:45 2023 rev:72 rq:1083461 version:21.12 Changes: -------- --- /work/SRC/openSUSE:Factory/protobuf/protobuf.changes 2023-03-25 18:54:21.070348659 +0100 +++ /work/SRC/openSUSE:Factory/.protobuf.new.1533/protobuf.changes 2023-04-29 17:27:52.938477289 +0200 @@ -1,0 +2,11 @@ +Fri Apr 28 07:07:50 UTC 2023 - Fridrich Strba <fst...@suse.com> + +- Mention the rpmlintrc file in the spec. + +------------------------------------------------------------------- +Thu Apr 27 06:59:31 UTC 2023 - Fridrich Strba <fst...@suse.com> + +- Make possible to build on older systems, like SLE12 that miss + some of the used macros. + +------------------------------------------------------------------- New: ---- protobuf-rpmlintrc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ protobuf.spec ++++++ --- /var/tmp/diff_new_pack.rrNxSu/_old 2023-04-29 17:27:53.430479349 +0200 +++ /var/tmp/diff_new_pack.rrNxSu/_new 2023-04-29 17:27:53.434479365 +0200 @@ -16,6 +16,7 @@ # +%{!?make_build:%global make_build make %{?_smp_mflags}} %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define sover 3_21_12 %define tarname protobuf @@ -36,6 +37,7 @@ Source0: https://github.com/protocolbuffers/protobuf/archive/v%{version}.tar.gz#/%{tarname}-%{version}.tar.gz Source1: manifest.txt.in Source2: baselibs.conf +Source1000: %{name}-rpmlintrc Patch0: gcc12-disable-__constinit-with-c++-11.patch # https://github.com/protocolbuffers/protobuf/pull/10355 Patch1: 10355.patch @@ -167,6 +169,9 @@ %prep %autosetup -p1 -n %{tarname}-%{version} + +# The previous blank line is crucial for older system being able +# to use the autosetup macro mkdir gmock %if %{with python2} || %{with python3} ++++++ protobuf-rpmlintrc ++++++ addFilter("shlib-policy-name-error") addFilter("env-script-interpreter") addFilter("spurious-executable-perm")