File project.diff of Package rubygem-redis
--- gem2rpm.yml.orig
+++ gem2rpm.yml
@@ -21,9 +21,11 @@
# ## used by gem2rpm
# :patches:
# foo.patch: -p1
-# bar.patch:
+# bar.patch:
+# :post_patch:
+# if you need to fiddle with the source dir before rebuilding the gem
# ## used by gem2rpm
-:sources:
+# :sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: '....'
@@ -54,7 +56,7 @@
# :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
-# :custom:
+# :custom_pkgs:
# apache:
# :preamble: |-
# Requires: .....
@@ -68,3 +70,8 @@
# :post: |-
# /bin/echo foo
#
+:preamble: |-
+ %define rb_build_versions %{my_apps_rb_build_versions}
+ %define rb_build_ruby_abis %{my_apps_rb_build_abi}
+:binary_map:
+ build: build-redis-rb
--- rubygem-redis.changes.orig
+++ rubygem-redis.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Wed Mar 19 22:44:21 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
+
+- update to 5.4.0
+
+-------------------------------------------------------------------
Mon Nov 4 17:22:25 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- # 5.3.0
--- rubygem-redis.spec.orig
+++ rubygem-redis.spec
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-redis
#
-# 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,10 +24,14 @@
#
Name: rubygem-redis
-Version: 5.3.0
+Version: 5.4.0
Release: 0
%define mod_name redis
%define mod_full_name %{mod_name}-%{version}
+# MANUAL
+%define rb_build_versions %{my_apps_rb_build_versions}
+%define rb_build_ruby_abis %{my_apps_rb_build_abi}
+# /MANUAL
BuildRequires: ruby-macros >= 5
BuildRequires: %{ruby >= 2.6.0}
BuildRequires: %{rubygem gem2rpm}