SHA256
1
0
forked from pool/kreversi

Accepting request 756278 from KDE:Applications

KDE Applications 19.12.0

OBS-URL: https://build.opensuse.org/request/show/756278
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kreversi?expand=0&rev=91
This commit is contained in:
Dominique Leuenberger 2019-12-14 11:13:23 +00:00 committed by Git OBS Bridge
commit f82ec41fdb
7 changed files with 64 additions and 38 deletions

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30f15e40e1347c7d746bfdef7dffc0a0a9aecef8a960c875b68fab255c43d82c
size 945652

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3A/O0ACgkQ29LOiT4t
HIcWowgAldBxqbLvhirKdmQNRmum00ZH7PkKwIGBQNP8fm3rd0k5EbiGqUC5d3kG
gHDeFsAXj/lixWXozFWc+YTF4/ZCGO22I3UzNJbW41UuY8CqGfOfYi4gALgEYU6T
U/yfanZFeTp0keJuAwlk2l7chP2ClPEYphx1wQO2FJPbv/TSzTm3Idea5HTk9doU
C4r5HooyTmgLKKaqgh94/yo8bdB4ZtMFc37ioy/ITTuYaxW19d9tVWF7Vbkuhofz
o4ihFkOwQjOLGtmrucMySr+2As0KcozAyuZ7qiwk9azaKY9hbyVrZpO+2i5IyUx4
M8tKVNaVxJyk66vdFOaIFHYbh7pMuw==
=t3Ij
-----END PGP SIGNATURE-----

3
kreversi-19.12.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:855dae16b754eaea763c5d28d8fa56d72ad82459d2b7e7fc951d43084ff98ffa
size 946104

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3puJMACgkQ29LOiT4t
HIcfBgf/Z95ig7XcopeEke8aQkbmhIeel+WTJMLgEtV9U4+zacLFycz3lwXWIFUA
VocOPQdT1yGsD9Ih8m7ZlAHvsCTEGoF8HKKx2yFSExRNBw8T7L+JhTXKM8KX5TMF
w4kdWm5nV7z01AvImBd9fiZHC9d7+8ulZzKoaZBH3ZQOtl0cF0OKv78whD4yzTUK
Xuv0P8c0ccMPhbPQg4GiiwdDKZHJQkiN5LZXRA6OfhrzdMBdSocoNj4ojfwv0BNI
QRASLYELysec58VWdOUQFdRuJP00AoQrCJ3/zoXqSPV286TlACaXp82XYEMCa67d
IegU0/fhlIZKiEjpG90yiBBvGgYyYw==
=FDmN
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Tue Dec 10 06:38:52 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:12 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:45 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.80
* New feature release
- Changes since 19.08.3:
* Make it compiles without kf5 deprecated methods
* Make it compile without deprecated method
-------------------------------------------------------------------
Thu Nov 7 23:13:17 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -16,44 +16,43 @@
#
%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: kreversi
Version: 19.08.3
Version: 19.12.0
Release: 0
Summary: Reversi board 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: kcrash-devel
BuildRequires: kdbusaddons-devel
BuildRequires: kdeclarative-devel
BuildRequires: kdoctools-devel
BuildRequires: ki18n-devel
BuildRequires: kiconthemes-devel
BuildRequires: kio-devel
BuildRequires: kwidgetsaddons-devel
BuildRequires: kxmlgui-devel
BuildRequires: libkdegames-devel
BuildRequires: pkgconfig
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5DBusAddons)
BuildRequires: cmake(KF5Declarative)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(KF5KDEGames)
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: pkgconfig(Qt5QuickWidgets)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: cmake(Qt5Qml)
BuildRequires: cmake(Qt5Quick)
BuildRequires: cmake(Qt5QuickWidgets)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Widgets)
Obsoletes: kreversi5 < %{version}
Provides: kreversi5 = %{version}
%if %{with lang}