public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kicad] rawhide: Avoid depending on the unversioned libgit2 package
@ 2026-06-06 20:39 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-06 20:39 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/kicad
Branch : rawhide
Commit : b678d396ae06d5a18293a8188440258a6e0faf93
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-06-06T20:24:12+02:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/kicad/c/b678d396ae06d5a18293a8188440258a6e0faf93?branch=rawhide
Log:
Avoid depending on the unversioned libgit2 package
---
diff --git a/kicad.spec b/kicad.spec
index 1dd3782..2829228 100644
--- a/kicad.spec
+++ b/kicad.spec
@@ -1,6 +1,6 @@
Name: kicad
Version: 10.0.3
-Release: 4%{?dist}
+Release: 5%{?dist}
Epoch: 1
Summary: EDA software suite for creation of schematic diagrams and PCBs
@@ -29,7 +29,7 @@ BuildRequires: glm-devel
BuildRequires: gtk3-devel
BuildRequires: libappstream-glib
BuildRequires: libcurl-devel
-BuildRequires: libgit2-devel
+BuildRequires: pkgconfig(libgit2)
BuildRequires: libngspice-devel
BuildRequires: libsecret-devel
BuildRequires: libspnav-devel
@@ -233,6 +233,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml
%changelog
+* Sat Jun 06 2026 Fabio Valentini <decathorpe@gmail.com> - 1:10.0.3-5
+- Avoid depending on the unversioned libgit2 package.
+
* Fri Jun 05 2026 Python Maint <python-maint@redhat.com> - 1:10.0.3-4
- Rebuilt for Python 3.15
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-06 20:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-06 20:39 [rpms/kicad] 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