Hello community,
here is the log from the commit of package bazel-rules-proto for
openSUSE:Factory checked in at 2019-10-24 23:10:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bazel-rules-proto (Old)
and /work/SRC/openSUSE:Factory/.bazel-rules-proto.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bazel-rules-proto"
Thu Oct 24 23:10:57 2019 rev:2 rq:742606 version:20190719
Changes:
--------
--- /work/SRC/openSUSE:Factory/bazel-rules-proto/bazel-rules-proto.changes
2019-02-04 21:11:16.763871909 +0100
+++
/work/SRC/openSUSE:Factory/.bazel-rules-proto.new.2990/bazel-rules-proto.changes
2019-10-24 23:11:10.464663056 +0200
@@ -1,0 +2,9 @@
+Thu Sep 19 11:10:26 UTC 2019 - [email protected]
+
+- Update to version 20190719:
+ * Add migration tag to rules and export some more native symbols
+ * Remove copyright headers from .git{attributes,ignore}
+ * Address comments from review
+ * Remove non-essential copyright headers
+
+-------------------------------------------------------------------
Old:
----
bazel-rules-proto-20190115.tar.xz
New:
----
bazel-rules-proto-20190719.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ bazel-rules-proto.spec ++++++
--- /var/tmp/diff_new_pack.AuaY6u/_old 2019-10-24 23:11:11.196663910 +0200
+++ /var/tmp/diff_new_pack.AuaY6u/_new 2019-10-24 23:11:11.204663919 +0200
@@ -12,14 +12,14 @@
# 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: bazel-rules-proto
-Version: 20190115
+Version: 20190719
Release: 0
Summary: Bazel build rules for Protocol Buffers
License: Apache-2.0
@@ -50,16 +50,6 @@
%install
mkdir -p %{buildroot}%{src_install_dir}
tar -xJf %{SOURCE0} --strip-components=1 -C %{buildroot}%{src_install_dir}
-# Fix hidden-dile-or-dir warning.
-find %{buildroot}%{src_install_dir} -name ".*" -exec rm -rf "{}" +
-# Remove files for Dart language - it's not packaged in openSUSE.
-find %{buildroot}%{src_install_dir} -type f -name "*.dart" -exec rm -f "{}" +
-# Fix env-script-interpreter error.
-find %{buildroot}%{src_install_dir} -type f -name "*.py" -exec sed -i
's|#!/usr/bin/env python3|#!/usr/bin/python3|' "{}" +
-find %{buildroot}%{src_install_dir} -type f -name "*.rb" -exec sed -i
's|#!/usr/bin/env ruby|#!/usr/bin/ruby|' "{}" +
-# Fix non-executable-script warning.
-chmod +x %{buildroot}%{src_install_dir}/ruby/example/routeguide/client.rb
-chmod +x %{buildroot}%{src_install_dir}/ruby/example/routeguide/server.rb
%fdupes %{buildroot}%{src_install_dir}
++++++ _service ++++++
--- /var/tmp/diff_new_pack.AuaY6u/_old 2019-10-24 23:11:11.268663993 +0200
+++ /var/tmp/diff_new_pack.AuaY6u/_new 2019-10-24 23:11:11.288664017 +0200
@@ -1,10 +1,11 @@
<services>
<service mode="disabled" name="tar_scm">
- <param name="url">https://github.com/stackb/rules_proto</param>
+ <param name="url">https://github.com/bazelbuild/rules_proto</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="filename">bazel-rules-proto</param>
<param name="versionformat">%cd</param>
+ <param name="revision">b0cc14be5da05168b01db282fe93bdf17aa2b9f4</param>
</service>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.AuaY6u/_old 2019-10-24 23:11:11.336664073 +0200
+++ /var/tmp/diff_new_pack.AuaY6u/_new 2019-10-24 23:11:11.336664073 +0200
@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
- <param name="url">https://github.com/stackb/rules_proto</param>
- <param
name="changesrevision">ec7248ae2b6a5175da6abc96f7b0176a7c84845a</param></service></servicedata>
\ No newline at end of file
+ <param
name="url">https://github.com/bazelbuild/rules_proto</param>
+ <param
name="changesrevision">b9e633e71e2a79cc6bbf69bb9b265343a1c47039</param></service></servicedata>
\ No newline at end of file
++++++ bazel-rules-proto-20190115.tar.xz -> bazel-rules-proto-20190719.tar.xz
++++++
++++ 37555 lines of diff (skipped)
++++++ bazel-rules-proto-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.AuaY6u/_old 2019-10-24 23:11:11.540664311 +0200
+++ /var/tmp/diff_new_pack.AuaY6u/_new 2019-10-24 23:11:11.544664316 +0200
@@ -1,4 +1,4 @@
-# This is a source package and /usr/src is a correct path to install files.
+# This is a source package, errors below have no impact on using them
addFilter("bazel-rules-proto-source.* suse-filelist-forbidden-fhs23")
-# This is a source package, it's fine to have empty files.
addFilter("bazel-rules-proto-source.* zero-length")
+addFilter("bazel-rules-proto-source.* hidden-file-or-dir")