Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rubygem-rails-7.0 for
openSUSE:Factory checked in at 2023-05-15 16:54:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rails-7.0 (Old)
and /work/SRC/openSUSE:Factory/.rubygem-rails-7.0.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-rails-7.0"
Mon May 15 16:54:17 2023 rev:8 rq:1086836 version:7.0.4.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-rails-7.0/rubygem-rails-7.0.changes
2023-04-21 18:47:54.532215724 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-rails-7.0.new.1533/rubygem-rails-7.0.changes
2023-05-15 16:54:25.276206490 +0200
@@ -1,0 +2,6 @@
+Fri May 12 21:27:44 UTC 2023 - Marcus Rueckert <[email protected]>
+
+- fix the additional Requires for the rubyX.Y-rails-7.0:
+ this requires the new ruby-common (boo#1208872)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-rails-7.0.spec ++++++
--- /var/tmp/diff_new_pack.gzSpbQ/_old 2023-05-15 16:54:25.840209603 +0200
+++ /var/tmp/diff_new_pack.gzSpbQ/_new 2023-05-15 16:54:25.844209625 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-rails-7.0
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -30,6 +30,8 @@
%define mod_full_name %{mod_name}-%{version}
%define mod_version_suffix -7.0
# MANUAL
+BuildRequires: ruby-common >= 3.2.1
+
#!BuildIgnore: ruby3.1-rubygem-sprockets-3.7
BuildRequires: %{rubygem activejob >= 7.0}
BuildRequires: %{rubygem activemodel:7.0}
++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.gzSpbQ/_old 2023-05-15 16:54:25.896209912 +0200
+++ /var/tmp/diff_new_pack.gzSpbQ/_new 2023-05-15 16:54:25.900209933 +0200
@@ -71,6 +71,8 @@
# /bin/echo foo
:version_suffix: '-7.0'
:preamble: |-
+ BuildRequires: ruby-common >= 3.2.1
+
#!BuildIgnore: ruby3.1-rubygem-sprockets-3.7
BuildRequires: %{rubygem railties:7.0}
BuildRequires: %{rubygem activemodel:7.0}
@@ -97,16 +99,14 @@
Recommends: nodejs
Recommends: yarn
# keep in sync with above
- Requires: %{rubygem puma:5}
- Requires: %{rubygem sprockets-rails}
- Requires: %{rubygem sqlite3:1 >= 1.4}
- Requires: %{rubygem importmap-rails}
- Requires: %{rubygem bootsnap}
- Requires: %{rubygem turbo-rails}
- Requires: %{rubygem stimulus-rails}
- Requires: %{rubygem jbuilder}
- Requires: %{rubygem web-console }
- Requires: %{rubygem sprockets > 3.8}
- Requires: %{rubygem activejob >= 7.0}
-
+ Requires: rubygem(puma:5)
+ Requires: rubygem(sprockets-rails)
+ Requires: rubygem(sqlite3:1) >= 1.4
+ Requires: rubygem(importmap-rails)
+ Requires: rubygem(bootsnap)
+ Requires: rubygem(turbo-rails)
+ Requires: rubygem(stimulus-rails)
+ Requires: rubygem(jbuilder)
+ Requires: rubygem(web-console)
+ Requires: rubygem(sprockets) > 3.8