From cda2df2f6f26616495ca5bcccd9040585f0f0985b0a171053a128ca066b424dc Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Wed, 3 Apr 2019 08:52:26 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/knights?expand=0&rev=12 --- knights-18.12.3.tar.xz | 3 --- knights-19.03.80.tar.xz | 3 +++ knights.changes | 12 ++++++++++++ knights.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 knights-18.12.3.tar.xz create mode 100644 knights-19.03.80.tar.xz diff --git a/knights-18.12.3.tar.xz b/knights-18.12.3.tar.xz deleted file mode 100644 index 98e432e..0000000 --- a/knights-18.12.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9472ffa7800bd79a84dd0c36e3058d3f6e0813b5695aeffeb73bccb801870990 -size 3508860 diff --git a/knights-19.03.80.tar.xz b/knights-19.03.80.tar.xz new file mode 100644 index 0000000..11d630c --- /dev/null +++ b/knights-19.03.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba8ad426ae2845ae011728be70380039e00cb210bde94dacfaf4c5f0472bfdfe +size 3508856 diff --git a/knights.changes b/knights.changes index c8d6663..6aad94b 100644 --- a/knights.changes +++ b/knights.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +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 diff --git a/knights.spec b/knights.spec index f4de751..0c496cf 100644 --- a/knights.spec +++ b/knights.spec @@ -18,13 +18,13 @@ %bcond_without lang Name: knights -Version: 18.12.3 +Version: 19.03.80 Release: 0 Summary: A simple chess board License: GPL-2.0-or-later Group: Amusements/Games/Board/Chess 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: cmake(KF5ConfigWidgets) BuildRequires: cmake(KF5Crash)