Accepting request 723733 from KDE:Applications

Applications 19.08.0 (forwarded request 723532 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/723733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kubrick?expand=0&rev=87
This commit is contained in:
Dominique Leuenberger 2019-08-16 13:49:22 +00:00 committed by Git OBS Bridge
commit 1ce7175555
6 changed files with 55 additions and 7 deletions

BIN
applications.keyring Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee2932136e6bb7c9b03d0014c6ec845fb789668035ef22b2235dad23e6a5e4c7
size 313252

3
kubrick-19.08.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3a69a6d9a519db9fd25793d532da561a77e7033d71cd3dc67d0ee48c332b71c3
size 313536

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxpEACgkQ29LOiT4t
HIfPkwf/T80aKETG/VeqE/l6VI4xCmWlWIL320CUr4gOxbCt8gv3A25nuf+076S6
kpzqbKjMUiUR7yvWH1LJlIu7jTLEJfQsG9QZy6eI5N9Qm2YtsFw1tex0kvcPOFyQ
3/QoZB73kZawCPGiS8Sb3xatT01liis3ttujKv9FoUxepqOfKqpWCFmO70si8yUU
TYiE2/r/sYHbDiEYM1jbehJy5PE9Qgb486i6688+bczoDvZRVA/4KA5eB2FWQ5so
jTRSCkoF92BZrFwtjqrhvEGdCJmw+FTtBlEHgQkoGZ6qpfqTMxXorn/If8xY32K0
h3tDlfZGWygoJEUWeBpE6W56pQ1qIw==
=t0HA
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Fri Aug 9 08:31:59 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 19.08.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.0.php
- No code change since 19.07.90
-------------------------------------------------------------------
Tue Aug 06 16:50:51 UTC 2019 - lbeltrame@kde.org
- Update to 19.07.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08-rc.php
- No code changes since 19.07.80
-------------------------------------------------------------------
Tue Jul 23 11:59:05 UTC 2019 - lbeltrame@kde.org
- Update to 19.07.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08-beta.php
- Changes since 19.04.3:
* Remove unused includes
* Use new logging category directory when ECM>=5.59
* const'ify. + add QLatin1Char + remove unused code
* Remove compile warning
* It compiles fine without foreach
* Fix compile on arm
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jul 13 07:26:37 UTC 2019 - lbeltrame@kde.org Sat Jul 13 07:26:37 UTC 2019 - lbeltrame@kde.org
@ -6,7 +39,7 @@ Sat Jul 13 07:26:37 UTC 2019 - lbeltrame@kde.org
* For more details please see: * For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.3.php * https://www.kde.org/announcements/announce-applications-19.04.3.php
- Changes since 19.04.2: - Changes since 19.04.2:
* Fix black screen in kubrick * Fix black screen in kubrick (kde#409069)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 07 12:51:56 UTC 2019 - lbeltrame@kde.org Fri Jun 07 12:51:56 UTC 2019 - lbeltrame@kde.org

View File

@ -21,13 +21,17 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang %bcond_without lang
Name: kubrick Name: kubrick
Version: 19.04.3 Version: 19.08.0
Release: 0 Release: 0
Summary: Game based on Rubik's Cube Summary: Game based on Rubik's Cube
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Amusements/Games/Logic Group: Amusements/Games/Logic
URL: http://www.kde.org URL: https://www.kde.org
Source0: kubrick-%{version}.tar.xz Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: kconfig-devel BuildRequires: kconfig-devel
BuildRequires: kconfigwidgets-devel BuildRequires: kconfigwidgets-devel