diff --git a/gwenhywfar-5.7.4.tar.gz b/gwenhywfar-5.7.4.tar.gz deleted file mode 100644 index fed0a93..0000000 --- a/gwenhywfar-5.7.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e182472116cac7ee45f9a7b1c631bee971ce16d022151ed2c68bb400f4eeb206 -size 2634887 diff --git a/gwenhywfar-5.8.2.tar.gz b/gwenhywfar-5.8.2.tar.gz new file mode 100644 index 0000000..a624207 --- /dev/null +++ b/gwenhywfar-5.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f60bc576e5a348f4ac10cb7496a65a465e3e224f5b0b41752a2fa8598312ecf +size 2655643 diff --git a/gwenhywfar-5.8.2.tar.gz.asc b/gwenhywfar-5.8.2.tar.gz.asc new file mode 100644 index 0000000..521ab48 --- /dev/null +++ b/gwenhywfar-5.8.2.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEQkAK9esqF/Cmm7VR6YmdeEqXdBYFAmHgmbUACgkQ6YmdeEqX +dBY67Qf/b1swNu7bzjyQA8mTkmG2NRBiv/NGuq2Gf9KWPfkaVMOF6HbAtiAj3l11 +V9xWaveQjiXDWG76bCuovE2bXttNV1KWzB3OlOqKmrRmyoa5d0Q4Y5GUVrDfqINm +f0564epVfTrbodIPZeYXVELegAAeavHUnz+WyaGCPdlEI34cUNPR1VtTFeDhFKa6 +YC0509O/hEMUZDS/XVLo7oDTdNKTRWTz8ztIyrvWmazrsAYCR1gLw12bsgtpy2K4 +HPObiQzU1SMyez62wvWIM87wDEtHzsFhYku2opp2VmW3CxKMmuPCX9VjK+Mmlr0X +5/5IIG7oUPlFfXQOHod/EwZwzfkE5w== +=hWXN +-----END PGP SIGNATURE----- diff --git a/gwenhywfar.changes b/gwenhywfar.changes index 120f65c..5ae2dc2 100644 --- a/gwenhywfar.changes +++ b/gwenhywfar.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 11 12:14:39 UTC 2022 - Johannes Engel + +- Update to 5.8.2 + + GUI support for keypress/keyrelease events + + Return Window handle under X11 + + Bugfixes + ------------------------------------------------------------------- Mon Dec 13 11:59:15 UTC 2021 - Johannes Engel diff --git a/gwenhywfar.spec b/gwenhywfar.spec index 33c33ed..eb7efd9 100644 --- a/gwenhywfar.spec +++ b/gwenhywfar.spec @@ -1,7 +1,7 @@ # # spec file for package gwenhywfar # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,20 +18,22 @@ %define libversion 79 %define devversion 5 -%define devrelease 5.7 +%define devrelease 5.8 # Beta does not mean "before release" but a release that is considered as beta: %define _version %{version} %define _name gwenhywfar -%define releasenumber 396 +%define releasenumber 411 +%define checksumreleasenumber 410 %bcond_with configure Name: gwenhywfar -Version: 5.7.4 +Version: 5.8.2 Release: 0 Summary: Multiplatform helper library for other libraries License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: System/Libraries URL: https://www.aquamaniac.de/rdm/projects/gwenhywfar Source: https://www.aquamaniac.de/rdm/attachments/download/%{releasenumber}/%{_name}-%{_version}.tar.gz +Source1: https://www.aquamaniac.de/rdm/attachments/download/%{checksumreleasenumber}/%{_name}-%{_version}.tar.gz.asc BuildRequires: doxygen BuildRequires: fdupes # For doc graphs @@ -45,10 +47,10 @@ BuildRequires: cmake(Qt5Concurrent) BuildRequires: cmake(Qt5Core) BuildRequires: cmake(Qt5DBus) BuildRequires: cmake(Qt5Gui) +BuildRequires: cmake(Qt5LinguistTools) BuildRequires: cmake(Qt5Network) BuildRequires: cmake(Qt5OpenGL) BuildRequires: cmake(Qt5PrintSupport) -BuildRequires: cmake(Qt5LinguistTools) BuildRequires: cmake(Qt5Sql) BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5Widgets)