Accepting request 953957 from Office
OBS-URL: https://build.opensuse.org/request/show/953957 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=80
This commit is contained in:
commit
931a9be489
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e182472116cac7ee45f9a7b1c631bee971ce16d022151ed2c68bb400f4eeb206
|
|
||||||
size 2634887
|
|
3
gwenhywfar-5.8.2.tar.gz
Normal file
3
gwenhywfar-5.8.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8f60bc576e5a348f4ac10cb7496a65a465e3e224f5b0b41752a2fa8598312ecf
|
||||||
|
size 2655643
|
11
gwenhywfar-5.8.2.tar.gz.asc
Normal file
11
gwenhywfar-5.8.2.tar.gz.asc
Normal file
@ -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-----
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 11 12:14:39 UTC 2022 - Johannes Engel <jcnengel@gmail.com>
|
||||||
|
|
||||||
|
- 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 <jcnengel@gmail.com>
|
Mon Dec 13 11:59:15 UTC 2021 - Johannes Engel <jcnengel@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gwenhywfar
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,20 +18,22 @@
|
|||||||
|
|
||||||
%define libversion 79
|
%define libversion 79
|
||||||
%define devversion 5
|
%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:
|
# Beta does not mean "before release" but a release that is considered as beta:
|
||||||
%define _version %{version}
|
%define _version %{version}
|
||||||
%define _name gwenhywfar
|
%define _name gwenhywfar
|
||||||
%define releasenumber 396
|
%define releasenumber 411
|
||||||
|
%define checksumreleasenumber 410
|
||||||
%bcond_with configure
|
%bcond_with configure
|
||||||
Name: gwenhywfar
|
Name: gwenhywfar
|
||||||
Version: 5.7.4
|
Version: 5.8.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Multiplatform helper library for other libraries
|
Summary: Multiplatform helper library for other libraries
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
URL: https://www.aquamaniac.de/rdm/projects/gwenhywfar
|
URL: https://www.aquamaniac.de/rdm/projects/gwenhywfar
|
||||||
Source: https://www.aquamaniac.de/rdm/attachments/download/%{releasenumber}/%{_name}-%{_version}.tar.gz
|
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: doxygen
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
# For doc graphs
|
# For doc graphs
|
||||||
@ -45,10 +47,10 @@ BuildRequires: cmake(Qt5Concurrent)
|
|||||||
BuildRequires: cmake(Qt5Core)
|
BuildRequires: cmake(Qt5Core)
|
||||||
BuildRequires: cmake(Qt5DBus)
|
BuildRequires: cmake(Qt5DBus)
|
||||||
BuildRequires: cmake(Qt5Gui)
|
BuildRequires: cmake(Qt5Gui)
|
||||||
|
BuildRequires: cmake(Qt5LinguistTools)
|
||||||
BuildRequires: cmake(Qt5Network)
|
BuildRequires: cmake(Qt5Network)
|
||||||
BuildRequires: cmake(Qt5OpenGL)
|
BuildRequires: cmake(Qt5OpenGL)
|
||||||
BuildRequires: cmake(Qt5PrintSupport)
|
BuildRequires: cmake(Qt5PrintSupport)
|
||||||
BuildRequires: cmake(Qt5LinguistTools)
|
|
||||||
BuildRequires: cmake(Qt5Sql)
|
BuildRequires: cmake(Qt5Sql)
|
||||||
BuildRequires: cmake(Qt5Test)
|
BuildRequires: cmake(Qt5Test)
|
||||||
BuildRequires: cmake(Qt5Widgets)
|
BuildRequires: cmake(Qt5Widgets)
|
||||||
|
Loading…
Reference in New Issue
Block a user