public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rubygem-git] rawhide: Update to v5.0.5
@ 2026-08-10 10:08 Steve Traylen
  0 siblings, 0 replies; only message in thread
From: Steve Traylen @ 2026-08-10 10:08 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-10 10:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 10:08 [rpms/rubygem-git] rawhide: Update to v5.0.5 Steve Traylen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox