SHA256
1
0
forked from pool/ksudoku

KDE Applications 20.04.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksudoku?expand=0&rev=123
This commit is contained in:
Christophe Giboudeaux 2020-04-24 07:23:54 +00:00 committed by Git OBS Bridge
parent 49943d844d
commit 2607a6b81f
6 changed files with 26 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6G3ukACgkQ29LOiT4t
HIedCwgAlGg2d6U9NR5RCyOguvw0nU3SppaIWj+yQDSMgG066B1fkLw0/jBrzukz
VWNAaBUucfa4HgAFLP2zJnZz8K+WRW+uslcNoG1qN7TIbQa51eyVBD3mvaYzjTy6
4JYIaBiJ+HFastt+a3S8f8YiDhW2KNm1PLpuaCfxp+A1V6sOh2rC0JKtG+U5zknc
j+Pc0d6bSRqu9NdLH6bP03OKXfJje5LBQUtG9iYLVLEHSUQ8GR6V/TUUwxRmwY7m
tc/Brr8ekO/a7fzsnAtCzKckEjK/82P6xn6selJCSd3oSE7Y7x/RJyZ8p/OYBoVu
oWq6tECHboai+gNA0T8ZsAk5TTa9pw==
=PVsQ
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB+IACgkQ29LOiT4t
HIc7tAf/VvKo7tmgd+xeItxOLnZo1SRMCkng/dSQYavyuw8iZhOAX+1QVIbEmL7k
wqblqUts5PEAATszOMR02HqeK2BdnbqMNQtswIT7OqxVkworYiFR5j+9eSjFjXph
u5SpdGb+vleBzQM/z3mlZuz7nVPyWdAx+9Qy8jlLLfLEWG34Hrqrx7Ukuq2kz0AZ
6k+t8xgS5y4TaVX8DKjUUmNpFZx0fDSLDwRAOV4sYU7eex2CfesZ/EnotfagdYCZ
dRzgDBW+ZIkP76961e649ZowbVAgSQiL0aDIJJmcaidmbBinlU03BWCVkHpzkq72
KZAvLpyQcOeEIZ3iW0DhExhKGMwZMA==
=/1Ij
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Apr 23 12:22:53 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.04.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-04-apps-update
- No code change since 20.03.90
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Apr 5 20:30:27 UTC 2020 - Luca Beltrame <lbeltrame@kde.org> Sun Apr 5 20:30:27 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -21,13 +21,13 @@
%{!?_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: ksudoku Name: ksudoku
Version: 20.03.90 Version: 20.04.0
Release: 0 Release: 0
Summary: Program to generate and solve Sudoku puzzles in 2D or 3D Summary: Program to generate and solve Sudoku puzzles in 2D or 3D
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Amusements/Games/Board/Puzzle Group: Amusements/Games/Board/Puzzle
URL: https://www.kde.org URL: https://www.kde.org
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
@ -57,7 +57,7 @@ BuildRequires: pkgconfig(glu)
Obsoletes: ksudoku5 < %{version} Obsoletes: ksudoku5 < %{version}
Provides: ksudoku5 = %{version} Provides: ksudoku5 = %{version}
%if %{with lang} %if %{with lang}
Source1: https://download.kde.org/unstable/release-service/%{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 Source2: applications.keyring
%endif %endif
Recommends: %{name}-lang Recommends: %{name}-lang