Accepting request 797049 from KDE:Applications
KDE release 20.04.0 OBS-URL: https://build.opensuse.org/request/show/797049 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/palapeli?expand=0&rev=95
This commit is contained in:
commit
61b3ee395e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6989bbc94ed955f6990d40bccbc0c38768898bf2ccb8163c45119517340b723d
|
||||
size 2070372
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drZwACgkQ29LOiT4t
|
||||
HIdFGQf/W1Mx6Xy3uRvOiPz0Q41/FU/B56UQqIOn+QqK92Co/IA52r1sqAhJ+Qgc
|
||||
upCCFhehX+2ZxptIWh33T6/x4j66QXjO4CmmczdtSWbBZOdU1P4NgrOcWIiKKm2L
|
||||
PaWk/YIMCa8qUYax/xMypUguBvw3yZ1kVTdyueeY9Pl2abpfF08OIf+2SyPffivO
|
||||
aIalItgxJZMBOhsWKGKBuvsGD9hLZ7Mwl0rCfuSU9BE9ZY80hvvfGaCl1ETRErn9
|
||||
pCSdcD+BxnAppYlVs2TC0EkeRkt50E/UkREN9kWLuyryhVuIgE4EbESIx+m+OGLp
|
||||
yVsviuFAFVwp60Wpg4VSauDsXWEJ0A==
|
||||
=gYZO
|
||||
-----END PGP SIGNATURE-----
|
3
palapeli-20.04.0.tar.xz
Normal file
3
palapeli-20.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06c4a1c863dae86ff6d8f56d5e597ff11eeb0cb4a78c0e0291d23e15f2d87b44
|
||||
size 2072004
|
11
palapeli-20.04.0.tar.xz.sig
Normal file
11
palapeli-20.04.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB/gACgkQ29LOiT4t
|
||||
HIdhZAgAh9eBdPekJh6gnOLlGZbHpAlh/NnJ2zObdlWl6X1KzziRZdUGObqcxd6B
|
||||
F3MHaLte59uPA/RfjE1KmQsrjM/3JEEvkGu594pswkOl9InS09svgJp5u14ktfXM
|
||||
yKotfEoa+XiWq+jhdOr61b8wCmovnP09YRpAKZ1htIJHWKVUas7ABULJYCLK2pAl
|
||||
k3Jdakf3WUMHMlAcvy0uVCEUgjcCmPZCt4XMj3RYxBhQLyhsxkzGYcz3zmEN56qv
|
||||
iIF9dKEWd4j1rl2zF6cSSbzk8zGemiOn0z+bRxsXzcns5NDsv0HV2c/TZCsNGFLE
|
||||
9Gdft0PoHZ67fdqA/q3crndvTU8HkA==
|
||||
=wpox
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 23 12:23:15 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:45 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
|
||||
- Changes since 20.03.80:
|
||||
* Add missing include
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 22 09:17:42 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 palapeli version
|
||||
* add oars content_rating
|
||||
* Port to QRandomGenerator
|
||||
* Fix trivial issues found by LLVM
|
||||
* Fix link: ui.html -> menus.html
|
||||
* Replace deprecated KFilterProxySearchLine
|
||||
* Fix minor issues found by EBN
|
||||
* Use URLs with transport encryption
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 5 20:36:49 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package palapeli
|
||||
#
|
||||
# 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,34 +21,30 @@
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: palapeli
|
||||
Version: 19.12.3
|
||||
Version: 20.04.0
|
||||
Release: 0
|
||||
Summary: Jigsaw puzzle game
|
||||
License: GPL-2.0-or-later
|
||||
Group: Amusements/Games/Board/Puzzle
|
||||
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: update-desktop-files
|
||||
BuildRequires: cmake(KF5Archive)
|
||||
BuildRequires: cmake(KF5Config)
|
||||
BuildRequires: cmake(KF5ConfigWidgets)
|
||||
BuildRequires: cmake(KF5CoreAddons)
|
||||
BuildRequires: cmake(KF5Crash)
|
||||
BuildRequires: cmake(KF5KDELibs4Support)
|
||||
BuildRequires: cmake(KF5DocTools)
|
||||
BuildRequires: cmake(KF5I18n)
|
||||
BuildRequires: cmake(KF5KIO)
|
||||
BuildRequires: cmake(KF5ItemViews)
|
||||
BuildRequires: cmake(KF5KDEGames)
|
||||
BuildRequires: cmake(KF5KDELibs4Support)
|
||||
BuildRequires: cmake(KF5KIO)
|
||||
BuildRequires: cmake(KF5Notifications)
|
||||
BuildRequires: cmake(KF5Service)
|
||||
BuildRequires: cmake(KF5WidgetsAddons)
|
||||
BuildRequires: cmake(KF5XmlGui)
|
||||
BuildRequires: cmake(KF5KDEGames)
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(Qt5Concurrent)
|
||||
BuildRequires: cmake(Qt5Svg)
|
||||
BuildRequires: cmake(Qt5Widgets)
|
||||
@ -56,8 +52,10 @@ Requires: palapeli-data = %{version}
|
||||
Requires(post): shared-mime-info
|
||||
Requires(postun): shared-mime-info
|
||||
%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
|
||||
Palapeli is a jigsaw puzzle game. Unlike other games in that genre, you are not
|
||||
@ -82,9 +80,7 @@ Requires: palapeli = %{version}
|
||||
%description devel
|
||||
This package contains the development files for Palapeli.
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
Loading…
Reference in New Issue
Block a user