public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rubygem-rugged] rawhide: Avoid depending on the unversioned libgit2 package
Date: Thu, 25 Jun 2026 02:06:35 GMT [thread overview]
Message-ID: <178235319513.1.8572979365218936665.rpms-rubygem-rugged-bfb7ffa68539@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rubygem-rugged
Branch : rawhide
Commit : bfb7ffa68539255c858702f2ef9f6984a322305e
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-06-06T20:59:23+02:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rubygem-rugged/c/bfb7ffa68539255c858702f2ef9f6984a322305e?branch=rawhide
Log:
Avoid depending on the unversioned libgit2 package
---
diff --git a/rubygem-rugged.spec b/rubygem-rugged.spec
index 31b053e..3fad7ba 100644
--- a/rubygem-rugged.spec
+++ b/rubygem-rugged.spec
@@ -3,7 +3,7 @@
Summary: Rugged is a Ruby binding to the libgit2 library
Name: rubygem-%{gem_name}
Version: 1.9.0
-Release: 5%{?dist}
+Release: 6%{?dist}
License: MIT
URL: https://github.com/libgit2/rugged
@@ -16,7 +16,7 @@ Requires: ruby
BuildRequires: gcc
BuildRequires: ruby
BuildRequires: cmake
-BuildRequires: libgit2-devel >= %{version}
+BuildRequires: (pkgconfig(libgit2) >= 1.9.0 with pkgconfig(libgit2) < 1.10.0~)
BuildRequires: ruby-devel
BuildRequires: rubygem(minitest)
BuildRequires: rubygems-devel
@@ -75,6 +75,9 @@ rm -rf %{buildroot}%{gem_instdir}/ext/
%doc %{gem_docdir}
%changelog
+* Sat Jun 06 2026 Fabio Valentini <decathorpe@gmail.com> - 1.9.0-6
+- Avoid depending on the unversioned libgit2 package.
+
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
reply other threads:[~2026-06-25 2:06 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=178235319513.1.8572979365218936665.rpms-rubygem-rugged-bfb7ffa68539@fedoraproject.org \
--to=decathorpe@gmail.com \
--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