public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/crow-translate] f45: 4.1.0
@ 2026-08-27  0:00 Steve Cossette
  0 siblings, 0 replies; only message in thread
From: Steve Cossette @ 2026-08-27  0:00 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/crow-translate
Branch : f45
Commit : 9243b4f33babbd5b4c5de5e8e01eac3d5b68eb2e
Author : Steve Cossette <farchord@gmail.com>
Date   : 2026-08-26T18:56:36-04:00
Stats  : +4/-63 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/crow-translate/c/9243b4f33babbd5b4c5de5e8e01eac3d5b68eb2e?branch=f45

Log:
4.1.0

---
diff --git a/.gitignore b/.gitignore
index 75bdc3e..679d44c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /crow-translate-v3.0.0.tar.gz
 /crow-translate-v3.1.0.tar.gz
 /crow-translate-4.0.2.tar.gz
+/crow-translate-4.1.0.tar.gz

diff --git a/0001-Fix-Hebrew-on-Yandex-and-DuckDuckGo.patch b/0001-Fix-Hebrew-on-Yandex-and-DuckDuckGo.patch
deleted file mode 100644
index 34bd5f5..0000000
--- a/0001-Fix-Hebrew-on-Yandex-and-DuckDuckGo.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 211eaa43a9cf5e07562e44611faae460ede800ea Mon Sep 17 00:00:00 2001
-From: Yaakov Selkowitz <yselkowi@redhat.com>
-Date: Tue, 21 Oct 2025 22:23:38 -0400
-Subject: [PATCH] Fix Hebrew on Yandex and DuckDuckGo
-
-The "iw" code for Hebrew is unique to Google, and already has an override
-in s_googleLanguageCodes.  Other engines which support Hebrew (not all do)
-use the standard "he" code instead.
----
- src/onlinetranslator.cpp | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/src/onlinetranslator.cpp b/src/onlinetranslator.cpp
-index a34094a..1f1771d 100644
---- a/src/onlinetranslator.cpp
-+++ b/src/onlinetranslator.cpp
-@@ -95,7 +95,6 @@ const QMap<OnlineTranslator::Language, QString> OnlineTranslator::s_genericLangu
-     {Hausa, QStringLiteral("ha")},
-     {Hawaiian, QStringLiteral("haw")},
-     {Hebrew, QStringLiteral("he")},
--    {Hebrew, QStringLiteral("iw")},
-     {HillMari, QStringLiteral("mrj")},
-     {Hindi, QStringLiteral("hi")},
-     {Hmong, QStringLiteral("hmn")},
--- 
-2.51.0
-

diff --git a/0002-cmake-fix-pkg-config-detection-of-onnxruntime.patch b/0002-cmake-fix-pkg-config-detection-of-onnxruntime.patch
deleted file mode 100644
index b277c2c..0000000
--- a/0002-cmake-fix-pkg-config-detection-of-onnxruntime.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From c3a3d21b8128ed8b6350bc3fcd70cc5847bc20a5 Mon Sep 17 00:00:00 2001
-From: Yaakov Selkowitz <yselkowi@redhat.com>
-Date: Wed, 22 Oct 2025 11:42:47 -0400
-Subject: [PATCH] cmake: fix pkg-config detection of onnxruntime
-
-The actual name of the upstream pkg-config file is libonnxruntime.pc.  This
-is needed to fix detection when it is built in another prefix, e.g. /app
-for flatpaks.
-
-https://github.com/microsoft/onnxruntime/commit/230c137460721c160c1632b6f38d99798b053321
----
- cmake/FindONNXRuntime.cmake | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/cmake/FindONNXRuntime.cmake b/cmake/FindONNXRuntime.cmake
-index d774495..0d06a0e 100644
---- a/cmake/FindONNXRuntime.cmake
-+++ b/cmake/FindONNXRuntime.cmake
-@@ -23,7 +23,7 @@ endif()
- # First try to find ONNX Runtime via pkg-config or system paths
- find_package(PkgConfig QUIET)
- if(PKG_CONFIG_FOUND)
--    pkg_check_modules(PC_ONNXRUNTIME QUIET onnxruntime)
-+    pkg_check_modules(PC_ONNXRUNTIME QUIET libonnxruntime)
- endif()
- 
- # Try to find onnxruntime directly if pkg-config didn't work
--- 
-2.51.0

diff --git a/crow-translate.spec b/crow-translate.spec
index 1cbaaeb..d9f0ae1 100644
--- a/crow-translate.spec
+++ b/crow-translate.spec
@@ -5,7 +5,7 @@
 %global appid org.kde.CrowTranslate
 
 Name: crow-translate
-Version: 4.0.2
+Version: 4.1.0
 Release: %autorelease
 Summary: Application that allows you to translate and speak text
 
@@ -19,11 +19,6 @@ License: GPL-3.0-only AND GPL-3.0-or-later AND BSD-3-Clause AND MIT
 URL: https://apps.kde.org/crowtranslate/
 Source: https://download.kde.org/%{stable_kf6}/%{name}/%{version}/%{name}-%{version}.tar.gz
 
-# https://invent.kde.org/office/crow-translate/-/merge_requests/770
-Patch:  0001-Fix-Hebrew-on-Yandex-and-DuckDuckGo.patch
-# https://invent.kde.org/office/crow-translate/-/merge_requests/771
-Patch:  0002-cmake-fix-pkg-config-detection-of-onnxruntime.patch
-
 # https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
 ExcludeArch: %{ix86}
 
@@ -42,6 +37,7 @@ BuildRequires: cmake(Qt6LinguistTools)
 BuildRequires: cmake(Qt6Concurrent)
 BuildRequires: cmake(Qt6StateMachine)
 BuildRequires: cmake(Qt6TextToSpeech)
+BuildRequires: cmake(KF6IconThemes)
 BuildRequires: cmake(Qt6DBus)
 BuildRequires: cmake(KWayland)
 BuildRequires: cmake(tesseract) >= 4.0

diff --git a/sources b/sources
index c061507..b49ae92 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (crow-translate-4.0.2.tar.gz) = 5ec505522386afd1c2c350e5180dcbbdc4b63e021223d8f7c52150a2f7db3311a1c102678a5b4c7923f541deb06ea2e38365236f6f3385a902672b85b3a7ed0b
+SHA512 (crow-translate-4.1.0.tar.gz) = 8e139aa69a055294dc334de5489dbaae1b64e73e72194be3be9daac43280011fa1814dee479ca855b4dcd4ab391a5a0228d17e72441e894830ebfded6e8a8149

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

only message in thread, other threads:[~2026-08-27  0:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-27  0:00 [rpms/crow-translate] f45: 4.1.0 Steve Cossette

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