public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Steve Traylen <steve.traylen@cern.ch>
To: git-commits@fedoraproject.org
Subject: [rpms/rubygem-process_executer] f45: Update to 4.2.0 rhbz#2526075
Date: Mon, 31 Aug 2026 08:51:19 GMT	[thread overview]
Message-ID: <178816627930.1.5109599563016468000.rpms-rubygem-process_executer-15b1400b7f81@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rubygem-process_executer
            Branch : f45
            Commit : 15b1400b7f813e15718ec56fa00b7449bb6f7225
            Author : Steve Traylen <steve.traylen@cern.ch>
            Date   : 2026-08-31T10:50:10+02:00
            Stats  : +15/-5 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/rubygem-process_executer/c/15b1400b7f813e15718ec56fa00b7449bb6f7225?branch=f45

            Log:
            Update to 4.2.0 rhbz#2526075

Update to 4.2.0 rhbz#2526075

---
diff --git a/.gitignore b/.gitignore
index da06351..eca6e77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,5 @@
 /process_executer-4.0.3.tar.gz
 /process_executer-4.0.4.gem
 /process_executer-4.0.4.tar.gz
+/process_executer-4.1.0.gem
+/process_executer-4.1.0.tar.gz

diff --git a/rubygem-process_executer.spec b/rubygem-process_executer.spec
index 0e1cda3..a5fa320 100644
--- a/rubygem-process_executer.spec
+++ b/rubygem-process_executer.spec
@@ -2,7 +2,7 @@
 %global gem_name process_executer
 
 Name: rubygem-%{gem_name}
-Version: 4.0.4
+Version: 4.1.0
 Release: %autorelease
 Summary: An API for executing commands in a sub process
 License: MIT
@@ -20,6 +20,8 @@ BuildRequires: ruby >= 3.0.0
 BuildRequires: rubygem(logger)
 BuildRequires: rubygem(rspec)
 BuildRequires: rubygem(track_open_instances)
+# for tests
+BuildRequires: procps-ng
 
 BuildArch:     noarch
 
@@ -46,8 +48,12 @@ An API for executing commands in a sub process
 tar zxf %{SOURCE1} %{gem_name}-%{version}/spec --strip-components 1
 
 # Skip coverage test formatter, not available and undesirable
-sed -i '/# SimpleCov configuration/,/^end/s/.*//'  spec/spec_helper.rb
-sed -i '/^SimpleCov::RSpec.start/,/^end/s/.*//' spec/spec_helper.rb
+sed -i \
+    -e "s/require 'simplecov'//" \
+    -e "s/require 'simplecov-lcov'//" \
+    -e "s/require 'simplecov-rspec'//" \
+    -e "s/SimpleCov::RSpec.start.*//" \
+    spec/spec_helper.rb
 
 
 %build
@@ -86,6 +92,8 @@ rspec spec
 %exclude %{gem_instdir}/.release-please-manifest.json
 %exclude %{gem_instdir}/release-please-config.json
 %exclude %{gem_instdir}/process_spawn_test
+%exclude %{gem_instdir}/.editorconfig
+%exclude %{gem_instdir}/.vscode
 %{gem_instdir}/process_executer.gemspec
 %{gem_libdir}
 %exclude %{gem_cache}

diff --git a/sources b/sources
index 7e879a0..2c6985a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (process_executer-4.0.4.gem) = 9a82a47845e7795a3c5e2e51c69219f57d64223f873d7565404ec5b4d5cfb6b0b9f4c70141d6e5e0b518503421f4706283d325de8cd48aaf8138b36723a50a7f
-SHA512 (process_executer-4.0.4.tar.gz) = ccdaeec3111a63f2cc90909f691bbf93a29b7141adb2f064779f6ef3e4c728c8271eab34b5009f366264720bdb78bea41117b4bfb8c6077c161a2759672a531e
+SHA512 (process_executer-4.1.0.gem) = b175b6b6f8add9a90454af962602bbbeeeaaa1d3fc8eec2f190560ccafaa2f75f85f4ac78c19694c20ebd37dac63a030e81327ba76d5469e44d2a3ff7a8a3fa7
+SHA512 (process_executer-4.1.0.tar.gz) = f7254bd4ba23fccd2866891e3b441e2cd43be23fefa88c727f493541315f50d0ec331af953b80ed5a1a753be7679550fa13ca6668e6f09ab2af92c2a035a07e9

                 reply	other threads:[~2026-08-31  8:51 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=178816627930.1.5109599563016468000.rpms-rubygem-process_executer-15b1400b7f81@fedoraproject.org \
    --to=steve.traylen@cern.ch \
    --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