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

            A new commit has been pushed.

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

            Log:
            Update to v5.2.0 rhbz#2526087

Update to v5.2.0 rhbz#2526087

---
diff --git a/.gitignore b/.gitignore
index 4f45014..a6f2e8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,3 +52,5 @@ git-1.2.5.gem
 /ruby-git-5.0.5.tar.gz
 /git-5.1.0.gem
 /ruby-git-5.1.0.tar.gz
+/git-5.2.0.gem
+/ruby-git-5.2.0.tar.gz

diff --git a/rubygem-git.spec b/rubygem-git.spec
index a44aceb..d830664 100644
--- a/rubygem-git.spec
+++ b/rubygem-git.spec
@@ -2,7 +2,7 @@
 %global gem_name git
 
 Name: rubygem-%{gem_name}
-Version: 5.1.0
+Version: 5.2.0
 Release: %autorelease
 Summary: Ruby/Git is a Ruby library that can be used to manipulate Git repositories
 License: MIT
@@ -14,7 +14,6 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
 # included in the gemfile.
 Source1: https://github.com/ruby-git/ruby-git/archive/v%{version}/ruby-git-%{version}.tar.gz
 
-
 BuildRequires: ruby(release)
 BuildRequires: rubygems-devel
 BuildRequires: ruby >= 1.9
@@ -43,7 +42,7 @@ Documentation for %{name}.
 
 
 %prep
-%setup -q -n %{gem_name}-%{version}
+%autosetup -n %{gem_name}-%{version}
 
 # unpack only the test files from SOURCE1.
 tar zxf %{SOURCE1} ruby-git-%{version}/spec --strip-components 1
@@ -69,7 +68,7 @@ cp -a .%{gem_dir}/* \
 # git fails fatally if it cannot guess an email adress
 # as is the case inside mock.
 # The TEST_ENV_NUMBER=1 is just to disable the Fuubar formatter
-env TEST_ENV_NUMBER=1 COVERAGE=false rspec -Ilib spec
+env TEST_ENV_NUMBER=1 COVERAGE=false rspec --exclude-pattern 'spec/unit/gemspec_spec.rb' -Ilib spec
 
 
 %files
@@ -81,28 +80,9 @@ env TEST_ENV_NUMBER=1 COVERAGE=false rspec -Ilib spec
 %license LICENSE
 %exclude %{gem_instdir}/LICENSE
 %exclude %{gem_cache}
-%exclude %{gem_instdir}/.dockerignore
-%exclude %{gem_instdir}/.github
-%exclude %{gem_instdir}/.gitignore
-%exclude %{gem_instdir}/.husky
 %exclude %{gem_instdir}/.yardopts
-%exclude %{gem_instdir}/.release-please-config.json
-%exclude %{gem_instdir}/.rspec
-%exclude %{gem_instdir}/.yard-lint.yml
 %exclude %{gem_instdir}/
-%exclude %{gem_instdir}/Gemfile
-%exclude %{gem_instdir}/Rakefile
 %exclude %{gem_instdir}/git.gemspec
-%exclude %{gem_instdir}/.commitlintrc.yml
-%exclude %{gem_instdir}/.husky/commit-msg
-%exclude %{gem_instdir}/.release-please-manifest.json
-%exclude %{gem_instdir}/package.json
-%exclude %{gem_instdir}/.rubocop.yml
-%exclude %{gem_instdir}/.rubocop_todo.yml
-%exclude %{gem_instdir}/redesign
-%exclude %{gem_instdir}/tasks
-%exclude %{gem_instdir}/docker
-
 
 
 %files doc

diff --git a/sources b/sources
index df31a86..b79157a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (git-5.1.0.gem) = 5fb7ee279a0040839c33ef64531b56d5436c6ee0078b11e26c0c721b8b3d67f74f0349d97e64f9bcd8910dc5d150dcda7e358cf42e650721752fc0d055697cac
-SHA512 (ruby-git-5.1.0.tar.gz) = 407170c3a017e80fd8ca5459a21ff186bfd96cdb6487a3ee4a89697ba5d3a652d3194c64a8910d167e23f5734c15fc5ee545d2cca92854dcd787ea7f58b2fe7b
+SHA512 (git-5.2.0.gem) = beec25f08495b8dee7897cb76f4fd9cbae6db0032b35b686b77fc8ae6f858cb4ecdcc416dc7497a306f7dc40acdf75db8293623bc5ad31d11a978d1e181dafcb
+SHA512 (ruby-git-5.2.0.tar.gz) = 81d1b8678891c4c6703f5520b75260fe263ac0e71896aaebd32e1b4a03549aaf5202ceb40333e3b1f9fa7d5e1b1ae90d03b2a2717afc67244985eabf0a23c4f1

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-31  8:04 [rpms/rubygem-git] f45: Update to v5.2.0 rhbz#2526087 Steve Traylen

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