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/geany-plugins] epel9: Allow building with any libgit2 version
Date: Fri, 21 Aug 2026 11:11:30 GMT [thread overview]
Message-ID: <178731069053.1.16489051121535364560.rpms-geany-plugins-305e0d8955f3@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/geany-plugins
Branch : epel9
Commit : 305e0d8955f3febc27a29c347677075ca9d0dcc2
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-08-21T12:52:29+02:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/geany-plugins/c/305e0d8955f3febc27a29c347677075ca9d0dcc2?branch=epel9
Log:
Allow building with any libgit2 version
This has the effect of building against libgit2 v1.9 instead of
the current "unversioned" libgit2 v1.7 package in EPEL 9.
The v1.7 branch of libgit2 is no longer maintained upstream and
is accumulating known security issues that are only getting fixed
in libgit2 v1.9 and v1.8.
---
diff --git a/geany-plugins.spec b/geany-plugins.spec
index cfdcb7e..3e157ff 100644
--- a/geany-plugins.spec
+++ b/geany-plugins.spec
@@ -3,7 +3,7 @@
Name: geany-plugins
Version: 2.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Plugins for Geany
License: GPL-3.0-or-later
@@ -434,7 +434,7 @@ version control systems is provided:
%package git-changebar
Summary: Highlights uncommitted changes, and allows navigation through hunks
Requires: geany-plugins-common = %{version}-%{release}
-BuildRequires: libgit2-devel
+BuildRequires: pkgconfig(libgit2)
%description git-changebar
This plugin highlights uncommitted changes to files tracked with Git, and allows to navigate through the hunks.
@@ -897,6 +897,9 @@ find $RPM_BUILD_ROOT -type f -empty -delete
%changelog
+* Fri Aug 21 2026 Fabio Valentini <decathorpe@gmail.com> - 2.1-3
+- Allow building with any libgit2 version.
+
* Fri Jul 11 2025 Dominic Hopf <dmaphy@fedoraproject.org> - 2.1-2
- New upstream release: Geany-Plugins 2.1
- New Plugin: LSP
reply other threads:[~2026-08-21 11:11 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=178731069053.1.16489051121535364560.rpms-geany-plugins-305e0d8955f3@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