File project.diff of Package rubygem-excon
--- gem2rpm.yml.orig
+++ gem2rpm.yml
@@ -67,4 +67,7 @@
# 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}
+:disable_docs: true
--- rubygem-excon.changes.orig
+++ rubygem-excon.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Wed Jan 22 02:13:03 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
+
+- update to 1.2.3
+
+-------------------------------------------------------------------
Mon Nov 4 16:37:02 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 1.1.1, no changelog found
--- rubygem-excon.spec.orig
+++ rubygem-excon.spec
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-excon
#
-# 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,18 @@
#
Name: rubygem-excon
-Version: 1.1.1
+Version: 1.2.3
Release: 0
%define mod_name excon
%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.7.0}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: %{rubygem rdoc > 3.10}
-BuildRequires: ruby-macros >= 5
URL: https://github.com/excon/excon
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
@@ -47,6 +51,7 @@ EXtended http(s) CONnections.
%install
%gem_install \
+ --no-rdoc --no-ri \
--doc-files="LICENSE.md README.md" \
-f