forked from pool/kubrick
Accepting request 797019 from KDE:Applications
KDE release 20.04.0 OBS-URL: https://build.opensuse.org/request/show/797019 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kubrick?expand=0&rev=95
This commit is contained in:
commit
de07336ed6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8fc0a0e68d255481c6efb3f4ff894c5e376367b29958c4738bd72d3f4b1ff557
|
||||
size 316616
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drY0ACgkQ29LOiT4t
|
||||
HIfULwf9FHD8nnBkqPxSWH0uVZTbjJ0hirc3OyukfMt5T5gV6XU6J2btWAfqmscu
|
||||
7p0u4jbk2221IdTQfPLM9iOXNb2mWVNSXr1O7DJBIGZ/Te5zqDADLJECq5sUKjzk
|
||||
GdhrPAuHme9mzpUZZB4m97Ky0xUAfXBs0MJJ6LFfir+3ZSCiCfanLwy0VluEvP+5
|
||||
SKSSW5QmJ4KjPEKSHWpviiEch2h78M8bM9PuEBjLPBj2LAApwCvnrbS7gTA4U0bi
|
||||
0ts6JI4yDCr2W5j4o0dBgY7q8q1zi/iNZviudqLr2mzgZ1awYXMIN/GWt3Y7oIOB
|
||||
So4wtarXIqPe6Bk0Hqx1ap7sdeGhdQ==
|
||||
=5OUs
|
||||
-----END PGP SIGNATURE-----
|
3
kubrick-20.04.0.tar.xz
Normal file
3
kubrick-20.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b614a4fce04506e3c4567e49d277385db07aeb7bffb47749211d3ae92b1b38ec
|
||||
size 317656
|
11
kubrick-20.04.0.tar.xz.sig
Normal file
11
kubrick-20.04.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB+sACgkQ29LOiT4t
|
||||
HIcruAf+M3yi1MeJh4p/SRIpgt871qByIm8Yxpe+rEZw/eJQDKOaEKXxIKZJaef+
|
||||
bm+T1Z3+dVefzbNt4VXfObDkCGw1z4ATzTtVouY3onKpWsQkqfRQjra79Wk/TzP7
|
||||
TlI9ddguloBNVpLe9t+5biL0eFwHlM9bS6XCtOJkjjoEKGCwE3ljMQ93I5tF8NlZ
|
||||
7/4mg9awKw9ts9TIT8vSF7G3cPloZuE9+McSzF9+GDxBiYX+YrHc3A6IuJkMig2x
|
||||
FSJ/O3rJ8Vrbk4/RmD4hWjt4Z1vIg+o+Fp2vDCg+ayOezLjlVt28Mgizv9/HLD8x
|
||||
tUufOaflQfSiFyHPYKbzi2znR7g5Sg==
|
||||
=t5oL
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 23 12:23:02 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Update to 20.04.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/releases/2020-04-apps-update
|
||||
- No code change since 20.03.90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 5 20:30:34 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Update to 20.03.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/releases/20.04-rc
|
||||
- No code change since 20.03.80
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 22 09:17:31 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Update to 20.03.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/releases/20.04-beta
|
||||
- Changes since 19.12.3:
|
||||
* Compose RELEASE_SERVICE_VERSION into kubrick version
|
||||
* Make it compile against qt5.15. SkipEmptyParts is part of Qt::.
|
||||
* Fix link: ui.html -> menus.html
|
||||
* Fix minor issues found by EBN
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 5 20:36:38 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
|
18
kubrick.spec
18
kubrick.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kubrick
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,29 +21,25 @@
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: kubrick
|
||||
Version: 19.12.3
|
||||
Version: 20.04.0
|
||||
Release: 0
|
||||
Summary: Game based on Rubik's Cube
|
||||
License: GPL-2.0-or-later
|
||||
Group: Amusements/Games/Logic
|
||||
URL: https://www.kde.org
|
||||
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||
Source2: applications.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: cmake(KF5Config)
|
||||
BuildRequires: cmake(KF5ConfigWidgets)
|
||||
BuildRequires: cmake(KF5CoreAddons)
|
||||
BuildRequires: cmake(KF5Crash)
|
||||
BuildRequires: cmake(KF5DocTools)
|
||||
BuildRequires: cmake(KF5I18n)
|
||||
BuildRequires: cmake(KF5KDEGames)
|
||||
BuildRequires: cmake(KF5KIO)
|
||||
BuildRequires: cmake(KF5WidgetsAddons)
|
||||
BuildRequires: cmake(KF5XmlGui)
|
||||
BuildRequires: cmake(KF5KDEGames)
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: cmake(Qt5OpenGL)
|
||||
BuildRequires: cmake(Qt5Svg)
|
||||
BuildRequires: cmake(Qt5Widgets)
|
||||
@ -51,16 +47,16 @@ BuildRequires: pkgconfig(glu)
|
||||
Obsoletes: kubrick5 < %{version}
|
||||
Provides: kubrick5 = %{version}
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||
Source2: applications.keyring
|
||||
%endif
|
||||
Recommends: %{name}-lang
|
||||
|
||||
%description
|
||||
This package contains the KDE game Kubrick which is based on Rubik's
|
||||
Cube.
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
Loading…
Reference in New Issue
Block a user