forked from pool/kmines
Accepting request 723677 from KDE:Applications
Applications 19.08.0 (forwarded request 723532 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/723677 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmines?expand=0&rev=89
This commit is contained in:
commit
fea034f1c0
BIN
applications.keyring
Normal file
BIN
applications.keyring
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:34b23a66121183272a58f2cb38b798cab4f290d9f04546418ddb4b2b20e262a1
|
|
||||||
size 897072
|
|
3
kmines-19.08.0.tar.xz
Normal file
3
kmines-19.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:290efbc208d2fa6ad5552fe8c0679fd0669f4abf6dc31fafd267bd9444add981
|
||||||
|
size 898244
|
11
kmines-19.08.0.tar.xz.sig
Normal file
11
kmines-19.08.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxokACgkQ29LOiT4t
|
||||||
|
HIeRFggAgoAfC5RkRjJc/3dOJ4GxIDBZSOiHIF1aaiQWfliST1rK8ui9JrpDdSu2
|
||||||
|
8uVAxTNGUO6Mhr+qxPQ8wGVWktu68JOz13mZgvAEGE6mmh+I938sHr1iLbCI0ekq
|
||||||
|
0KpNPQ3y0HXiBeTs0+Rw0gNXqKxbHJk8I7JB58xFm76VxCmfRfzh45aIQnw8A1Sg
|
||||||
|
AyDqmhhUagPR6WevhxH08hjGskSDGvR2u4zQgJbX2fKQag5mbUR7T8ArlgzgNUvq
|
||||||
|
BbpNnM10SBhFK+D0QEy+Khgep8cK9u8HXWhBhy4LLty/D6fkEwyrW+yjsQforjcq
|
||||||
|
3OqR3YpOxctsNn/sc2LFuXquEJ4mrQ==
|
||||||
|
=FQPj
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 08:31:18 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:50 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
|
||||||
|
- Changes since 19.07.80:
|
||||||
|
* No code changes since 19.07.80
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 11:59:02 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 13 07:26:36 UTC 2019 - lbeltrame@kde.org
|
Sat Jul 13 07:26:36 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
10
kmines.spec
10
kmines.spec
@ -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: kmines
|
Name: kmines
|
||||||
Version: 19.04.3
|
Version: 19.08.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Minesweeper-like game
|
Summary: Minesweeper-like game
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Amusements/Games/Board/Puzzle
|
Group: Amusements/Games/Board/Puzzle
|
||||||
URL: http://www.kde.org
|
URL: https://www.kde.org
|
||||||
Source0: kmines-%{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
|
||||||
|
Loading…
Reference in New Issue
Block a user