public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/geany-plugins] epel9: Allow building with any libgit2 version
@ 2026-08-21 11:11 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-08-21 11:11 UTC (permalink / raw)
  To: git-commits

            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

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-21 11:11 [rpms/geany-plugins] epel9: Allow building with any libgit2 version Fabio Valentini

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