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/kicad] rawhide: Avoid depending on the unversioned libgit2 package
Date: Sat, 06 Jun 2026 20:39:01 GMT	[thread overview]
Message-ID: <178077834120.1.18237343078686357361.rpms-kicad-b678d396ae06@fedoraproject.org> (raw)

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
 

                 reply	other threads:[~2026-06-06 20:39 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=178077834120.1.18237343078686357361.rpms-kicad-b678d396ae06@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