[packages/libqxt] Rel 2
arekm
arekm at pld-linux.org
Sun Mar 15 16:48:44 CET 2026
commit b0c6b9e53dc1aa90e81c89dcec5832bd4f245107
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Mar 15 16:48:21 2026 +0100
Rel 2
libqxt-db.patch | 17 -----------------
libqxt-slotjob-fix.patch | 11 +++++++++++
libqxt.spec | 4 ++--
3 files changed, 13 insertions(+), 19 deletions(-)
---
diff --git a/libqxt.spec b/libqxt.spec
index 553015e..8d40e5b 100644
--- a/libqxt.spec
+++ b/libqxt.spec
@@ -4,13 +4,13 @@ Summary: Qt extension library
Summary(pl.UTF-8): Biblioteka rozszerzeń Qt
Name: libqxt
Version: 0.6.2
-Release: 1
+Release: 2
License: CPL v1.0 or LGPL v2.1
Group: Libraries
Source0: https://bitbucket.org/libqxt/libqxt/get/v%{version}.tar.bz2?/%{name}-%{version}.tar.bz2
# Source0-md5: a859a1757dc0aaf010df1a0783e3e001
Patch0: %{name}-linking.patch
-Patch1: %{name}-db.patch
+Patch1: %{name}-slotjob-fix.patch
URL: https://bitbucket.org/libqxt/libqxt/wiki/Home
BuildRequires: QtCore-devel >= 4.3
BuildRequires: QtDesigner-devel >= 4.3
diff --git a/libqxt-db.patch b/libqxt-db.patch
deleted file mode 100644
index 0d820e6..0000000
--- a/libqxt-db.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- libqxt/config.tests/db/main.cpp~ 2010-04-18 16:35:25.000000000 +0200
-+++ libqxt/config.tests/db/main.cpp 2012-09-06 13:33:59.989693016 +0200
-@@ -1,5 +1,6 @@
- #include <db.h>
-
-+#if DB_VERSION_MAJOR < 5
- #if DB_VERSION_MAJOR < 4
- #error db>=4.4 required
- #endif
-@@ -11,6 +12,7 @@
- #if DB_VERSION_MINOR < 6
- #warning db < 4.6, some features will be disabled
- #endif
-+#endif
-
- int main (int,char**)
- {
diff --git a/libqxt-slotjob-fix.patch b/libqxt-slotjob-fix.patch
new file mode 100644
index 0000000..26ee953
--- /dev/null
+++ b/libqxt-slotjob-fix.patch
@@ -0,0 +1,11 @@
+--- a/src/core/qxtslotjob.cpp~ 2011-05-26 15:19:04.000000000 +0200
++++ b/src/core/qxtslotjob.cpp 2026-03-15 12:00:00.000000000 +0100
+@@ -174,7 +174,7 @@
+
+ QVariant QxtFuture::delayedResult(int msec)
+ {
+- if (!waiter->wait(msec, false))
++ if (!waiter->wait(msec, QEventLoop::ProcessEventsFlags()))
+ return QVariant();
+ return job->result();
+ }
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libqxt.git/commitdiff/b0c6b9e53dc1aa90e81c89dcec5832bd4f245107
More information about the pld-cvs-commit
mailing list