public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/spectacle] epel10: Merge branch f44 into epel10
@ 2026-07-30 16:14 Troy Dawson
0 siblings, 0 replies; only message in thread
From: Troy Dawson @ 2026-07-30 16:14 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/spectacle
Branch : epel10
Commit : fc105eb44ccad785e9d490d8fa414dae68ea529a
Author : Troy Dawson <tdawson@redhat.com>
Date : 2026-07-30T09:14:34-07:00
Stats : +38/-19 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/spectacle/c/fc105eb44ccad785e9d490d8fa414dae68ea529a?branch=epel10
Log:
Merge branch f44 into epel10
---
diff --git a/.gitignore b/.gitignore
index d20bb21..d867373 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,10 @@
/spectacle-6.6.2.tar.xz.sig
/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
+/spectacle-6.6.91.tar.xz.sig
+/spectacle-6.7.0.tar.xz.sig
+/spectacle-6.7.1.tar.xz.sig
+/spectacle-6.7.2.tar.xz.sig
+/spectacle-6.7.3.tar.xz.sig
diff --git a/sources b/sources
index e444b25..5c695dc 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (spectacle-6.6.4.tar.xz) = 98477f46745f9e42954a422575a78d4e1f5e7ed645c33b939e0d8285b1ab5569cb906c29aa012b676949d61731faec805e8608f0b378e435dae487c8e6159f16
-SHA512 (spectacle-6.6.4.tar.xz.sig) = 331ef425b9de6d97ba2a9a736e8c9f064027e5efda498361e91df077e4ac8051f2ec811578e5474d7ea82545f484ba3932c3d6575f4abb0d6531e1878642ef64
+SHA512 (spectacle-6.7.3.tar.xz) = 5e9c1c1886004c4eacbf0858e914971d64144d60690a6127145e16d0f8e52eec271eb3e465a6142832a4b04bd2b0cf4318b6d86def504e347d276cf6a84b92f4
+SHA512 (spectacle-6.7.3.tar.xz.sig) = ed9c01ad84b090ef05edd182c8a8fcca11ac2e8ebd9ab897b007c398283a4e9f30519daafed49867410d816ae49dca475fe0968bc6d2f279b29cf0f9117f233b
diff --git a/spectacle.spec b/spectacle.spec
index 1948e9a..f24bc3c 100644
--- a/spectacle.spec
+++ b/spectacle.spec
@@ -9,7 +9,7 @@ ExcludeArch: %{ix86}
Name: spectacle
Summary: Screenshot capture utility
Epoch: 1
-Version: 6.6.4
+Version: 6.7.3
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,33 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.spectacle
%changelog
+* Tue Jul 14 2026 Steve Cossette <farchord@gmail.com> - 1:6.7.3-1
+- 6.7.3
+
+* Wed Jul 01 2026 Steve Cossette <farchord@gmail.com> - 1:6.7.2-1
+- 6.7.2
+
+* Tue Jun 23 2026 Steve Cossette <farchord@gmail.com> - 1:6.7.1-1
+- 6.7.1
+
+* Thu Jun 11 2026 Steve Cossette <farchord@gmail.com> - 1:6.7.0-1
+- 6.7.0
+
+* Fri May 29 2026 Steve Cossette <farchord@gmail.com> - 1:6.6.91-1
+- 6.6.91
+
+* 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
+
+* Thu May 14 2026 Jan Grulich <jgrulich@redhat.com> - 1:6.6.4-3
+- Rebuild (qt6)
+
+* Thu Apr 16 2026 Jan Grulich <jgrulich@redhat.com> - 1:6.6.4-2
+- Rebuild (qt6)
+
* Fri Apr 10 2026 Steve Cossette <farchord@gmail.com> - 1:6.6.4-1
- 6.6.4
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-07-30 16:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-30 16:14 [rpms/spectacle] epel10: Merge branch f44 into epel10 Troy Dawson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox