From fafa4e43c42868c5fd2212fb9573d9ead8bc508968b71295cd430ec43079fcb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 7 Mar 2025 09:31:57 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main rubygem-activemodel-8.0 revision ccf84dd437f3b6d389376cf518311020 --- activemodel-8.0.0.1.gem | 3 --- activemodel-8.0.1.gem | 3 +++ gem2rpm.yml | 6 +++--- rubygem-activemodel-8.0.changes | 13 ++++++++++++- rubygem-activemodel-8.0.spec | 6 +++--- 5 files changed, 21 insertions(+), 10 deletions(-) delete mode 100644 activemodel-8.0.0.1.gem create mode 100644 activemodel-8.0.1.gem diff --git a/activemodel-8.0.0.1.gem b/activemodel-8.0.0.1.gem deleted file mode 100644 index 0c504fe..0000000 --- a/activemodel-8.0.0.1.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aba84f3bf9d382ce0074defd6da8dfe20957c1d98aeed5172e3c42882455e1ec -size 68608 diff --git a/activemodel-8.0.1.gem b/activemodel-8.0.1.gem new file mode 100644 index 0000000..d35b869 --- /dev/null +++ b/activemodel-8.0.1.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f46292fd6dcc128e18d588854298a933fd9eb22544c412b414ec02821062dc78 +size 68608 diff --git a/gem2rpm.yml b/gem2rpm.yml index a209d3f..97bf3b0 100644 --- a/gem2rpm.yml +++ b/gem2rpm.yml @@ -69,8 +69,8 @@ # bar # :post: |- # /bin/echo foo -# :preamble: |- -# %define rb_build_versions %{my_apps_rb_build_versions} -# %define rb_build_ruby_abis %{my_apps_rb_build_abi} +#:preamble: |- +# %define rb_build_versions %{my_apps_rb_build_versions} +# %define rb_build_ruby_abis %{my_apps_rb_build_abi} :disable_docs: true :version_suffix: '-8.0' \ No newline at end of file diff --git a/rubygem-activemodel-8.0.changes b/rubygem-activemodel-8.0.changes index 8c32b45..474f65a 100644 --- a/rubygem-activemodel-8.0.changes +++ b/rubygem-activemodel-8.0.changes @@ -1,7 +1,18 @@ +------------------------------------------------------------------- +Mon Jan 20 16:11:49 UTC 2025 - Marcus Rueckert + +- disable the my_apps handling + +------------------------------------------------------------------- +Fri Dec 13 21:43:34 UTC 2024 - Marcus Rueckert + +- Update to version 8.0.1: + https://rubyonrails.org/2024/12/13/Rails-Version-8-0-1-has-been-released + ------------------------------------------------------------------- Wed Dec 11 00:47:46 UTC 2024 - Marcus Rueckert -- 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 ------------------------------------------------------------------- diff --git a/rubygem-activemodel-8.0.spec b/rubygem-activemodel-8.0.spec index 8ad1181..200db29 100644 --- a/rubygem-activemodel-8.0.spec +++ b/rubygem-activemodel-8.0.spec @@ -1,7 +1,7 @@ # # spec file for package rubygem-activemodel-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,14 +24,14 @@ # Name: rubygem-activemodel-8.0 -Version: 8.0.0.1 +Version: 8.0.1 Release: 0 %define mod_name activemodel %define mod_full_name %{mod_name}-%{version} %define mod_version_suffix -8.0 -BuildRequires: ruby-macros >= 5 BuildRequires: %{ruby >= 3.2.0} BuildRequires: %{rubygem gem2rpm} +BuildRequires: ruby-macros >= 5 URL: https://rubyonrails.org Source: https://rubygems.org/gems/%{mod_full_name}.gem Source1: gem2rpm.yml