Sync from SUSE:SLFO:Main rubygem-rails-8.0 revision 68e3b9c2c733635b8a35326736be5e66
This commit is contained in:
@@ -72,8 +72,8 @@
|
||||
:disable_docs: true
|
||||
:version_suffix: '-8.0'
|
||||
:preamble: |-
|
||||
#define rb_build_versions %{my_apps_rb_build_versions}
|
||||
#define rb_build_ruby_abis %{my_apps_rb_build_abi}
|
||||
# define rb_build_versions %{my_apps_rb_build_versions}
|
||||
# define rb_build_ruby_abis %{my_apps_rb_build_abi}
|
||||
BuildRequires: %{rubygem activesupport = %{version}}
|
||||
BuildRequires: %{rubygem actionpack = %{version}}
|
||||
BuildRequires: %{rubygem actionview = %{version}}
|
||||
|
BIN
rails-8.0.0.1.gem
(Stored with Git LFS)
BIN
rails-8.0.0.1.gem
(Stored with Git LFS)
Binary file not shown.
BIN
rails-8.0.1.gem
(Stored with Git LFS)
Normal file
BIN
rails-8.0.1.gem
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 4 13:19:32 UTC 2025 - Aleksei Burlakov <aburlakov@suse.com>
|
||||
|
||||
- rephrase the rubygem-mail version, to enable building in SLFO
|
||||
otherwise there is a parsing error.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 20 16:11:51 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- disable the my_apps handling
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 13 21:44:20 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 01:20:39 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
@@ -7,7 +24,7 @@ Wed Dec 11 01:20:39 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 11 00:48:34 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rubygem-rails-8.0
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -24,61 +24,61 @@
|
||||
#
|
||||
|
||||
Name: rubygem-rails-8.0
|
||||
Version: 8.0.0.1
|
||||
Version: 8.0.1
|
||||
Release: 0
|
||||
%define mod_name rails
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
%define mod_version_suffix -8.0
|
||||
# MANUAL
|
||||
#define rb_build_versions %{my_apps_rb_build_versions}
|
||||
#define rb_build_ruby_abis %{my_apps_rb_build_abi}
|
||||
# define rb_build_versions %{my_apps_rb_build_versions}
|
||||
# define rb_build_ruby_abis %{my_apps_rb_build_abi}
|
||||
BuildRequires: %{rubygem activesupport = %{version}}
|
||||
BuildRequires: %{rubygem actioncable = %{version}}
|
||||
BuildRequires: %{rubygem actionmailbox = %{version}}
|
||||
BuildRequires: %{rubygem actionmailer = %{version}}
|
||||
BuildRequires: %{rubygem actionpack = %{version}}
|
||||
BuildRequires: %{rubygem actiontext = %{version}}
|
||||
BuildRequires: %{rubygem actionview = %{version}}
|
||||
BuildRequires: %{rubygem activejob = %{version}}
|
||||
BuildRequires: %{rubygem activemodel = %{version}}
|
||||
BuildRequires: %{rubygem activerecord = %{version}}
|
||||
BuildRequires: %{rubygem actionmailer = %{version}}
|
||||
BuildRequires: %{rubygem activejob = %{version}}
|
||||
BuildRequires: %{rubygem actioncable = %{version}}
|
||||
BuildRequires: %{rubygem activestorage = %{version}}
|
||||
BuildRequires: %{rubygem actionmailbox = %{version}}
|
||||
BuildRequires: %{rubygem actiontext = %{version}}
|
||||
BuildRequires: %{rubygem railties = %{version}}
|
||||
BuildRequires: %{rubygem bundler >= 1.15.0}
|
||||
BuildRequires: %{rubygem railties = %{version}}
|
||||
|
||||
# help scheduler
|
||||
BuildRequires: %{rubygem rack-session >= 2}
|
||||
BuildRequires: %{rubygem mail >= 2.8.1}
|
||||
BuildRequires: %{rubygem mail:2.8} >= 2.8.1
|
||||
BuildRequires: %{rubygem mini_mime >= 1.1.5}
|
||||
|
||||
%bcond_with ensure_default_gemfile_works
|
||||
%if %{with ensure_default_gemfile_works}
|
||||
# keep in sync with below
|
||||
BuildRequires: %{rubygem propshaft}
|
||||
BuildRequires: %{rubygem sqlite3 >= 2.1}
|
||||
BuildRequires: %{rubygem puma >= 6.0}
|
||||
BuildRequires: %{rubygem bootsnap}
|
||||
BuildRequires: %{rubygem importmap-rails}
|
||||
BuildRequires: %{rubygem jsbundling-rails}
|
||||
BuildRequires: %{rubygem turbo-rails}
|
||||
BuildRequires: %{rubygem stimulus-rails}
|
||||
BuildRequires: %{rubygem jbuilder >= 2.13}
|
||||
BuildRequires: %{rubygem jsbundling-rails}
|
||||
BuildRequires: %{rubygem kamal}
|
||||
BuildRequires: %{rubygem puma >= 6.0}
|
||||
BuildRequires: %{rubygem solid_cable}
|
||||
BuildRequires: %{rubygem solid_cache}
|
||||
BuildRequires: %{rubygem solid_queue}
|
||||
BuildRequires: %{rubygem bootsnap}
|
||||
BuildRequires: %{rubygem kamal}
|
||||
BuildRequires: %{rubygem sqlite3 >= 2.1}
|
||||
BuildRequires: %{rubygem stimulus-rails}
|
||||
BuildRequires: %{rubygem turbo-rails}
|
||||
# BuildRequires: %{rubygem thruster}
|
||||
BuildRequires: %{rubygem debug}
|
||||
BuildRequires: %{rubygem brakeman}
|
||||
BuildRequires: %{rubygem web-console}
|
||||
BuildRequires: %{rubygem rack-mini-profiler}
|
||||
BuildRequires: %{rubygem redis >= 5.0}
|
||||
BuildRequires: %{rubygem web-console}
|
||||
|
||||
BuildRequires: %{rubygem redis:5 >= 5.0.0}
|
||||
BuildRequires: %{rubygem kredis}
|
||||
BuildRequires: %{rubygem bcrypt:3.1 >= 3.1.7}
|
||||
BuildRequires: %{rubygem image_processing:1 >= 1.2}
|
||||
BuildRequires: %{rubygem kredis}
|
||||
BuildRequires: %{rubygem rack-cors}
|
||||
BuildRequires: %{rubygem redis:5 >= 5.0.0}
|
||||
# BuildRequires: %{rubygem rubocop-rails-omakase}
|
||||
|
||||
# help the scheduler
|
||||
|
Reference in New Issue
Block a user