1
0

Accepting request 948833 from home:coolo:branches:devel:languages:ruby:extensions

update

OBS-URL: https://build.opensuse.org/request/show/948833
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rails-7.0?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2022-02-02 06:01:32 +00:00
committed by Git OBS Bridge
parent 738ccf0f94
commit e30c37d89d
5 changed files with 15 additions and 9 deletions

View File

@@ -9,7 +9,7 @@
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
:version_suffix: '-7.0'
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm

View File

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

3
rails-7.0.1.gem Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 25 07:22:36 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 7.0.1
no changelog found
-------------------------------------------------------------------
Mon Dec 27 11:11:37 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package rubygem-rails-7.0
#
# Copyright (c) 2021 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,16 +24,16 @@
#
Name: rubygem-rails-7.0
Version: 7.0.0
Version: 7.0.1
Release: 0
%define mod_name rails
%define mod_full_name %{mod_name}-%{version}
%define mod_version_suffix -7.0
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