public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/qmltermwidget] rawhide: Update to latest git snapshot (2026-05-31)
@ 2026-06-05 12:10 Artur Frenszek-Iwicki
  0 siblings, 0 replies; only message in thread
From: Artur Frenszek-Iwicki @ 2026-06-05 12:10 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/qmltermwidget
Branch : rawhide
Commit : b8528f8d5d579bceceed3343547cba0735d2466a
Author : Artur Frenszek-Iwicki <fedora@svgames.pl>
Date   : 2026-06-05T13:52:10+02:00
Stats  : +13/-24 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/qmltermwidget/c/b8528f8d5d579bceceed3343547cba0735d2466a?branch=rawhide

Log:
Update to latest git snapshot (2026-05-31)

---
diff --git a/.gitignore b/.gitignore
index c7ceb38..30b265f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /qmltermwidget-08958f7c83a7d05627f623b8904f3e79a0b7366b.tar.gz
 /qmltermwidget-0.2.0.tar.gz
 /qmltermwidget-63228027e1f97c24abb907550b22ee91836929c5.tar.gz
+/qmltermwidget-8913504fa2ebd220ebe7c680c32954e1b3c035c5.tar.gz

diff --git a/qmltermwidget.spec b/qmltermwidget.spec
index 57228f2..f33f273 100644
--- a/qmltermwidget.spec
+++ b/qmltermwidget.spec
@@ -24,20 +24,20 @@ Summary:    A port of QTermWidget to QML
 # said license is omitted from the License tag.
 License:    GPL-2.0-or-later AND LGPL-2.0-or-later
 
-%global git_date   20220109
-%global git_commit 63228027e1f97c24abb907550b22ee91836929c5
+%global git_date   20260531
+%global git_commit 8913504fa2ebd220ebe7c680c32954e1b3c035c5
 %global git_commit_short %(c="%{git_commit}"; echo "${c:0:7}")
 
 Version:    0.2.0^%{git_date}git%{git_commit_short}
-Release:    7%{?dist}
+Release:    1%{?dist}
 
 URL:        https://github.com/Swordfish90/%{name}
 Source0:    %{URL}/archive/%{git_commit}/%{name}-%{git_commit}.tar.gz
 
 BuildRequires: make
-BuildRequires: pkgconfig(Qt5Core)
-BuildRequires: pkgconfig(Qt5Gui)
-BuildRequires: pkgconfig(Qt5Quick)
+BuildRequires: pkgconfig(Qt6Core)
+BuildRequires: pkgconfig(Qt6Gui)
+BuildRequires: pkgconfig(Qt6Quick)
 
 %description
 This project is a QML port of QTermWidget. It is written
@@ -49,7 +49,7 @@ to make cooperation possible.
 
 
 %build
-%qmake_qt5
+%qmake_qt6
 %make_build
 
 
@@ -64,10 +64,13 @@ mv %{buildroot}/usr %{buildroot}%{_prefix}
 %files
 %license LICENSE LICENSE.LGPL2+
 %doc README.md AUTHORS
-%{_qt5_qmldir}/QMLTermWidget/
+%{_qt6_qmldir}/QMLTermWidget/
 
 
 %changelog
+* Fri Jun 05 2026 Artur Frenszek-Iwicki <fedora@svgames.pl> - 0.2.0^20260531git8913504-1
+- Update to latest git snapshot (required by cool-retro-term)
+
 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0^20220109git6322802-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

diff --git a/qtw-0.2.0--fix-missing-includes.patch b/qtw-0.2.0--fix-missing-includes.patch
deleted file mode 100644
index 2288d5e..0000000
--- a/qtw-0.2.0--fix-missing-includes.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -U4 -r qmltermwidget-0.2.0--orig/lib/TerminalCharacterDecoder.cpp qmltermwidget-0.2.0--patched/lib/TerminalCharacterDecoder.cpp
---- qmltermwidget-0.2.0--orig/lib/TerminalCharacterDecoder.cpp	2018-11-24 22:06:16.000000000 +0100
-+++ qmltermwidget-0.2.0--patched/lib/TerminalCharacterDecoder.cpp	2020-01-31 10:03:00.168118919 +0100
-@@ -21,8 +21,11 @@
- 
- // Own
- #include "TerminalCharacterDecoder.h"
- 
-+// stdlib
-+#include <cwctype>
-+
- // Qt
- #include <QTextStream>
- 
- // KDE

diff --git a/sources b/sources
index 6dca6bc..d87e065 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (qmltermwidget-63228027e1f97c24abb907550b22ee91836929c5.tar.gz) = 7b80ef2cba24d4ceaf50ebb4adc69efe54919ef9a0dfa49ce766f56c3500ad200468db76676dd048cd3e41209b3a06b3ef5505c64d683702bf181ff8ec82c07e
+SHA512 (qmltermwidget-8913504fa2ebd220ebe7c680c32954e1b3c035c5.tar.gz) = 5119862ff2995ee2aa3528d591effa92c59dc6ddeb0cf78ea2b8720dbad47444e67b12e21f2254e5996dc15b8e96bf90e850a7e631294534a486c7f9b944a27e

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

only message in thread, other threads:[~2026-06-05 12:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-05 12:10 [rpms/qmltermwidget] rawhide: Update to latest git snapshot (2026-05-31) Artur Frenszek-Iwicki

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