forked from pool/palapeli
Accepting request 723764 from KDE:Applications
Applications 19.08.0 (forwarded request 723532 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/723764 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/palapeli?expand=0&rev=87
This commit is contained in:
commit
e8b019dbfa
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:7cbf7a1666e16a476de9bdab7155f17f2224baa7db9d80cd77c785dead6f2e10
|
||||
size 2068716
|
3
palapeli-19.08.0.tar.xz
Normal file
3
palapeli-19.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fcdefb41685728cd9e01cc3249d2676a589f61a611e32c2e1a2e3d4d30721dde
|
||||
size 2068852
|
11
palapeli-19.08.0.tar.xz.sig
Normal file
11
palapeli-19.08.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxpYACgkQ29LOiT4t
|
||||
HIfmNQgAgu5q7RQP7vIQY3RTL1OLj7q8ui7J8pIjWZZyv4VVCHmwYNbW8jG7Af1A
|
||||
59yMUtO01tFw9BRWEEJxKOsvTNBZldYrYtsrBklEKHSIrZsQd9ZVLg3ecWOkuTA6
|
||||
Wmq+ZbJPtWBiq9kf3pJN4NqHc0UdLEtrsnZ9kP7167sWSVobiFyARdEmYnAz6HRz
|
||||
D5Xi1VvyoyVAXxzqewuS1rDRSPfKVYX6Zo23MmTJhUU97ytQHRuKsOxa8k4Hx2Fz
|
||||
32v8Pt1XdxwFpbz2WHGU/hwXS5vv3uPgnIhoejEWim0Dk7cbzvGLfoafkbKD9mF4
|
||||
5VVpDR0i0a7yxBA/P3FgDFOVgPwPPw==
|
||||
=5vMY
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 9 08:32:27 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
|
||||
- Changes since 19.07.90:
|
||||
* Include QMap header explicitly
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 06 16:50:52 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:08 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
|
||||
* Fix forward declaration
|
||||
* Port qVariantFromValue
|
||||
* Time to increase Qt version as we use override but qt5.7 doesn't support it and we use 5.7 from long time
|
||||
* Fix some clazy warning
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 13 07:26:39 UTC 2019 - lbeltrame@kde.org
|
||||
|
||||
|
@ -21,13 +21,17 @@
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: palapeli
|
||||
Version: 19.04.3
|
||||
Version: 19.08.0
|
||||
Release: 0
|
||||
Summary: Jigsaw puzzle game
|
||||
License: GPL-2.0-or-later
|
||||
Group: Amusements/Games/Board/Puzzle
|
||||
URL: http://www.kde.org
|
||||
Source0: palapeli-%{version}.tar.xz
|
||||
URL: https://www.kde.org
|
||||
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: karchive-devel
|
||||
BuildRequires: kconfig-devel
|
||||
|
Loading…
Reference in New Issue
Block a user