This commit is contained in:
parent
c061eb8b62
commit
2023860dc1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4efb4fcd4f34f1843b990a92e5b0309c196071f0778cdc8376eff5eef405deb9
|
|
||||||
size 1165004
|
|
3
killbots-19.03.80.tar.xz
Normal file
3
killbots-19.03.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:163c5d0e2b457ddd8c14425c72df896e5e59ba9bfb3898ab8065b84258411e3c
|
||||||
|
size 1167088
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 27 06:41:02 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:
|
||||||
|
* remove deprecated methods
|
||||||
|
* Appstream data for Killbots
|
||||||
|
* Use override + add nullptr + fix compile with strict compile flags
|
||||||
|
* Use isEmpty() when it's possible
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 09 08:03:17 UTC 2019 - lbeltrame@kde.org
|
Sat Mar 09 08:03:17 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -21,9 +21,9 @@
|
|||||||
%{!?_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: killbots
|
Name: killbots
|
||||||
Version: 18.12.3
|
Version: 19.03.80
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Robots-like game for KDE
|
Summary: Robots-like game by KDE
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
URL: http://www.kde.org
|
URL: http://www.kde.org
|
||||||
@ -87,6 +87,7 @@ and can optionally use teleportation to a random location.
|
|||||||
%{_kf5_configkcfgdir}/killbots.kcfg
|
%{_kf5_configkcfgdir}/killbots.kcfg
|
||||||
%{_kf5_iconsdir}/hicolor/*/apps/killbots.*
|
%{_kf5_iconsdir}/hicolor/*/apps/killbots.*
|
||||||
%{_kf5_sharedir}/killbots/
|
%{_kf5_sharedir}/killbots/
|
||||||
|
%{_kf5_appstreamdir}/org.kde.killbots.appdata.xml
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
Loading…
Reference in New Issue
Block a user