SHA256
1
0
forked from pool/ksudoku

Accepting request 723712 from KDE:Applications

Applications 19.08.0 (forwarded request 723532 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/723712
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ksudoku?expand=0&rev=86
This commit is contained in:
Dominique Leuenberger 2019-08-16 13:48:10 +00:00 committed by Git OBS Bridge
commit 93760106a0
6 changed files with 54 additions and 6 deletions

BIN
applications.keyring Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:608ffcde2d0bad3e2a19d7842c47b41627d009721a4e3161ccf2736f7777e922
size 1647672

3
ksudoku-19.08.0.tar.xz Normal file
View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1Mxo4ACgkQ29LOiT4t
HIfBmgf/QOqySNUhOpkNHWh69kO5SlTifC565LyWre3tI1utOA1b/Y2NmeibS+57
PYJ6VGTJBOO4RNb4N+yR16Q0CSpcmkb0FjnV12vSkggXjwkI7F68mc3hPTZVhJP8
KtmUaSdeSSE3GEZyyR8xbnFBffPAtTtcfiU+TGG56RSgevMPSKm9BuquLURcWh0X
g/DSyzeQHkcC+/iLKYhWtODOrrDK0hKYGcLPNEWFcUEHG4mc1r4QVxcenbQ3kAiQ
XiVbP+XWUOezyT2cZBtpRAbO+Y0CG+appUIxLfMRZWrR6UrQbCBhdHavWbRdWWOQ
Ouc901R1KBBA6h9Qy1QFWkzCaoxpow==
=2EYP
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Fri Aug 9 08:31:44 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 19.08.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.0.php
- No code change since 19.07.90
-------------------------------------------------------------------
Tue Aug 06 16:50:51 UTC 2019 - lbeltrame@kde.org
- Update to 19.07.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08-rc.php
- Changes since 19.07.80:
* No code changes since 19.07.80
-------------------------------------------------------------------
Tue Jul 23 11:59:04 UTC 2019 - lbeltrame@kde.org
- Update to 19.07.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08-beta.php
- Changes since 19.04.3:
* Fix forward declaration
* update screenshot
* Time to increase Qt version as we use override but qt5.7 doesn't support it and we use 5.7 from long time
* Fix some clazy warning
* Don't use KIO copy and QTemporaryFile to load xml definition files. (kde#405422)
-------------------------------------------------------------------
Sat Jul 13 07:26:37 UTC 2019 - lbeltrame@kde.org

View File

@ -21,13 +21,17 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: ksudoku
Version: 19.04.3
Version: 19.08.0
Release: 0
Summary: Program to generate and solve Sudoku puzzles in 2D or 3D
License: GPL-2.0-or-later
Group: Amusements/Games/Board/Puzzle
URL: http://www.kde.org
Source0: ksudoku-%{version}.tar.xz
URL: https://www.kde.org
Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules
BuildRequires: kconfig-devel
BuildRequires: kconfigwidgets-devel