public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/kommit] epel10: 1.8.1
Date: Tue, 04 Aug 2026 19:33:36 GMT	[thread overview]
Message-ID: <178587201665.1.14246260773339452131.rpms-kommit-0643bec38fe2@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/kommit
            Branch : epel10
            Commit : 0643bec38fe25cb76241062cc1efda76ddeec5c7
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2025-12-10T13:38:51-05:00
            Stats  : +13/-9 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/kommit/c/0643bec38fe25cb76241062cc1efda76ddeec5c7?branch=epel10

            Log:
            1.8.1

Among other things, this fixes the build with libgit2 1.9.1.

---
diff --git a/.gitignore b/.gitignore
index 50af803..04b7e71 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /kommit-v1.3.1.tar.bz2
 /kommit-v1.6.0.tar.bz2
 /kommit-v1.7.0.tar.bz2
+/kommit-v1.8.1.tar.bz2

diff --git a/kommit.spec b/kommit.spec
index adf838b..664e0e5 100644
--- a/kommit.spec
+++ b/kommit.spec
@@ -1,6 +1,6 @@
 Name:           kommit
-Version:        1.7.1
-Release:        2%{?dist}
+Version:        1.8.1
+Release:        1%{?dist}
 Summary:        Graphical Git Client
 
 License:        GPL-3.0-or-later AND GPL-2.0-or-later AND BSD-3-Clause
@@ -15,9 +15,9 @@ BuildRequires:  libappstream-glib
 BuildRequires:  pkgconfig(libgit2)
 BuildRequires:  cmake(Qt6Core)
 BuildRequires:  cmake(Qt6Gui)
+BuildRequires:  cmake(Qt6Svg)
 BuildRequires:  cmake(Qt6Widgets)
 BuildRequires:  cmake(Qt6Concurrent)
-BuildRequires:  cmake(Qt6Core5Compat)
 BuildRequires:  cmake(Qt6Charts)
 BuildRequires:  cmake(KF6ConfigWidgets)
 BuildRequires:  cmake(KF6CoreAddons)
@@ -27,6 +27,7 @@ BuildRequires:  cmake(KF6DocTools)
 BuildRequires:  cmake(KF6I18n)
 BuildRequires:  cmake(KF6XmlGui)
 BuildRequires:  cmake(KF6KIO)
+BuildRequires:  cmake(KF6IconThemes)
 BuildRequires:  cmake(KF6TextWidgets)
 BuildRequires:  cmake(KF6TextEditor)
 BuildRequires:  cmake(KF6SyntaxHighlighting)
@@ -75,17 +76,16 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.%{
 %{_bindir}/%{name}merge
 %{_kf6_metainfodir}/org.kde.%{name}.appdata.xml
 %{_libdir}/lib%{name}.so.0
-%{_libdir}/lib%{name}.so.1.6.43
+%{_libdir}/lib%{name}.so.1.8.0
 %{_libdir}/lib%{name}diff.so.0
-%{_libdir}/lib%{name}diff.so.1.6.43
+%{_libdir}/lib%{name}diff.so.1.8.0
 %{_libdir}/lib%{name}gui.so.0
-%{_libdir}/lib%{name}gui.so.1.6.43
+%{_libdir}/lib%{name}gui.so.1.8.0
 %{_libdir}/lib%{name}widgets.so.0
-%{_libdir}/lib%{name}widgets.so.1.6.43
+%{_libdir}/lib%{name}widgets.so.1.8.0
 %{_kf6_qtplugindir}/dolphin/vcs/%{name}dolphinplugin.so
 %{_datadir}/applications/*.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
-%{_datadir}/icons/hicolor/scalable/actions/*.svg
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
 %{_datadir}/qlogging-categories6/kommit.categories
 
@@ -94,6 +94,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.%{
 
 
 %changelog
+* Wed Dec 10 2025 Yaakov Selkowitz <yselkowi@redhat.com> - 1.8.1-1
+- 1.8.1
+
 * Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
 

diff --git a/sources b/sources
index 4fc7acf..3abbcc9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (kommit-v1.7.1.tar.bz2) = 2b6b7a64dec8794d5230b80584f6c1d00045982547aa531f2bc1ce9d93484163941aa1c57f30513bec6457048c4e6474cc74d1527950467983848a7a3096a206
+SHA512 (kommit-v1.8.1.tar.bz2) = 7f042c156491b3e99d3ff156eece543162c380ea19461555f2c4a33b08d20c5b91539e79a7ddc5b158043ef5007502cc79aba6fc03f0b0ab08aca2bc8f1c6d84

                 reply	other threads:[~2026-08-04 19:33 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=178587201665.1.14246260773339452131.rpms-kommit-0643bec38fe2@fedoraproject.org \
    --to=yselkowi@redhat.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