Hello community, here is the log from the commit of package rubygem-gem2rpm for openSUSE:Factory checked in at 2016-08-12 15:35:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-gem2rpm (Old) and /work/SRC/openSUSE:Factory/.rubygem-gem2rpm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-gem2rpm" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-gem2rpm/rubygem-gem2rpm.changes 2016-04-11 09:11:03.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-gem2rpm.new/rubygem-gem2rpm.changes 2016-08-12 15:35:21.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Jul 18 08:29:08 UTC 2016 - [email protected] + +- add 0001-Also-tag-APACHE-LICENSE-2.0-as-docfile.patch + +------------------------------------------------------------------- New: ---- 0001-Also-tag-APACHE-LICENSE-2.0-as-docfile.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-gem2rpm.spec ++++++ --- /var/tmp/diff_new_pack.5zeCO7/_old 2016-08-12 15:35:22.000000000 +0200 +++ /var/tmp/diff_new_pack.5zeCO7/_new 2016-08-12 15:35:22.000000000 +0200 @@ -64,6 +64,7 @@ Patch14: 0016-add-two-more-ways-to-express-changes.patch Patch15: 0009-No-longer-require-the-ruby-version-inside-the-subpac.patch Patch16: 0017-touch-unpacked-sources.patch +Patch17: 0001-Also-tag-APACHE-LICENSE-2.0-as-docfile.patch Summary: Generate rpm specfiles from gems License: GPL-2.0+ Group: Development/Languages/Ruby @@ -92,6 +93,7 @@ %patch14 -p1 %patch15 -p1 %patch16 -p1 +%patch17 -p1 %build %gem_build ++++++ 0001-Also-tag-APACHE-LICENSE-2.0-as-docfile.patch ++++++ >From ee81c7f09669db9e6898df5bf36ac6c102d0d615 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold <[email protected]> Date: Mon, 18 Jul 2016 10:12:29 +0200 Subject: [PATCH] Also tag APACHE-LICENSE-2.0 as docfile Some packages (e.g. rubygem-apipie-rails) name it that way --- templates/opensuse.spec.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/opensuse.spec.erb b/templates/opensuse.spec.erb index 22c4647..5b62b26 100644 --- a/templates/opensuse.spec.erb +++ b/templates/opensuse.spec.erb @@ -118,6 +118,8 @@ PreReq: update-alternatives license license-mit mit-license + apache-license-2.0 + license-apache-2.0 changelog news release_notes -- 2.9.0
