public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rubygem-git] rawhide: Update to v5.0.2
@ 2026-08-03 20:16 Steve Traylen
0 siblings, 0 replies; only message in thread
From: Steve Traylen @ 2026-08-03 20:16 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rubygem-git
Branch : rawhide
Commit : 3a542099133d2f8e3256dbc8abc75b7d18575ea8
Author : Steve Traylen <steve.traylen@cern.ch>
Date : 2026-08-03T21:39:40+02:00
Stats : +5/-19 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rubygem-git/c/3a542099133d2f8e3256dbc8abc75b7d18575ea8?branch=rawhide
Log:
Update to v5.0.2
---
diff --git a/.gitignore b/.gitignore
index 695277c..584d34e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,3 +46,5 @@ git-1.2.5.gem
/ruby-git-4.3.2.tar.gz
/git-5.0.1.gem
/ruby-git-5.0.1.tar.gz
+/git-5.0.2.gem
+/ruby-git-5.0.2.tar.gz
diff --git a/rubygem-git-coverage-flag.patch b/rubygem-git-coverage-flag.patch
deleted file mode 100644
index 7c37fbb..0000000
--- a/rubygem-git-coverage-flag.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff '--color=auto' -uNr git-5.0.1.ORIG/spec/spec_helper.rb git-5.0.1/spec/spec_helper.rb
---- git-5.0.1.ORIG/spec/spec_helper.rb 2026-07-31 11:08:24.298980936 +0200
-+++ git-5.0.1/spec/spec_helper.rb 2026-07-31 11:08:39.136181368 +0200
-@@ -70,7 +70,7 @@
- # SimpleCov's branch coverage crashes on TruffleRuby and coverage metrics
- # are not meaningful on alternative runtimes. Skip coverage entirely.
- #
--SIMPLECOV_ENABLED = RUBY_ENGINE == 'ruby'
-+SIMPLECOV_ENABLED = RUBY_ENGINE == 'ruby' && ENV.fetch('COVERAGE', 'true') != 'false'
-
- if SIMPLECOV_ENABLED
- require 'simplecov'
diff --git a/rubygem-git.spec b/rubygem-git.spec
index d179ee7..83ebbb4 100644
--- a/rubygem-git.spec
+++ b/rubygem-git.spec
@@ -2,7 +2,7 @@
%global gem_name git
Name: rubygem-%{gem_name}
-Version: 5.0.1
+Version: 5.0.2
Release: %autorelease
Summary: Ruby/Git is a Ruby library that can be used to manipulate Git repositories
License: MIT
@@ -13,8 +13,6 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
# in particular this includes the tests and bin directory which was not
# included in the gemfile.
Source1: https://github.com/ruby-git/ruby-git/archive/v%{version}/ruby-git-%{version}.tar.gz
-# https://github.com/ruby-git/ruby-git/pull/1648
-Patch0: rubygem-git-coverage-flag.patch
BuildRequires: ruby(release)
@@ -50,8 +48,6 @@ Documentation for %{name}.
# unpack only the test files from SOURCE1.
tar zxf %{SOURCE1} ruby-git-%{version}/spec --strip-components 1
-%patch 0 -p1
-
# Disable fancy formatter which requires unavailble fuubar gem.
sed -i '/--format Fuubar/d' .rspec
diff --git a/sources b/sources
index c9b0c95..b516304 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (git-5.0.1.gem) = 931188724844bba8911af3583844dc41206757cd2633a2809bc48ff5db0c4676afce286265c3f78b51e94bbc3ee1be297ad6172a94d58c756d40f278798af5ca
-SHA512 (ruby-git-5.0.1.tar.gz) = 37fa12f7942fbe601342c1ac9bea605b042710540e319436c464a8871e487a870ff8842be58a34f3ff00c71a0f9798b6cdbfe79bbdda9e08b9ecc644b87ec42d
+SHA512 (git-5.0.2.gem) = 3e7c55c4b300559058b51e056c03cddd9a089c22802bba25966f975e349b561d449b54eb0943030db454af509def2f28876e08338910c58d39eebceed262a029
+SHA512 (ruby-git-5.0.2.tar.gz) = e35f9dd7fcf0bd6bef68ee48268b07d03f6f2ec6f05544c89649579b1fa323436e6cda857af199d328bbc9c46e0fdc5e3937ef31985d2697dca398f4108156ea
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-03 20:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 20:16 [rpms/rubygem-git] rawhide: Update to v5.0.2 Steve Traylen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox