public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mamoru TASAKA <mtasaka@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rubygem-rmagick] f45: 7.1.3
Date: Mon, 31 Aug 2026 08:28:44 GMT	[thread overview]
Message-ID: <178816492474.1.9852582691994358077.rpms-rubygem-rmagick-e8c4c063a761@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rubygem-rmagick
Branch : f45
Commit : e8c4c063a7618eb6857732e0d7c7f42a05836e24
Author : Mamoru TASAKA <mtasaka@fedoraproject.org>
Date   : 2026-08-31T17:27:52+09:00
Stats  : +6/-18 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rubygem-rmagick/c/e8c4c063a7618eb6857732e0d7c7f42a05836e24?branch=f45

Log:
7.1.3

---
diff --git a/rmagick-7.1.2-spec-timelimit-i686.patch b/rmagick-7.1.2-spec-timelimit-i686.patch
deleted file mode 100644
index b9784c8..0000000
--- a/rmagick-7.1.2-spec-timelimit-i686.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- rmagick-7.1.2/spec/rmagick/class_methods/limit_resources_spec.rb.timelimit	2026-08-30 13:07:01.000000000 +0900
-+++ rmagick-7.1.2/spec/rmagick/class_methods/limit_resources_spec.rb	2026-08-30 21:57:45.301026004 +0900
-@@ -38,7 +38,7 @@ RSpec.describe Magick, '.limit_resources
-     expect(new).to eq(123)
-     expect { new = described_class.limit_resource('time') }.not_to raise_error
-     expect(new).to eq(300)
--    described_class.limit_resource(:time, cur)
-+    described_class.limit_resource(:time, new)
- 
-     expect { described_class.limit_resource(:xxx) }.to raise_error(ArgumentError)
-     expect { described_class.limit_resource('xxx') }.to raise_error(ArgumentError)

diff --git a/rubygem-rmagick.spec b/rubygem-rmagick.spec
index 8e356c9..0aefe32 100644
--- a/rubygem-rmagick.spec
+++ b/rubygem-rmagick.spec
@@ -8,7 +8,7 @@ Requires:		(ImageMagick%{?_isa} >= %2 with ImageMagick%{?_isa} < %3)\
 %{nil}
 
 Name:		rubygem-%{gem_name}
-Version:	7.1.2
+Version:	7.1.3
 Release:	1%{?dist}
 
 Summary:	Ruby binding to ImageMagick
@@ -19,8 +19,6 @@ Source0:	https://rubygems.org/gems/%{gem_name}-%{version}.gem
 # %%{SOURCE2} %%{version}
 Source1:	rubygem-%{gem_name}-%{version}-full.tar.gz
 Source2:	rmagick-create-full-tarball.sh
-# Increase timelimit on i686 (to be the same value as 7.1.1)
-Patch0:	rmagick-7.1.2-spec-timelimit-i686.patch
 
 BuildRequires:	gcc-c++
 BuildRequires:	rubygems-devel 
@@ -65,8 +63,6 @@ Documentation for %{name}.
 %setup -q -T -n %{gem_name}-%{version} -b 1
 gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
 
-%patch -P0 -p1
-
 # permission
 find . -name \*.rb -or -name \*.gif | xargs chmod ugo-x 
 
@@ -148,6 +144,9 @@ done
 %doc	%{gem_instdir}/examples/
 
 %changelog
+* Mon Aug 31 2026 Mamoru TASAKA <mtasaka@fedoraproject.org> - 7.1.3-1
+- 7.1.3
+
 * Sun Aug 30 2026 Mamoru TASAKA <mtasaka@fedoraproject.org> - 7.1.2-1
 - 7.1.2
 

diff --git a/sources b/sources
index 0ebb96a..3db8803 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (rmagick-7.1.2.gem) = e11ee9a9546708c51838300ceb8ce27436e3a6a26f20382ffdb45e77ce1ea3b226fb0e3d9c5c163da65dd1b9f152f139795b21595ad2ea206254dfcd217e0c47
-SHA512 (rubygem-rmagick-7.1.2-full.tar.gz) = 41ced0d9e73c12580924334af8829454686d283bfc1a9e2dfb375b5d6a8367133405db059be9bf025334c8af9ba2d3a83e8590fb2a28700e4adb83c36d587440
+SHA512 (rmagick-7.1.3.gem) = 1296e0b2ae72f680765c0b4c4d7b324a2dd9aa38c4bdfca149ee3f87aca94f733bac9964731d64139be8fb58035f00e9a512a6be094a1f8636ead2082f4a56b0
+SHA512 (rubygem-rmagick-7.1.3-full.tar.gz) = 7822666f1e1e88c21c400e5b526a25f19178f462d0fd1d3338ecf498fcfc9c893ebf312abf9b6075295f8115a0e7bd57c64a8d90479118f3d2da3e6c5663f31d

                 reply	other threads:[~2026-08-31  8:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178816492474.1.9852582691994358077.rpms-rubygem-rmagick-e8c4c063a761@fedoraproject.org \
    --to=mtasaka@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox