Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rubygem-gem2rpm for openSUSE:Factory
checked in at 2026-05-13 17:18:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-gem2rpm (Old)
and /work/SRC/openSUSE:Factory/.rubygem-gem2rpm.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-gem2rpm"
Wed May 13 17:18:49 2026 rev:40 rq:1352716 version:0.10.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-gem2rpm/rubygem-gem2rpm.changes
2026-01-05 14:51:54.475149931 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-gem2rpm.new.1966/rubygem-gem2rpm.changes
2026-05-13 17:19:17.531185921 +0200
@@ -1,0 +2,13 @@
+Tue May 12 10:42:01 UTC 2026 - Marcus Rueckert <[email protected]>
+
+- update suse.patch
+ - fix copyright header
+ - fix BR order
+
+-------------------------------------------------------------------
+Mon May 11 22:58:42 UTC 2026 - Marcus Rueckert <[email protected]>
+
+- update suse.patch
+ - remove unneeded buildrequires for u-a
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-gem2rpm.spec ++++++
--- /var/tmp/diff_new_pack.rpfDvs/_old 2026-05-13 17:19:20.263299269 +0200
+++ /var/tmp/diff_new_pack.rpfDvs/_new 2026-05-13 17:19:20.283300099 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-gem2rpm
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
++++++ suse.patch ++++++
--- /var/tmp/diff_new_pack.rpfDvs/_old 2026-05-13 17:19:20.931326984 +0200
+++ /var/tmp/diff_new_pack.rpfDvs/_new 2026-05-13 17:19:20.975328809 +0200
@@ -568,7 +568,7 @@
+ end
+-%>
diff --git a/templates/opensuse.spec.erb b/templates/opensuse.spec.erb
-index 37de592..623e7d4 100644
+index 37de592..be1b17a 100644
--- a/templates/opensuse.spec.erb
+++ b/templates/opensuse.spec.erb
@@ -1,7 +1,12 @@
@@ -577,7 +577,7 @@
+# spec file for package rubygem-<%= spec.name %><%= config[:version_suffix] %>
#
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
-+# Copyright (c) <%= Time.now.year %> SUSE LLC
++# Copyright (c) <%= Time.now.year %> SUSE LLC and contributors
+<% if config[:additional_copyrights] -%>
+<% for copyright in config[:additional_copyrights] -%>
+# Copyright (c) <%= copyright %>
@@ -586,7 +586,7 @@
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
-@@ -12,61 +17,235 @@
+@@ -12,61 +17,232 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
@@ -626,14 +626,12 @@
+%define mod_full_name %{mod_name}-%{version}
+<% if config[:version_suffix] -%>
+%define mod_version_suffix <%= config[:version_suffix] %>
- <% end -%>
--<% for d in spec.dependencies -%>
++<% end -%>
+<% if config[:preamble] -%>
+# MANUAL
+<%= config[:preamble] %>
+# /MANUAL
+<% end -%>
-+BuildRequires: ruby-macros >= 5
+<% for req in spec.required_ruby_version -%>
+<% unless req.empty? -%>
+<% if spec.extensions.empty? -%>
@@ -648,7 +646,8 @@
+BuildRequires: %{rubydevel}
+<% end -%>
+<% end -%>
-+<% end -%>
+ <% end -%>
+-<% for d in spec.dependencies -%>
+<% for d in spec.runtime_dependencies -%>
+<% if ['rdoc'].include?(d.name.to_s) or
config[:runtime_deps_as_buildrequires] -%>
+# <%= d.name %> <%= d.__getobj__().requirement %>
@@ -665,12 +664,10 @@
-Summary: <%= spec.summary.gsub(/\.$/, "") %>
+<% end -%>
+BuildRequires: %{rubygem gem2rpm}
++BuildRequires: ruby-macros >= 5
+<% unless spec.rdoc_options.empty? || config[:disable_automatic_rdoc_dep] -%>
+BuildRequires: %{rubygem rdoc > 3.10}
+<% end -%>
-+<% unless spec.executables.empty? -%>
-+BuildRequires: update-alternatives
-+<% end -%>
+<% unless spec.homepage.nil? || spec.homepage.empty? -%>
+URL: <%= spec.homepage %>
+<% end -%>