Hello community,
here is the log from the commit of package rubygem-mixlib-shellout for
openSUSE:Factory checked in at 2019-11-18 20:09:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-mixlib-shellout (Old)
and /work/SRC/openSUSE:Factory/.rubygem-mixlib-shellout.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-mixlib-shellout"
Mon Nov 18 20:09:02 2019 rev:21 rq:749175 version:3.0.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-mixlib-shellout/rubygem-mixlib-shellout.changes
2019-08-06 15:10:02.551785121 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-mixlib-shellout.new.26869/rubygem-mixlib-shellout.changes
2019-11-18 20:09:21.673623505 +0100
@@ -1,0 +2,5 @@
+Sun Nov 17 19:05:49 UTC 2019 - Johannes Kastl <[email protected]>
+
+- added license 'Apache-2.0' to gem2rpm.yml and recreated spec file
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-mixlib-shellout.spec ++++++
--- /var/tmp/diff_new_pack.ZDRDjq/_old 2019-11-18 20:09:22.185623243 +0100
+++ /var/tmp/diff_new_pack.ZDRDjq/_new 2019-11-18 20:09:22.189623241 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-mixlib-shellout
#
-# 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
@@ -32,7 +32,7 @@
BuildRequires: %{ruby >= 2.2}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: ruby-macros >= 5
-Url: https://github.com/chef/mixlib-shellout
+URL: https://github.com/chef/mixlib-shellout
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: Run external commands on Unix or Windows
++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.ZDRDjq/_old 2019-11-18 20:09:22.217623227 +0100
+++ /var/tmp/diff_new_pack.ZDRDjq/_new 2019-11-18 20:09:22.221623225 +0100
@@ -7,7 +7,7 @@
#
# it can be multiline
# ## used by gem2rpm
-# :license: MIT or Ruby
+:license: Apache-2.0
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
@@ -21,9 +21,11 @@
# ## used by gem2rpm
# :patches:
# foo.patch: -p1
-# bar.patch:
+# bar.patch:
+# :post_patch:
+# if you need to fiddle with the source dir before rebuilding the gem
# ## used by gem2rpm
-:sources:
+# :sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: '....'
@@ -54,7 +56,7 @@
# :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
-# :custom:
+# :custom_pkgs:
# apache:
# :preamble: |-
# Requires: .....
@@ -67,4 +69,8 @@
# bar
# :post: |-
# /bin/echo foo
-#
+# :preamble: |-
+# %if 0%{?suse_version} && 0%{?suse_version} < 1330
+# %define rb_build_versions ruby24 ruby25
+# %define rb_default_ruby_abi ruby:2.4.0 ruby:2.5.0
+# %endif