public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/spectacle] f44: 6.6.90
@ 2026-06-11 22:07 Steve Cossette
0 siblings, 0 replies; only message in thread
From: Steve Cossette @ 2026-06-11 22:07 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/spectacle
Branch : f44
Commit : 1b7a0ca9bf2352f9061a1763fa8c6f023668c787
Author : Steve Cossette <farchord@gmail.com>
Date : 2026-05-23T17:54:24-04:00
Stats : +8/-19 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/spectacle/c/1b7a0ca9bf2352f9061a1763fa8c6f023668c787?branch=f44
Log:
6.6.90
---
diff --git a/.gitignore b/.gitignore
index 03f04fc..1325f88 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
/spectacle-6.6.3.tar.xz.sig
/spectacle-6.6.4.tar.xz.sig
/spectacle-6.6.5.tar.xz.sig
+/spectacle-6.6.90.tar.xz.sig
diff --git a/sources b/sources
index f01006f..53ec30e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (spectacle-6.6.5.tar.xz) = 87d3c4dd1c43ea112d0f009f5c876ab70a944e65aa4e2be74cb3534a97caad97787641534042d77ec0b56f1652c45a19594c3cb093116d7d60d45c79ddc02458
-SHA512 (spectacle-6.6.5.tar.xz.sig) = 3ebe066c1c65bcef8ec244e6ea1fd7f19f74451944a9ec9360fe4f7aa7fae22ff240c8bfde5dc2a9c72c7bec3eb9982c075d5b132b8a978871e61abdf6f54aa2
+SHA512 (spectacle-6.6.90.tar.xz) = 9031872068e8432f6c8901ade38bd0f894f69d12bbe5b7dbe7f573150806fd4e95295df9e0ca7f2a855991d542fb86d61f3ec10d8882515ed65fbe233dccaa55
+SHA512 (spectacle-6.6.90.tar.xz.sig) = 199dada19a6bdb6d77292d4d0c0bb0ec5d93772001180fbb54e071207858380ae0437ec027d21524bfa3aa6d11025ad7c64299487d0cc902a67289a60bfd1d27
diff --git a/spectacle.spec b/spectacle.spec
index 8d0ca04..d84cdbf 100644
--- a/spectacle.spec
+++ b/spectacle.spec
@@ -9,7 +9,7 @@ ExcludeArch: %{ix86}
Name: spectacle
Summary: Screenshot capture utility
Epoch: 1
-Version: 6.6.5
+Version: 6.6.90
Release: 1%{?dist}
# Automatically converted from old format: GPLv2 - review is highly recommended.
@@ -29,9 +29,6 @@ Source1: https://download.kde.org/%{stable}/plasma/%{maj_ver_kf6}.%{min_ver_kf6}
## Upstreamable patches
-# Submitted upstream, but the fix wasn't working. Maybe it'll be fixed in 6.6.4/6.7
-Patch0: tesseract.patch
-
## downstream patches
%global majmin %(echo %{version} | cut -d. -f1,2)
@@ -81,15 +78,13 @@ BuildRequires: pkgconfig(xcb-cursor)
BuildRequires: pkgconfig(xcb-image)
BuildRequires: pkgconfig(xcb-util)
BuildRequires: pkgconfig(xcb-xfixes)
+BuildRequires: cmake(tesseract)
# for systemd-related macros
BuildRequires: systemd-devel
# Animated tray icon: https://pagure.io/fedora-kde/SIG/issue/601
Recommends: qt6-qtimageformats%{?_isa}
-# 6.6.0: Scanning capabilities
-# Cf. https://bugs.kde.org/show_bug.cgi?id=516162
-Recommends: (libtesseract.so.5.5%{?lib64_suffix} or libtesseract.so.5.3.4%{?lib64_suffix})
# f26+ upgrade path
%if 0%{?fedora} > 25
@@ -143,6 +138,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.spectacle
%changelog
+* Sat May 16 2026 Steve Cossette <farchord@gmail.com> - 1:6.6.90-1
+- 6.6.90
+
* Thu May 14 2026 Steve Cossette <farchord@gmail.com> - 1:6.6.5-1
- 6.6.5
diff --git a/tesseract.patch b/tesseract.patch
deleted file mode 100644
index f1d1be7..0000000
--- a/tesseract.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/TesseractRuntimeLoader.cpp 2026-03-26 21:32:02.680433537 -0400
-+++ b/src/TesseractRuntimeLoader.cpp 2026-03-26 21:34:48.316497563 -0400
-@@ -185,5 +185,6 @@
-
- QStringList TesseractRuntimeLoader::candidateLibraryNames() const
- {
-- return {QStringLiteral("tesseract")};
-+ return {QStringLiteral("libtesseract.so.5.5"), QStringLiteral("libtesseract.so.5.3.4"), QStringLiteral("libtesseract.so.5"),
-+ QStringLiteral("libtesseract.so.4"), QStringLiteral("libtesseract.so")};
- }
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-11 22:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 22:07 [rpms/spectacle] f44: 6.6.90 Steve Cossette
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox