Accepting request 723667 from KDE:Applications
Applications 19.08.0 (forwarded request 723532 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/723667 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/klettres?expand=0&rev=107
This commit is contained in:
commit
b44a5ba46c
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:ba8498a28af8534083b2ea3eab5ada7b57deffe49673ef0e4ef278023e8b96af
|
|
||||||
size 21463020
|
|
3
klettres-19.08.0.tar.xz
Normal file
3
klettres-19.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0a680ff0c2c3868a2478da0e2a5eb8db8579e5ba9165743c8a2c20704c062be4
|
||||||
|
size 40136528
|
11
klettres-19.08.0.tar.xz.sig
Normal file
11
klettres-19.08.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxocACgkQ29LOiT4t
|
||||||
|
HIcI9Qf+LZJmsgmBfmGu+i4ULb8bVCWB+ZEVR3kIUmlSy+ycDBt01dxih73p3B66
|
||||||
|
rdW4T8AzRySOebz4yHwuInApxsyZmoIE80aJfGDn1bho1xcPfsclVcH3CaAVpk5J
|
||||||
|
n0nY7S9+VkFczqq3xCFZCXtxoNbWVxXj7qDBnzLwbwBQDbO7djAXYu6H4mkb1wQi
|
||||||
|
CO33+Xa8PFwe5L6eVauMeO1gz0p5MCc0/buezf23dqwxxq5otNrle47amiYjgHBd
|
||||||
|
WdfDLR7OESvx1xEKh4v+8Ixb5iTGHOj4XaO05+gNmykDkqdjt82H8SyC3AZo0Z0X
|
||||||
|
mBbkK106ZwKuuI80O0QDEaO+zNQBdg==
|
||||||
|
=A2/O
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 08:31:10 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:49 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:01 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:
|
||||||
|
* Follow KDE_APPLICATIONS_VERSION
|
||||||
|
* Install in new logging directory when we use kf5 5.59.0
|
||||||
|
* It's time to use cmake 3.5
|
||||||
|
* Fix add_test command
|
||||||
|
* Ignore files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 13 07:26:35 UTC 2019 - lbeltrame@kde.org
|
Sat Jul 13 07:26:35 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -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: klettres
|
Name: klettres
|
||||||
Version: 19.04.3
|
Version: 19.08.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Alphabet Learning Game
|
Summary: Alphabet Learning Game
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Amusements/Teaching/Language
|
Group: Amusements/Teaching/Language
|
||||||
URL: http://edu.kde.org
|
URL: https://edu.kde.org
|
||||||
Source0: %{name}-%{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: kcompletion-devel
|
BuildRequires: kcompletion-devel
|
||||||
BuildRequires: kconfigwidgets-devel
|
BuildRequires: kconfigwidgets-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user