public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Steve Cossette <farchord@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/artikulate] epel10: 25.07.80
Date: Tue, 04 Aug 2026 17:35:02 GMT	[thread overview]
Message-ID: <178586490229.1.3464030725584975872.rpms-artikulate-d5fb4928ccb0@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/artikulate
Branch : epel10
Commit : d5fb4928ccb0dc926984f7a7ae96af403ca47374
Author : Steve Cossette <farchord@gmail.com>
Date   : 2025-07-14T13:10:54-04:00
Stats  : +36/-36 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/artikulate/c/d5fb4928ccb0dc926984f7a7ae96af403ca47374?branch=epel10

Log:
25.07.80

---
diff --git a/.gitignore b/.gitignore
index df9f72b..a0cd685 100644
--- a/.gitignore
+++ b/.gitignore
@@ -100,3 +100,4 @@
 /artikulate-25.04.1.tar.xz
 /artikulate-25.04.2.tar.xz
 /artikulate-25.04.3.tar.xz
+/artikulate-25.07.80.tar.xz

diff --git a/artikulate.spec b/artikulate.spec
index 663e520..17c682d 100644
--- a/artikulate.spec
+++ b/artikulate.spec
@@ -1,38 +1,37 @@
-
 Name:    artikulate
 Summary: Improve your pronunciation by listening to native speakers
-Version: 25.04.3
+Version: 25.07.80
 Release: 1%{?dist}
 
 License: BSD-2-Clause AND CC-BY-SA-4.0 AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND MIT
 URL:     https://invent.kde.org/education/%{name}
 
-Source0: http://download.kde.org/%{stable_kf5}/release-service/%{version}/src/%{name}-%{version}.tar.xz
+Source0: http://download.kde.org/%{stable_kf6}/release-service/%{version}/src/%{name}-%{version}.tar.xz
 
-BuildRequires: cmake(KF5Archive)
-BuildRequires: cmake(KF5Kirigami2)
 BuildRequires: desktop-file-utils
 BuildRequires: extra-cmake-modules
-BuildRequires: kf5-kconfig-devel
-BuildRequires: kf5-kconfigwidgets-devel
-BuildRequires: kf5-kcrash-devel
-BuildRequires: kf5-kdeclarative-devel
-BuildRequires: kf5-kdoctools-devel
-BuildRequires: kf5-ki18n-devel
-BuildRequires: kf5-knewstuff-devel
-BuildRequires: kf5-kwidgetsaddons-devel
-BuildRequires: kf5-kxmlgui-devel
-BuildRequires: kf5-rpm-macros
+BuildRequires: kf6-filesystem
+BuildRequires: cmake(Qt6Sql)
+BuildRequires: cmake(Qt6Multimedia)
+BuildRequires: cmake(Qt6Qml)
+BuildRequires: cmake(Qt6Quick)
+BuildRequires: cmake(Qt6Test)
+BuildRequires: cmake(Qt6Xml)
+
+BuildRequires: cmake(KF6Archive)
+BuildRequires: cmake(KF6Config)
+BuildRequires: cmake(KF6Crash)
+BuildRequires: cmake(KF6I18n)
+BuildRequires: cmake(KF6ItemModels)
+BuildRequires: cmake(KF6NewStuff)
+BuildRequires: cmake(KF6Kirigami)
+BuildRequires: cmake(KF6DocTools)
 
 BuildRequires: libappstream-glib
 
-BuildRequires: pkgconfig(Qt5Multimedia)
-BuildRequires: pkgconfig(Qt5Qml)
-BuildRequires: pkgconfig(Qt5Quick)
-BuildRequires: pkgconfig(Qt5XmlPatterns)
+
 
 Requires: %{name}-libs%{?_isa} = %{version}-%{release}
-Requires: qt5-qtquickcontrols
 
 %description
 %{summary}.
@@ -49,40 +48,40 @@ Requires: %{name} = %{version}-%{release}
 
 
 %build
-%cmake_kf5
-
+%cmake_kf6
 %cmake_build
 
 
 %install
 %cmake_install
-
 %find_lang %{name} --all-name --with-html --with-qt
 
 
 %check
-appstream-util validate-relax --nonet %{buildroot}%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml
-desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.desktop
+appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.%{name}.appdata.xml
+desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.desktop
 
 
 %files -f %{name}.lang
 %doc README*
 %license LICENSES/*
-%{_kf5_bindir}/artikulate
-%{_kf5_bindir}/artikulate_editor
-%{_kf5_datadir}/icons/hicolor/*/*/*
-%{_kf5_datadir}/applications/org.kde.artikulate.desktop
-%{_kf5_metainfodir}/org.kde.artikulate.appdata.xml
-%{_kf5_datadir}/config.kcfg/artikulate.kcfg
-%{_kf5_datadir}/knsrcfiles//artikulate.knsrc
+%{_kf6_bindir}/artikulate
+%{_kf6_bindir}/artikulate_editor
+%{_kf6_datadir}/icons/hicolor/*/*/*
+%{_kf6_datadir}/applications/org.kde.artikulate.desktop
+%{_kf6_metainfodir}/org.kde.artikulate.appdata.xml
+%{_kf6_datadir}/config.kcfg/artikulate.kcfg
+%{_kf6_datadir}/knsrcfiles/artikulate.knsrc
 
 %files libs
-%{_kf5_libdir}/libartikulatecore.so.0*
-%{_kf5_libdir}/libartikulatelearnerprofile.so.0*
-%{_kf5_libdir}/libartikulatesound.so.0*
+%{_kf6_libdir}/libartikulatecore.so.0
+%{_kf6_libdir}/libartikulatelearnerprofile.so.0
 
 
 %changelog
+* Fri Jul 11 2025 Steve Cossette <farchord@gmail.com> - 25.07.80-1
+- 25.07.80
+
 * Thu Jul 03 2025 Steve Cossette <farchord@gmail.com> - 25.04.3-1
 - 25.04.3
 

diff --git a/sources b/sources
index 1a54a7b..5f0a675 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (artikulate-25.04.3.tar.xz) = e23ff6a3f66d8a32e1c58dc378467e865e301dbb9c1235df7c699cd6d70fcebfcc567634986deac3517e91613b5fa232684313b1fbf87379215caa2530cb409c
+SHA512 (artikulate-25.07.80.tar.xz) = 76039a8e55365d6966c86a44fbcc4b915e5805b7124e8a2d5a3d1c715460e5598e490b94c3480589a7dd4035f8866da546ac58fe9397fa045a07c19133bd2d9c

                 reply	other threads:[~2026-08-04 17:35 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=178586490229.1.3464030725584975872.rpms-artikulate-d5fb4928ccb0@fedoraproject.org \
    --to=farchord@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