File project.diff of Package rubygem-rails-deprecated_sanitizer
--- gem2rpm.yml.orig
+++ gem2rpm.yml
@@ -68,8 +68,4 @@
# :post: |-
# /bin/echo foo
#
----
-:preamble: |-
- %if 0%{?suse_version} == 1110
- %define rb_build_versions ruby21
- %endif
+:disable_docs: true
--- rubygem-rails-deprecated_sanitizer.changes.orig
+++ rubygem-rails-deprecated_sanitizer.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Sun May 14 01:31:22 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
+
+- cleanup ruby version restrictions
+
+-------------------------------------------------------------------
Thu Jun 24 17:50:12 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 1.0.4
--- rubygem-rails-deprecated_sanitizer.spec.orig
+++ rubygem-rails-deprecated_sanitizer.spec
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-rails-deprecated_sanitizer
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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 https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@@ -28,16 +28,11 @@ Version: 1.0.4
Release: 0
%define mod_name rails-deprecated_sanitizer
%define mod_full_name %{mod_name}-%{version}
-# MANUAL
-%if 0%{?suse_version} == 1110
-%define rb_build_versions ruby21
-%endif
-# /MANUAL
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: %{rubygem gem2rpm}
-BuildRequires: %{ruby}
BuildRequires: ruby-macros >= 5
-URL: https://github.com/rails/rails-deprecated_sanitizer
+BuildRequires: %{ruby}
+BuildRequires: %{rubygem gem2rpm}
+Url: https://github.com/rails/rails-deprecated_sanitizer
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: Deprecated sanitizer API extracted from Action View
@@ -53,6 +48,7 @@ Deprecated sanitizer API extracted from
%install
%gem_install \
+ --no-document \
--doc-files="CHANGELOG.md LICENSE README.md" \
-f