public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/digikam] epel9-next: digiKam-8.5.0
@ 2026-07-20 19:27 nucleo
0 siblings, 0 replies; only message in thread
From: nucleo @ 2026-07-20 19:27 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/digikam
Branch : epel9-next
Commit : 2b57ceaf550c58ba3f8bf63aec5883785c1a016c
Author : nucleo <nucleo@fedoraproject.org>
Date : 2024-11-16T03:43:55+02:00
Stats : +7/-38 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/digikam/c/2b57ceaf550c58ba3f8bf63aec5883785c1a016c?branch=epel9-next
Log:
digiKam-8.5.0
---
diff --git a/.gitignore b/.gitignore
index ff76d9b..c7f2f92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
/digiKam-8.2.0.tar.xz
/digiKam-8.3.0.tar.xz
/digiKam-8.4.0.tar.xz
+/digiKam-8.5.0.tar.xz
diff --git a/digikam-use-qurl-matches-instead-equal-operator.patch b/digikam-use-qurl-matches-instead-equal-operator.patch
deleted file mode 100644
index a30bdbe..0000000
--- a/digikam-use-qurl-matches-instead-equal-operator.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From a8b49ed8df676cae0f48b3369831edde2b74903e Mon Sep 17 00:00:00 2001
-From: Gilles Caulier <caulier.gilles@gmail.com>
-Date: Wed, 2 Oct 2024 21:20:03 +0000
-Subject: [PATCH] With Qt 6.8.0, QUrl::operator== have benn removed. Uses
- QUrl::matches() instead
-
----
- core/libs/database/coredb/coredburl.cpp | 9 +++++++++
- 1 file changed, 9 insertions(+)
-
-diff --git a/core/libs/database/coredb/coredburl.cpp b/core/libs/database/coredb/coredburl.cpp
-index cb76c14438..a06008e61c 100644
---- a/core/libs/database/coredb/coredburl.cpp
-+++ b/core/libs/database/coredb/coredburl.cpp
-@@ -248,7 +248,16 @@ CoreDbUrl& CoreDbUrl::operator=(const CoreDbUrl& url)
-
- bool CoreDbUrl::operator==(const QUrl& digikamalbumsUrl) const
- {
-+#if (QT_VERSION >= QT_VERSION_CHECK(6, 8, 0))
-+
-+ return (this->matches(digikamalbumsUrl, QUrl::None));
-+
-+#else
-+
- return (QUrl::operator==(digikamalbumsUrl));
-+
-+#endif
-+
- }
-
- /*
---
-GitLab
diff --git a/digikam.spec b/digikam.spec
index 1ded67d..e2da92a 100644
--- a/digikam.spec
+++ b/digikam.spec
@@ -13,8 +13,8 @@ ExclusiveArch: %{qt5_qtwebengine_arches}
Name: digikam
Summary: A digital camera accessing & photo management application
-Version: 8.4.0
-Release: 5%{?beta}%{?dist}
+Version: 8.5.0
+Release: 1%{?beta}%{?dist}
License: GPL-2.0-or-later
URL: http://www.digikam.org/
@@ -32,8 +32,6 @@ Source0: http://download.kde.org/stable/digikam/%{version}/digiKam-%{version}.ta
Source10: digikam-import.desktop
## upstream patches
-# Fix build against Qt 6.8
-Patch0: digikam-use-qurl-matches-instead-equal-operator.patch
## upstreamable patches
@@ -336,6 +334,9 @@ update-desktop-database -q &> /dev/null
%changelog
+* Sat Nov 16 2024 Alexey Kurov <nucleo@fedoraproject.org> - 8.5.0-1
+- digiKam-8.5.0
+
* Mon Oct 14 2024 Jan Grulich <jgrulich@redhat.com> - 8.4.0-5
- Rebuild (qt6)
diff --git a/sources b/sources
index e5394b7..2ab4a81 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (digiKam-8.4.0.tar.xz) = 4342d18a7c04ab239821de3cf908f8e7d676598778f0174164aa336e8cfdc0a76327d31c64e6c4e47dcf0d6fbef46b01918312e4622ce3359888a9a94948a22b
+SHA512 (digiKam-8.5.0.tar.xz) = 5610f0173043e29a2b5ff62b2ed2c2bea79e10cd20a0c2416ebb425457cee55aa8b8d575ba57e8e188a899cc909516ea05e6c80e73e3316742cc9e8119855509
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 19:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 19:27 [rpms/digikam] epel9-next: digiKam-8.5.0 nucleo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox