public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/koko] f45: 26.08.1
@ 2026-09-10 22:15 Steve Cossette
  0 siblings, 0 replies; only message in thread
From: Steve Cossette @ 2026-09-10 22:15 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/koko
Branch : f45
Commit : 1c3b59861c1141ee33cb0a02940c70edaaa25232
Author : Steve Cossette <farchord@gmail.com>
Date   : 2026-09-10T08:39:11-04:00
Stats  : +6/-56 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/koko/c/1c3b59861c1141ee33cb0a02940c70edaaa25232?branch=f45

Log:
26.08.1

---
diff --git a/.gitignore b/.gitignore
index 92a64ba..b73497d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -59,3 +59,4 @@
 /koko-26.04.3.tar.xz
 /koko-26.07.90.tar.xz
 /koko-26.08.0.tar.xz
+/koko-26.08.1.tar.xz

diff --git a/347.patch b/347.patch
deleted file mode 100644
index b420870..0000000
--- a/347.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-From a6dbce40969bdd5016a62de42178c0accbc75903 Mon Sep 17 00:00:00 2001
-From: Oliver Beard <olib141@outlook.com>
-Date: Fri, 14 Aug 2026 20:04:44 +0100
-Subject: [PATCH] NavigationActions: Don't use API not available for 26.08
-
-`KirigamiActions::ActionCollection::removeAction()` is not available for 26.08, and was accidentally introduced in backporting fixes (d4a2bb8e).
-
-As such, remove it and instead keep the action around (as we can't remove it).
-
-We'll just `setEnabled`/`setVisible` `false` and restore it for later re-use (as otherwise action names will collide and `createAction()` will fail).
----
- src/navigationactions.cpp | 16 ++++++++++++++--
- 1 file changed, 14 insertions(+), 2 deletions(-)
-
-diff --git a/src/navigationactions.cpp b/src/navigationactions.cpp
-index 2b87dc3f..0776857c 100644
---- a/src/navigationactions.cpp
-+++ b/src/navigationactions.cpp
-@@ -138,7 +138,11 @@ void NavigationActions::updateSavedFolders()
- 
-     for (const auto &folder : m_savedFolderNames) {
-         if (!newSavedFoldersSet.contains(folder)) {
--            coll->removeAction(folder);
-+            // Can't remove it in 26.08 due to gear dep freeze requiring older kirigami-app-components
-+            // Just keep it around and re-use later (because it'll still exist with that name)
-+            auto placeAction = coll->action(folder);
-+            placeAction->setEnabled(false);
-+            placeAction->setVisible(false);
-         }
-     }
-     m_savedFolderNames.clear();
-@@ -155,7 +159,15 @@ void NavigationActions::updateSavedFolders()
-         }
-         text = text.split(u'/').constLast();
- 
--        auto placeAction = coll->createAction(normalizedFolder, KIO::iconNameForUrl(normalizedFolder), text);
-+        QAction *placeAction = nullptr;
-+        if (placeAction = coll->action(normalizedFolder); placeAction != nullptr) {
-+            placeAction->setEnabled(true);
-+            placeAction->setVisible(true);
-+            // Updating icon/text should be unnecessary, and updating icon is not possible with API
-+        } else {
-+            placeAction = coll->createAction(normalizedFolder, KIO::iconNameForUrl(normalizedFolder), text);
-+        }
-+
-         placeAction->setCheckable(true);
-         placeAction->setActionGroup(m_pagesGroup);
- 
--- 
-GitLab
-

diff --git a/koko.spec b/koko.spec
index 4a7069a..db33766 100644
--- a/koko.spec
+++ b/koko.spec
@@ -3,7 +3,7 @@
 ExcludeArch: %{ix86}
 
 Name:           koko
-Version:        26.08.0
+Version:        26.08.1
 Release:        1%{?dist}
 # Automatically converted from old format: GPLv2+ and GPLv3 and LGPLv2 and LGPLv2+ and CC0 and BSD - review is highly recommended.
 License:        GPL-2.0-or-later AND GPL-3.0-only AND LicenseRef-Callaway-LGPLv2 AND LicenseRef-Callaway-LGPLv2+ AND CC0-1.0 AND LicenseRef-Callaway-BSD
@@ -15,9 +15,6 @@ Source2:        https://download.geonames.org/export/dump/admin1CodesASCII.txt
 Source3:        https://download.geonames.org/export/dump/admin2Codes.txt
 
 # Upstream patches
-# Don't use APIs not available for 26.08
-# https://invent.kde.org/graphics/koko/-/merge_requests/347
-Patch0:        347.patch
 
 BuildRequires: desktop-file-utils
 BuildRequires: extra-cmake-modules
@@ -98,6 +95,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.%{
 %{_kf6_metainfodir}/org.kde.%{name}.appdata.xml
 
 %changelog
+* Wed Sep 09 2026 Steve Cossette <farchord@gmail.com> - 26.08.1-1
+- 26.08.1
+
 * Fri Aug 14 2026 Steve Cossette <farchord@gmail.com> - 26.08.0-1
 - 26.08.0
 

diff --git a/sources b/sources
index 474c272..096b2ec 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 SHA512 (cities1000.zip) = 2922fc107c6f86696862f9f6a7a0c447782add250b565ae8f51cda916c568eb8b4227b20e0f5a75d3c5f961aacee6393939711785101fcf2ab8a2fcdd0a409a2
-SHA512 (koko-26.08.0.tar.xz) = 6aa3be5309afc5758dfd7171e347aa6ef4624d27068521b43d7aa8f02111f8605203cd9c62673f74237478d7c2ecb056c3356d61b170dd670e3d9bb788db9a8d
+SHA512 (koko-26.08.1.tar.xz) = 9159c9f728c78b36b24b225594433e38c92c5d21860661aad5ab15dd2dfba046ea7514d8f1c7adc777b189752ff0a6e0116ad866b2758fad73f5c51df6448f84

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

only message in thread, other threads:[~2026-09-10 22:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-10 22:15 [rpms/koko] f45: 26.08.1 Steve Cossette

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