Accepting request 696291 from KDE:Applications

KDE Applications 19.04.0 (forwarded request 696164 from luca_b)

OBS-URL: https://build.opensuse.org/request/show/696291
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/knights?expand=0&rev=6
This commit is contained in:
Yuchen Lin 2019-04-28 18:08:19 +00:00 committed by Git OBS Bridge
commit f63248fa06
4 changed files with 37 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9472ffa7800bd79a84dd0c36e3058d3f6e0813b5695aeffeb73bccb801870990
size 3508860

3
knights-19.04.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53eb3214550fc104755ffe076c970cf5499c9553b543d83df42a3b5f5d8d309a
size 3509000

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Sat Apr 20 06:52:00 UTC 2019 - lbeltrame@kde.org
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- Changes since 19.03.90:
* No code changes since 19.03.90
-------------------------------------------------------------------
Tue Apr 09 20:54:46 UTC 2019 - lbeltrame@kde.org
- Update to 19.03.90
* New feature release
* For more details please see:
* https://kde.org/announcements/announce-applications-19.04-rc.php
- Changes since 19.03.80:
* Don't crash when new game is created. Regression introduced in 8867833e00bdca2373a0b6ad9a4431d184501691. (kde#405763)
-------------------------------------------------------------------
Wed Mar 27 06:41:13 UTC 2019 - lbeltrame@kde.org
- Update to 19.03.80
* New feature release
* For more details please see:
* https://kde.org/announcements/announce-applications-19.04-beta.php
- Changes since 18.12.3:
* Clean up for making asan happy when we close apps
* not necessary to check pointer before deleting it
* Fix build by adding missing header.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Mar 09 08:03:27 UTC 2019 - lbeltrame@kde.org Sat Mar 09 08:03:27 UTC 2019 - lbeltrame@kde.org

View File

@ -18,13 +18,13 @@
%bcond_without lang %bcond_without lang
Name: knights Name: knights
Version: 18.12.3 Version: 19.04.0
Release: 0 Release: 0
Summary: A simple chess board Summary: A simple chess board
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Amusements/Games/Board/Chess Group: Amusements/Games/Board/Chess
URL: http://www.kde.org URL: http://www.kde.org
Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: cmake(KF5ConfigWidgets) BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: cmake(KF5Crash) BuildRequires: cmake(KF5Crash)