forked from pool/knavalbattle
Accepting request 756258 from KDE:Applications
KDE Applications 19.12.0 OBS-URL: https://build.opensuse.org/request/show/756258 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/knavalbattle?expand=0&rev=92
This commit is contained in:
commit
5a21fb2592
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4a50d3873865e8ab4803a9d7350bfc56ee3d59fd718b8abe860ac89e995ae69
|
||||
size 1281260
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3A/OsACgkQ29LOiT4t
|
||||
HIdMkwf/QngJBsZD7Mhv3ZSnh5ID/aQnuuEONWAlWsP6DMqkeWBm9y8wsmleq/Qx
|
||||
awlSwC3Upa7anEfQQAZPVT0/EnQITPyd7pzHswuDNsMWU3iUE6/YfryaT2vm7O6e
|
||||
OHrq1tCW+uwPmPCeyY4gwh8Dt5rnFYgc0NrFYAq1oLmb+FyefPeRpvqb92xJLcn5
|
||||
/R0T2d++LG6Q8M2ZiO5zNh/aYMF35pAycMbHv3jihNAyhhtIknoArzuPHuzAd57S
|
||||
II4ZGXgM+tqLdEv67nS1cYpxCXpwLInXxxc1/2BponG/dQXkWVhCZazy6erwvpI7
|
||||
kBTqwxtF6ZyqPmRP3R4vg8wo1Y5EkA==
|
||||
=ypiQ
|
||||
-----END PGP SIGNATURE-----
|
3
knavalbattle-19.12.0.tar.xz
Normal file
3
knavalbattle-19.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d9ff193ad927faf21312e845e83d07692575f600b1a22e6b8d65c751b5625de
|
||||
size 1281504
|
11
knavalbattle-19.12.0.tar.xz.sig
Normal file
11
knavalbattle-19.12.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3puIoACgkQ29LOiT4t
|
||||
HIclQQf/YpIyvjLWBskrqeYBgxyL7J4Qc68LiIYiOKvjK51OnhSsB7RJWgNorj9l
|
||||
gAbEJ6qrmRuEa7tlR6X4Jq2ayq+yApKL8bfpV2Kl9ETp7G19riSbM4bgpUldnqnd
|
||||
NgnWiene6/yhUapvGO6x7J0ZGYaV5yhnKUpZYIjmsdxzS2czeCaUdoDrf7rTXZYx
|
||||
jCVCRfkBCpljTi4pOrDFXUsa2I+j5EPovgt2xKvEaLVGIU6xNG7uKsIwA4f3SXxh
|
||||
O89hs0zbmmoymPep9969KFzyiSC06TSqRJo9jTe+cjxR1Ovo/ruG8KT3vIgzZarb
|
||||
cONZv5RdXQAOlNiXxrdbU9Ke/b/s0A==
|
||||
=ncFI
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 10 06:38:45 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Update to 19.12.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/releases/19.12.0
|
||||
- No code change since 19.11.90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 30 09:12:05 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Update to 19.11.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/releases/19.12-rc
|
||||
- No code change since 19.11.80
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 24 13:29:37 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Update to 19.11.80
|
||||
* New feature release
|
||||
- Changes since 19.08.3:
|
||||
* make it compile without deprecated methods
|
||||
* Make it compile without deprecated methods
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 23:13:09 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
|
@ -16,48 +16,47 @@
|
||||
#
|
||||
|
||||
|
||||
%define kf5_version 5.26.0
|
||||
%define kf5_version 5.60.0
|
||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: knavalbattle
|
||||
Version: 19.08.3
|
||||
Version: 19.12.0
|
||||
Release: 0
|
||||
Summary: Battleship game
|
||||
License: GPL-2.0-or-later
|
||||
Group: Amusements/Games/Board/Other
|
||||
URL: https://www.kde.org
|
||||
Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
|
||||
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||
Source2: applications.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: kconfig-devel
|
||||
BuildRequires: kconfigwidgets-devel
|
||||
BuildRequires: kcoreaddons-devel
|
||||
BuildRequires: kdeclarative-devel
|
||||
BuildRequires: kdelibs4support-devel
|
||||
BuildRequires: kdnssd-framework-devel
|
||||
BuildRequires: kdoctools-devel
|
||||
BuildRequires: kguiaddons-devel
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kiconthemes-devel
|
||||
BuildRequires: kio-devel
|
||||
BuildRequires: kitemviews-devel
|
||||
BuildRequires: knewstuff-devel
|
||||
BuildRequires: knotifyconfig-devel
|
||||
BuildRequires: ktextwidgets-devel
|
||||
BuildRequires: kwidgetsaddons-devel
|
||||
BuildRequires: kxmlgui-devel
|
||||
BuildRequires: libkdegames-devel
|
||||
BuildRequires: phonon4qt5-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: cmake(KF5Config)
|
||||
BuildRequires: cmake(KF5ConfigWidgets)
|
||||
BuildRequires: cmake(KF5CoreAddons)
|
||||
BuildRequires: cmake(KF5Declarative)
|
||||
BuildRequires: cmake(KF5KDELibs4Support)
|
||||
BuildRequires: cmake(KF5DNSSD)
|
||||
BuildRequires: cmake(KF5DocTools)
|
||||
BuildRequires: cmake(KF5GuiAddons)
|
||||
BuildRequires: cmake(KF5I18n)
|
||||
BuildRequires: cmake(KF5IconThemes)
|
||||
BuildRequires: cmake(KF5KIO)
|
||||
BuildRequires: cmake(KF5ItemViews)
|
||||
BuildRequires: cmake(KF5NewStuff)
|
||||
BuildRequires: cmake(KF5NotifyConfig)
|
||||
BuildRequires: cmake(KF5TextWidgets)
|
||||
BuildRequires: cmake(KF5WidgetsAddons)
|
||||
BuildRequires: cmake(KF5XmlGui)
|
||||
BuildRequires: cmake(KF5KDEGames)
|
||||
BuildRequires: cmake(Phonon4Qt5)
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(Qt5QuickWidgets)
|
||||
BuildRequires: pkgconfig(Qt5Svg)
|
||||
BuildRequires: pkgconfig(Qt5Test)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: cmake(Qt5QuickWidgets)
|
||||
BuildRequires: cmake(Qt5Svg)
|
||||
BuildRequires: cmake(Qt5Test)
|
||||
BuildRequires: cmake(Qt5Widgets)
|
||||
Provides: knavalbattle5 = %{version}
|
||||
Obsoletes: knavalbattle5 < %{version}
|
||||
%if %{with lang}
|
||||
|
Loading…
Reference in New Issue
Block a user