Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package spectacle for openSUSE:Factory 
checked in at 2026-04-04 19:04:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spectacle (Old)
 and      /work/SRC/openSUSE:Factory/.spectacle.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spectacle"

Sat Apr  4 19:04:21 2026 rev:135 rq:1344464 version:6.6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/spectacle/spectacle.changes      2026-03-19 
17:36:19.803206380 +0100
+++ /work/SRC/openSUSE:Factory/.spectacle.new.21863/spectacle.changes   
2026-04-04 19:05:17.091878971 +0200
@@ -1,0 +2,11 @@
+Fri Apr  3 00:04:20 UTC 2026 - pallas wept <[email protected]>
+
+- Added patch to fix libtesseract filename (kde#516162)
+  * 0001-libtesseract.patch
+
+-------------------------------------------------------------------
+Sat Mar 25 14:42:24 UTC 2026 - pallas wept <[email protected]>
+
+- Recommend dependency for OCR
+
+-------------------------------------------------------------------

New:
----
  0001-libtesseract.patch

----------(New B)----------
  New:- Added patch to fix libtesseract filename (kde#516162)
  * 0001-libtesseract.patch
----------(New E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ spectacle.spec ++++++
--- /var/tmp/diff_new_pack.nImneF/_old  2026-04-04 19:05:17.671902753 +0200
+++ /var/tmp/diff_new_pack.nImneF/_new  2026-04-04 19:05:17.675902917 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package spectacle
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,6 +34,8 @@
 %if %{with released}
 Source1:        
https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig
 Source2:        plasma.keyring
+# PATCH-FIX-UPSTREAM -- incorrect libtesseract name
+Patch0:         0001-libtesseract.patch
 %endif
 BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
 BuildRequires:  kquickimageeditor6-devel >= 0.6.0
@@ -82,6 +84,7 @@
 BuildRequires:  pkgconfig(xcb-randr)
 BuildRequires:  pkgconfig(xcb-util)
 BuildRequires:  pkgconfig(xcb-xfixes)
+Recommends:     libtesseract5
 Requires:       kquickimageeditor6-imports
 Requires:       qt6-imageformats >= %{qt6_version}
 

++++++ 0001-libtesseract.patch ++++++
Subject: Fix libtesseract search strings
From: Pallas Wept
References: kde#516162

diff -urN spectacle-6.6.3/src/TesseractRuntimeLoader.cpp 
spectacle-6.6.3b/src/TesseractRuntimeLoader.cpp
--- spectacle-6.6.3/src/TesseractRuntimeLoader.cpp      2026-03-17 
22:11:19.000000000 +1100
+++ spectacle-6.6.3b/src/TesseractRuntimeLoader.cpp     2026-04-03 
11:10:30.476261132 +1100
@@ -185,5 +185,5 @@
 
 QStringList TesseractRuntimeLoader::candidateLibraryNames() const
 {
-    return {QStringLiteral("tesseract")};
+    return {QStringLiteral("tesseract.so.5.5"), 
QStringLiteral("tesseract.so.5"), QStringLiteral("tesseract.so.4"), 
QStringLiteral("tesseract")};
 }

Reply via email to