public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/geany-plugins] rawhide: Avoid depending on the unversioned libgit2 package
@ 2026-06-07  6:34 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-07  6:34 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/geany-plugins
Branch : rawhide
Commit : a168f321891cefb8ed13e51190ff72eeab9efe8e
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-06-06T19:58:42+02:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/geany-plugins/c/a168f321891cefb8ed13e51190ff72eeab9efe8e?branch=rawhide

Log:
Avoid depending on the unversioned libgit2 package

---
diff --git a/geany-plugins.spec b/geany-plugins.spec
index 499efe5..a3a3c66 100644
--- a/geany-plugins.spec
+++ b/geany-plugins.spec
@@ -3,7 +3,7 @@
 
 Name:           geany-plugins
 Version:        2.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Plugins for Geany
 
 # Automatically converted from old format: GPLv3+ - review is highly recommended.
@@ -432,7 +432,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.
@@ -890,6 +890,9 @@ find $RPM_BUILD_ROOT -type f -empty -delete
 
 
 %changelog
+* Sat Jun 06 2026 Fabio Valentini <decathorpe@gmail.com> - 2.1-4
+- Avoid depending on the unversioned libgit2 package.
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

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

only message in thread, other threads:[~2026-06-07  6:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-07  6:34 [rpms/geany-plugins] rawhide: Avoid depending on the unversioned libgit2 package Fabio Valentini

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