Hello community, here is the log from the commit of package googleapis for openSUSE:Factory checked in at 2019-02-24 17:18:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/googleapis (Old) and /work/SRC/openSUSE:Factory/.googleapis.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "googleapis" Sun Feb 24 17:18:14 2019 rev:2 rq:677945 version:20180523 Changes: -------- --- /work/SRC/openSUSE:Factory/googleapis/googleapis.changes 2019-02-13 09:59:44.753644969 +0100 +++ /work/SRC/openSUSE:Factory/.googleapis.new.28833/googleapis.changes 2019-02-24 17:18:17.508419649 +0100 @@ -1,0 +2,13 @@ +Thu Feb 21 08:48:05 UTC 2019 - Michał Rostecki <[email protected]> + +- Do not require Python 2.4. +- Fix rpmlint errors and warnings. + +------------------------------------------------------------------- +Mon Feb 18 15:22:05 UTC 2019 - Michał Rostecki <[email protected]> + +- Downgrade to version 20180523. It's the newest version compatible + with Envoy, Istio and its dependencies. No other packages are + going to be affected by this change. + +------------------------------------------------------------------- Old: ---- googleapis-20190109.tar.xz New: ---- googleapis-20180523.tar.xz googleapis-rpmlintrc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ googleapis.spec ++++++ --- /var/tmp/diff_new_pack.IhXjqr/_old 2019-02-24 17:18:18.180419529 +0100 +++ /var/tmp/diff_new_pack.IhXjqr/_new 2019-02-24 17:18:18.184419529 +0100 @@ -12,20 +12,21 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define src_install_dir /usr/src/%{name} Name: googleapis -Version: 20190109 +Version: 20180523 Release: 0 Summary: Public interface and protobuf definitions of Google APIs License: Apache-2.0 Group: Development/Libraries/Cross Url: https://github.com/googleapis/googleapis -Source: %{name}-%{version}.tar.xz +Source0: %{name}-%{version}.tar.xz +Source1: %{name}-rpmlintrc BuildRequires: fdupes %description @@ -55,6 +56,12 @@ tar -xJf %{SOURCE0} --strip-components=1 -C %{buildroot}%{src_install_dir} %fdupes %{buildroot}%{src_install_dir} +# Fix hidden-dile-or-dir warning. +find %{buildroot}%{src_install_dir} -name ".*" -exec rm -rf "{}" + +# Prevent 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|' "{}" + +# Some headers have executable bits... +find %{buildroot}%{src_install_dir} -type f -name "*.h" -exec chmod -x "{}" + %files source %license LICENSE ++++++ _service ++++++ --- /var/tmp/diff_new_pack.IhXjqr/_old 2019-02-24 17:18:18.204419525 +0100 +++ /var/tmp/diff_new_pack.IhXjqr/_new 2019-02-24 17:18:18.204419525 +0100 @@ -5,6 +5,7 @@ <param name="changesgenerate">enable</param> <param name="filename">googleapis</param> <param name="versionformat">%cd</param> + <param name="revision">d642131a6e6582fc226caf9893cb7fe7885b3411</param> </service> <service mode="disabled" name="recompress"> <param name="file">*.tar</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.IhXjqr/_old 2019-02-24 17:18:18.228419520 +0100 +++ /var/tmp/diff_new_pack.IhXjqr/_new 2019-02-24 17:18:18.232419520 +0100 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/googleapis/googleapis</param> - <param name="changesrevision">fb44301b2b667c56a0f2a361a5a7d3709d5f6a69</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">d642131a6e6582fc226caf9893cb7fe7885b3411</param></service></servicedata> \ No newline at end of file ++++++ googleapis-20190109.tar.xz -> googleapis-20180523.tar.xz ++++++ /work/SRC/openSUSE:Factory/googleapis/googleapis-20190109.tar.xz /work/SRC/openSUSE:Factory/.googleapis.new.28833/googleapis-20180523.tar.xz differ: char 25, line 1 ++++++ googleapis-rpmlintrc ++++++ # This is a source package and /usr/src is a correct path to install files. addFilter("googleapis.* suse-filelist-forbidden-fhs23") # This is a source package, it's fine to have empty files. addFilter("googleapis.* zero-length") # We don't really want users to execute those scripts. addFilter("googleapis.* env-script-interpreter") addFilter("googleapis.* non-executable-script") addFilter("googleapis.* script-without-shebang") # Certificates shipped with googleapis are just test examples. addFilter("googleapis.* pem-certificate") # Huh, fdupes sometimes isn't perfect... but... that doesn't really matter addFilter("googleapis.* files-duplicate")
