1
0

14 Commits

Author SHA256 Message Date
02c056de9f Accepting request 1222142 from devel:languages:ruby:extensions
- Allow newer puma as well

- loosen the sqlite3 dependency following the change in railties
  7.0

- 7.0.8.6:
## Active Support
*   No changes.
## Active Model
*   No changes.
## Active Record
*   No changes.
## Action View
*   No changes.
## Action Pack
*   No changes.
## Active Job
*   No changes.
## Action Mailer
*   Fix NoMethodError in `block_format` helper
    *Michael Leimstaedtner*
## Action Cable
*   No changes.
## Active Storage
*   No changes.
## Action Mailbox
*   No changes.
## Action Text
*   No changes.
## Railties

OBS-URL: https://build.opensuse.org/request/show/1222142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rails-7.0?expand=0&rev=12
2024-11-07 15:26:46 +00:00
4c7279a4bd - Allow newer puma as well
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rails-7.0?expand=0&rev=34
2024-11-07 11:38:23 +00:00
ca33a55c87 - loosen the sqlite3 dependency following the change in railties
7.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rails-7.0?expand=0&rev=33
2024-11-07 10:59:15 +00:00
a6b9b06637 🤖: Automatic update to 7.0.8.6
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rails-7.0?expand=0&rev=32
2024-11-07 10:56:42 +00:00
92a822e0a4 Accepting request 1182826 from devel:languages:ruby:extensions
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1182826
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rails-7.0?expand=0&rev=11
2024-06-24 18:55:33 +00:00
463e83f6ec Accepting request 1126282 from devel:languages:ruby:extensions
OBS-URL: https://build.opensuse.org/request/show/1126282
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rails-7.0?expand=0&rev=10
2023-11-16 19:27:33 +00:00
91981eef8e Accepting request 1096446 from devel:languages:ruby:extensions
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1096446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rails-7.0?expand=0&rev=9
2023-07-03 15:43:13 +00:00
12d5e0af44 Accepting request 1086836 from devel:languages:ruby:extensions
- fix the additional Requires for the rubyX.Y-rails-7.0:
  this requires the new ruby-common (boo#1208872)

OBS-URL: https://build.opensuse.org/request/show/1086836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rails-7.0?expand=0&rev=8
2023-05-15 14:54:17 +00:00
4fc847dd62 Accepting request 1081242 from devel:languages:ruby:extensions
7.0.4.3

OBS-URL: https://build.opensuse.org/request/show/1081242
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rails-7.0?expand=0&rev=7
2023-04-21 16:47:48 +00:00
3722c4babc Accepting request 1010077 from devel:languages:ruby:extensions
updated to version 7.0.4
  no changelog found
updated to version 7.0.3.1
  no changelog found

OBS-URL: https://build.opensuse.org/request/show/1010077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rails-7.0?expand=0&rev=6
2022-10-12 16:25:20 +00:00
d2e40676d3 Accepting request 993267 from devel:languages:ruby:extensions
OBS-URL: https://build.opensuse.org/request/show/993267
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rails-7.0?expand=0&rev=5
2022-08-06 20:07:39 +00:00
8218b58dc2 Accepting request 977459 from devel:languages:ruby:extensions
OBS-URL: https://build.opensuse.org/request/show/977459
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rails-7.0?expand=0&rev=4
2022-05-16 16:08:34 +00:00
48154008a7 Accepting request 973557 from devel:languages:ruby:extensions
OBS-URL: https://build.opensuse.org/request/show/973557
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rails-7.0?expand=0&rev=3
2022-04-30 20:52:10 +00:00
8f0e2e7228 Accepting request 960808 from devel:languages:ruby:extensions
OBS-URL: https://build.opensuse.org/request/show/960808
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rails-7.0?expand=0&rev=2
2022-03-10 21:45:43 +00:00
5 changed files with 198 additions and 32 deletions

View File

@@ -71,27 +71,27 @@
# /bin/echo foo
:version_suffix: '-7.0'
:preamble: |-
BuildRequires: ruby-common >= 3.2.1
BuildRequires: ruby-common >= 3.2.1
#!BuildIgnore: ruby3.1-rubygem-sprockets-3.7
BuildRequires: %{rubygem railties:7.0}
BuildRequires: %{rubygem activemodel:7.0}
BuildRequires: %{rubygem activejob >= 7.0}
#!BuildIgnore: ruby3.1-rubygem-sprockets-3.7
BuildRequires: %{rubygem railties:7.0}
BuildRequires: %{rubygem activemodel:7.0}
BuildRequires: %{rubygem activejob >= 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 }
BuildRequires: %{rubygem puma >= 5.0}
BuildRequires: %{rubygem sprockets-rails}
BuildRequires: %{rubygem sqlite3 >= 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
# still have in Factory, let's go newer
BuildRequires: %{rubygem sprockets > 3.8}
BuildRequires: %{rubygem sprockets > 3.8}
:main:
:preamble: |-
@@ -99,13 +99,13 @@
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(puma) >= 5.0
Requires: rubygem(sprockets-rails)
Requires: rubygem(sqlite3) >= 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

View File

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

3
rails-7.0.8.6.gem Normal file
View File

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

View File

@@ -1,3 +1,169 @@
-------------------------------------------------------------------
Thu Nov 7 11:38:10 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
- Allow newer puma as well
-------------------------------------------------------------------
Thu Nov 7 10:57:16 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
- loosen the sqlite3 dependency following the change in railties
7.0
-------------------------------------------------------------------
Mon Nov 4 17:18:49 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- 7.0.8.6:
## Active Support
* No changes.
## Active Model
* No changes.
## Active Record
* No changes.
## Action View
* No changes.
## Action Pack
* No changes.
## Active Job
* No changes.
## Action Mailer
* Fix NoMethodError in `block_format` helper
*Michael Leimstaedtner*
## Action Cable
* No changes.
## Active Storage
* No changes.
## Action Mailbox
* No changes.
## Action Text
* No changes.
## Railties
* No changes.
## Guides
* No changes.
7.0.8.5:
## Active Support
* No changes.
## Active Model
* No changes.
## Active Record
* No changes.
## Action View
* No changes.
## Action Pack
* Avoid regex backtracking in HTTP Token authentication
[CVE-2024-47887]
* Avoid regex backtracking in query parameter filtering
[CVE-2024-41128]
## Active Job
* No changes.
## Action Mailer
* Avoid regex backtracking in `block_format` helper
[CVE-2024-47889]
## Action Cable
* No changes.
## Active Storage
* No changes.
## Action Mailbox
* No changes.
## Action Text
* Avoid backtracing in plain_text_for_blockquote_node
[CVE-2024-47888]
## Railties
* No changes.
## Guides
* No changes.
-------------------------------------------------------------------
Fri Jun 21 10:29:00 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>

View File

@@ -24,7 +24,7 @@
#
Name: rubygem-rails-7.0
Version: 7.0.8.4
Version: 7.0.8.6
Release: 0
%define mod_name rails
%define mod_full_name %{mod_name}-%{version}
@@ -32,18 +32,18 @@ Release: 0
# MANUAL
BuildRequires: ruby-common >= 3.2.1
#!BuildIgnore: ruby3.1-rubygem-sprockets-3.7
#!BuildIgnore: ruby3.1-rubygem-sprockets-3.7
BuildRequires: %{rubygem activejob >= 7.0}
BuildRequires: %{rubygem activemodel:7.0}
BuildRequires: %{rubygem railties:7.0}
# keep in sync with below
BuildRequires: %{rubygem puma:5}
BuildRequires: %{rubygem puma >= 5.0}
BuildRequires: %{rubygem bootsnap}
BuildRequires: %{rubygem importmap-rails}
BuildRequires: %{rubygem jbuilder}
BuildRequires: %{rubygem sprockets-rails}
BuildRequires: %{rubygem sqlite3:1 >= 1.4}
BuildRequires: %{rubygem sqlite3 >= 1.4}
BuildRequires: %{rubygem stimulus-rails}
BuildRequires: %{rubygem turbo-rails}
BuildRequires: %{rubygem web-console }