Sync from SUSE:SLFO:Main rubygem-railties-8.0 revision 840d2fd427b1b9d6e1b48dc995ef1467
This commit is contained in:
parent
02616831aa
commit
8b5550b6f3
@ -69,8 +69,8 @@
|
|||||||
# bar
|
# bar
|
||||||
# :post: |-
|
# :post: |-
|
||||||
# /bin/echo foo
|
# /bin/echo foo
|
||||||
# :preamble: |-
|
#:preamble: |-
|
||||||
# %define rb_build_versions %{my_apps_rb_build_versions}
|
# %define rb_build_versions %{my_apps_rb_build_versions}
|
||||||
# %define rb_build_ruby_abis %{my_apps_rb_build_abi}
|
# %define rb_build_ruby_abis %{my_apps_rb_build_abi}
|
||||||
:disable_docs: true
|
:disable_docs: true
|
||||||
:version_suffix: '-8.0'
|
:version_suffix: '-8.0'
|
BIN
railties-8.0.0.1.gem
(Stored with Git LFS)
BIN
railties-8.0.0.1.gem
(Stored with Git LFS)
Binary file not shown.
BIN
railties-8.0.1.gem
(Stored with Git LFS)
Normal file
BIN
railties-8.0.1.gem
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,7 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 20 16:11:51 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
- disable the my_apps handling
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 13 21:44:32 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
- Update to version 8.0.1:
|
||||||
|
https://rubyonrails.org/2024/12/13/Rails-Version-8-0-1-has-been-released
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 11 00:48:46 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
Wed Dec 11 00:48:46 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
- Update to version 8.0.0.1:
|
- Update to version 8.0.0.1: (CVE-2024-54133 CVE-2024-53847)
|
||||||
https://rubyonrails.org/2024/12/10/Rails-Versions-8-0-0-1-7-2-2-1-7-1-5-1-7-0-8-7-have-been-released
|
https://rubyonrails.org/2024/12/10/Rails-Versions-8-0-0-1-7-2-2-1-7-1-5-1-7-0-8-7-have-been-released
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rubygem-railties-8.0
|
# spec file for package rubygem-railties-8.0
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,15 +24,15 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: rubygem-railties-8.0
|
Name: rubygem-railties-8.0
|
||||||
Version: 8.0.0.1
|
Version: 8.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
%define mod_name railties
|
%define mod_name railties
|
||||||
%define mod_full_name %{mod_name}-%{version}
|
%define mod_full_name %{mod_name}-%{version}
|
||||||
%define mod_version_suffix -8.0
|
%define mod_version_suffix -8.0
|
||||||
BuildRequires: ruby-macros >= 5
|
|
||||||
BuildRequires: %{ruby >= 3.2.0}
|
BuildRequires: %{ruby >= 3.2.0}
|
||||||
BuildRequires: %{rubygem gem2rpm}
|
BuildRequires: %{rubygem gem2rpm}
|
||||||
BuildRequires: %{rubygem rdoc > 3.10}
|
BuildRequires: %{rubygem rdoc > 3.10}
|
||||||
|
BuildRequires: ruby-macros >= 5
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
URL: https://rubyonrails.org
|
URL: https://rubyonrails.org
|
||||||
Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
||||||
|
Loading…
x
Reference in New Issue
Block a user