public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/plasma-phonebook] epel10: 24.02.0
@ 2026-08-04 20:32 Steve Cossette
  0 siblings, 0 replies; only message in thread
From: Steve Cossette @ 2026-08-04 20:32 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/plasma-phonebook
Branch : epel10
Commit : 23f2fca8b868ef91aac00163f5e09c612d21065b
Author : Steve Cossette <farchord@gmail.com>
Date   : 2024-03-02T09:06:37-05:00
Stats  : +35/-34 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/plasma-phonebook/c/23f2fca8b868ef91aac00163f5e09c612d21065b?branch=epel10

Log:
24.02.0

---
diff --git a/.gitignore b/.gitignore
index abd4e4a..17ccb10 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /plasma-phonebook-22.09.tar.xz
 /plasma-phonebook-22.11.tar.xz
 /plasma-phonebook-23.01.0.tar.xz
+/plasma-phonebook-24.02.0.tar.xz

diff --git a/plasma-phonebook.spec b/plasma-phonebook.spec
index 3f3d9db..94d3702 100644
--- a/plasma-phonebook.spec
+++ b/plasma-phonebook.spec
@@ -1,43 +1,40 @@
-
-%global kf5_min_version 5.88.0
-
 Name:           plasma-phonebook
-Version:        23.01.0
-Release:        4%{?dist}
+Version:        24.02.0
+Release:        1%{?dist}
 License:        CC0 and GPLv2 and GPLv3 and GPLv3+ and LGPLv2+
 Summary:        Convergent Plasma Mobile phonebook application
 Url:            https://invent.kde.org/plasma-mobile/%{name}
-Source0:        https://download.kde.org/stable/plasma-mobile/%{version}/%{name}-%{version}.tar.xz
+Source0:        https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz
 
 
 BuildRequires:  gcc-c++
 BuildRequires:  cmake
 BuildRequires:  appstream
 BuildRequires:  extra-cmake-modules
-BuildRequires:  kf5-rpm-macros          >= %{kf5_min_version}
+BuildRequires:  kf6-rpm-macros
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  desktop-file-utils
 
-BuildRequires:  cmake(Qt5Gui)
-BuildRequires:  cmake(Qt5Quick)
-BuildRequires:  cmake(Qt5QuickControls2)
-BuildRequires:  cmake(Qt5Svg)
-BuildRequires:  cmake(Qt5Test)
-BuildRequires:  cmake(Qt5Core)
-
-BuildRequires:  cmake(KF5Kirigami2)     >= %{kf5_min_version}
-BuildRequires:  cmake(KF5Contacts)      >= %{kf5_min_version}
-BuildRequires:  cmake(KF5CoreAddons)    >= %{kf5_min_version}
-BuildRequires:  cmake(KF5KirigamiAddons)
-BuildRequires:  cmake(KF5People)        >= %{kf5_min_version}
-BuildRequires:  cmake(KF5PeopleVCard)   >= %{kf5_min_version}
-BuildRequires:  cmake(KF5Config)        >= %{kf5_min_version}
-BuildRequires:  cmake(KF5I18n)          >= %{kf5_min_version}
-BuildRequires:  cmake(KF5Codecs)        >= %{kf5_min_version}
-
-Requires:       kf5-kirigami2
-Requires:       kf5-kcontacts
-Requires:       kf5-kcoreaddons
+BuildRequires:  cmake(Qt6Core)
+BuildRequires:  cmake(Qt6Quick)
+BuildRequires:  cmake(Qt6Test)
+BuildRequires:  cmake(Qt6Gui)
+BuildRequires:  cmake(Qt6Svg)
+BuildRequires:  cmake(Qt6QuickControls2)
+BuildRequires:  cmake(Qt6Widgets)
+
+BuildRequires:  cmake(KF6CoreAddons)
+BuildRequires:  cmake(KF6Kirigami)
+BuildRequires:  cmake(KF6People)
+BuildRequires:  cmake(KF6Contacts)
+BuildRequires:  cmake(KF6Config)
+BuildRequires:  cmake(KF6I18n)
+BuildRequires:  cmake(KF6Codecs)
+BuildRequires:  cmake(KF6KirigamiAddons)
+
+Requires:       kf6-kirigami
+Requires:       kf6-kcontacts
+Requires:       kf6-kcoreaddons
 Requires:       kpeoplevcard
 
 
@@ -48,7 +45,7 @@ Contacts application which allows adding, modifying and removing contacts.
 %autosetup -p1
 
 %build
-%cmake_kf5
+%cmake_kf6
 %cmake_build
 
 %install
@@ -58,13 +55,16 @@ Contacts application which allows adding, modifying and removing contacts.
 %files -f %{name}.lang
 %doc README.md
 %license LICENSES/{CC0-1.0.txt,GPL-2.0-only,GPL-3.0-only,GPL-3.0-or-later,LGPL-2.0-or-later,LicenseRef-KDE-Accepted-GPL}.txt
-%{_kf5_bindir}/%{name}
-%{_kf5_datadir}/icons/hicolor/scalable/apps/org.kde.phonebook.svg
-%{_kf5_datadir}/applications/org.kde.phonebook.desktop
-%{_kf5_metainfodir}/org.kde.phonebook.metainfo.xml
-%{_qt5_plugindir}/kpeople/actions/phonebook_kpeople_plugin.so
+%{_kf6_bindir}/%{name}
+%{_kf6_datadir}/icons/hicolor/scalable/apps/org.kde.phonebook.svg
+%{_kf6_datadir}/applications/org.kde.phonebook.desktop
+%{_kf6_metainfodir}/org.kde.phonebook.metainfo.xml
+%{_qt6_plugindir}/kpeople/actions/phonebook_kpeople_plugin.so
 
 %changelog
+* Sat Mar 02 2024 Steve Cossette <farchord@gmail.com> - 24.02.0-1
+- 24.02.0
+
 * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 23.01.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
 

diff --git a/sources b/sources
index 0693a5f..81057ca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (plasma-phonebook-23.01.0.tar.xz) = 644ebef1bb9ddbbe7b096ff9079e1ebb53d70127b62d52eb8294fb72696a1668307be981b5aaf431cd89db5080d869f9bb6e470f882401d45fcd2592760d60d6
+SHA512 (plasma-phonebook-24.02.0.tar.xz) = e03aa6194e1d8797743924c55ea4f07a0d1cd1a3b49cbd051a3d7ef11b427b8046114975df63ad472598bebd02ff7296e707410fa56e902691b25cb96426d202

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

only message in thread, other threads:[~2026-08-04 20:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-04 20:32 [rpms/plasma-phonebook] epel10: 24.02.0 Steve Cossette

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