1
0

Accepting request 960784 from home:mschnitzer:ruby:extensions

update

OBS-URL: https://build.opensuse.org/request/show/960784
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rails-7.0?expand=0&rev=8
This commit is contained in:
2022-03-10 14:15:37 +00:00
committed by Git OBS Bridge
parent f9f2ca6094
commit 4f4a16c489
4 changed files with 28 additions and 21 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3393e21131e2120a42cf634416033e587b5dfdccdc84d1a2d2c176b847f6f17f
size 6656

3
rails-7.0.2.3.gem Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee4e24075c72dec6e02e3fcddec86399c2b4eb0466efe4ccb5f78f96d3daa283
size 6656

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Mar 10 13:24:12 UTC 2022 - Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 7.0.2.3
https://rubyonrails.org/2022/3/8/Rails-7-0-2-3-6-1-4-7-6-0-4-7-and-5-2-6-3-have-been-released
-------------------------------------------------------------------
Mon Mar 7 13:21:13 UTC 2022 - Stephan Kulow <coolo@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package rubygem-rails-7.0
#
# Copyright (c) 2022 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# 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/
#
@@ -24,35 +24,35 @@
#
Name: rubygem-rails-7.0
Version: 7.0.2.2
Version: 7.0.2.3
Release: 0
%define mod_name rails
%define mod_full_name %{mod_name}-%{version}
%define mod_version_suffix -7.0
# MANUAL
#!BuildIgnore: ruby3.1-rubygem-sprockets-3.7
BuildRequires: %{rubygem railties:7.0}
BuildRequires: %{rubygem activemodel:7.0}
BuildRequires: %{rubygem activemodel:7.0}
BuildRequires: %{rubygem railties:7.0}
# keep in sync with below
BuildRequires: %{rubygem puma:5}
BuildRequires: %{rubygem sprockets-rails}
BuildRequires: %{rubygem sqlite3:1 >= 1.4}
BuildRequires: %{rubygem importmap-rails}
BuildRequires: %{rubygem bootsnap}
BuildRequires: %{rubygem turbo-rails}
BuildRequires: %{rubygem stimulus-rails}
BuildRequires: %{rubygem jbuilder}
BuildRequires: %{rubygem web-console }
# It says 3.0, but to avoid any question for the 3.7 we
BuildRequires: %{rubygem puma:5}
BuildRequires: %{rubygem bootsnap}
BuildRequires: %{rubygem importmap-rails}
BuildRequires: %{rubygem jbuilder}
BuildRequires: %{rubygem sprockets-rails}
BuildRequires: %{rubygem sqlite3:1 >= 1.4}
BuildRequires: %{rubygem stimulus-rails}
BuildRequires: %{rubygem turbo-rails}
BuildRequires: %{rubygem web-console }
# It says 3.0, but to avoid any question for the 3.7 we
# still have in Factory, let's go newer
BuildRequires: %{rubygem sprockets > 3.8}
BuildRequires: %{rubygem sprockets > 3.8}
# /MANUAL
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ruby-macros >= 5
BuildRequires: %{ruby >= 2.7.0}
BuildRequires: %{rubygem gem2rpm}
Url: https://rubyonrails.org
BuildRequires: ruby-macros >= 5
URL: https://rubyonrails.org
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: Full-stack web application framework