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-git] rawhide: Update to v5.0.5
Date: Mon, 10 Aug 2026 10:08:11 GMT	[thread overview]
Message-ID: <178635649134.1.7445835060724731392.rpms-rubygem-git-893a5bd7cf36@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rubygem-git
            Branch : rawhide
            Commit : 893a5bd7cf360e60b4ee9bc9ee03b7d08174806e
            Author : Steve Traylen <steve.traylen@cern.ch>
            Date   : 2026-08-10T11:47:58+02:00
            Stats  : +7/-7 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/rubygem-git/c/893a5bd7cf360e60b4ee9bc9ee03b7d08174806e?branch=rawhide

            Log:
            Update to v5.0.5

- Resolves: rhbz#2510149

---
diff --git a/.gitignore b/.gitignore
index 584d34e..6e1f00e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,5 @@ git-1.2.5.gem
 /ruby-git-5.0.1.tar.gz
 /git-5.0.2.gem
 /ruby-git-5.0.2.tar.gz
+/git-5.0.5.gem
+/ruby-git-5.0.5.tar.gz

diff --git a/rubygem-git.spec b/rubygem-git.spec
index 83ebbb4..fc7c3cb 100644
--- a/rubygem-git.spec
+++ b/rubygem-git.spec
@@ -2,7 +2,7 @@
 %global gem_name git
 
 Name: rubygem-%{gem_name}
-Version: 5.0.2
+Version: 5.0.5
 Release: %autorelease
 Summary: Ruby/Git is a Ruby library that can be used to manipulate Git repositories
 License: MIT
@@ -48,9 +48,6 @@ Documentation for %{name}.
 # unpack only the test files from SOURCE1.
 tar zxf %{SOURCE1} ruby-git-%{version}/spec --strip-components 1
 
-# Disable fancy formatter which requires unavailble fuubar gem.
-sed -i '/--format Fuubar/d' .rspec
-
 
 %build
 # Create the gem as gem install only works on a gem file
@@ -71,7 +68,8 @@ cp -a .%{gem_dir}/* \
 # The following polutes home directoy so need to find a better way
 # git fails fatally if it cannot guess an email adress
 # as is the case inside mock.
-env COVERAGE=false rspec -Ilib spec
+# The TEST_ENV_NUMBER=1 is just to disable the Fuubar formatter
+env TEST_ENV_NUMBER=1 COVERAGE=false rspec -Ilib spec
 
 
 %files

diff --git a/sources b/sources
index b516304..3136465 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (git-5.0.2.gem) = 3e7c55c4b300559058b51e056c03cddd9a089c22802bba25966f975e349b561d449b54eb0943030db454af509def2f28876e08338910c58d39eebceed262a029
-SHA512 (ruby-git-5.0.2.tar.gz) = e35f9dd7fcf0bd6bef68ee48268b07d03f6f2ec6f05544c89649579b1fa323436e6cda857af199d328bbc9c46e0fdc5e3937ef31985d2697dca398f4108156ea
+SHA512 (git-5.0.5.gem) = 517550c8e2dc191549ce18c59e0ab59ffd0d320cd3209ca7af8102a61d5f7efe388dfee70753aaea2d318a306fb4eceefad9c9dfec366be7bf05ef9904570540
+SHA512 (ruby-git-5.0.5.tar.gz) = ce31f6c9058d5c830cf6ad38153b7cda6917a29e1f11196f01e05f493633866aa528758b2f2db63a1b53dfc0544c4834af79856710e8ae79ada8ed538747f957

                 reply	other threads:[~2026-08-10 10:08 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=178635649134.1.7445835060724731392.rpms-rubygem-git-893a5bd7cf36@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