forked from pool/ksudoku
Update to 22.04.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksudoku?expand=0&rev=167
This commit is contained in:
parent
c7d95f261f
commit
f9b85be064
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ec521aa2e567acf62b1143909e318e318fe77c6761c1df3c5a4988295b01990b
|
|
||||||
size 1690124
|
|
3
ksudoku-22.04.0.tar.xz
Normal file
3
ksudoku-22.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f8b5c990f6a353900874ce115b1855823c0de7b6c90a48cea12a201bfa9f0b21
|
||||||
|
size 1690348
|
16
ksudoku-22.04.0.tar.xz.sig
Normal file
16
ksudoku-22.04.0.tar.xz.sig
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmJYuVcACgkQu0YzUNbv
|
||||||
|
Me8E3g//UF8iNjW6G4pXZ66nB346utjXqOqz85/nQ2i2xqqFENG5t34/1PhQRojT
|
||||||
|
giTktzFlYuvpMOBygmY2JQcU7ppBVCghfXXuRO9TtFTNasnmDGVcyrToWRbVEDu+
|
||||||
|
FZujxiRgQHjJYi9dVZTHa9WFx1F/e5itCGkiFk6E+eZ+2xC51Zml/RWhWdKiI72U
|
||||||
|
y/onmjpt+cZlvb5/fTLB7U9JA6efMMFLeJCbTZzbr2dtHu/imCX9lWSTYjEak8L8
|
||||||
|
t6Eknz0pg2h5S5dnc+4FPjuKwz+ji7n/ABJnIS21VjG2er15xpN9y+WrLwrg7niq
|
||||||
|
7Y9A3aULAM2iZsN3flun2yU4i6IADqI68Wqt0+o1nVuuIDSOPXzo3f9eoxhRuyJO
|
||||||
|
lhWeU8p2400lZBXFSTeSGLvhvdU+jbzMLVlLN3A4sb9tFkYu2/v1dwqh1h9PjgGq
|
||||||
|
q6NhuIWDe+2jpZ6odDpVU/QT8pFvxnPA4y494Iw/H685GZFLg1a6psJ0Id0qvu05
|
||||||
|
+AKe+XcirAb+fKSuownAD+Y3k4BqvyNiwlQDvtTmbro22WSyix0BF1bmzjKnyImh
|
||||||
|
5l2MvOAAetlBAI2nHHz2/WRtYLKAaf5X+NjituV8kpXQFzKvK9BXvQ/tfsfbaBiP
|
||||||
|
O2puN3bZmmbLGF80nubbmguZHXQm2W+2rZNIYoj9ABoJICpuWIY=
|
||||||
|
=An/N
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 18 07:52:19 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 22.04.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/gear/22.04.0/
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 8 18:20:44 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Fri Apr 8 18:20:44 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -20,15 +20,15 @@
|
|||||||
%{!?_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 released
|
%bcond_without released
|
||||||
Name: ksudoku
|
Name: ksudoku
|
||||||
Version: 22.03.90
|
Version: 22.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://apps.kde.org/ksudoku
|
URL: https://apps.kde.org/ksudoku
|
||||||
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
|
||||||
%if %{with released}
|
%if %{with released}
|
||||||
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
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user