forked from pool/picmi
Accepting request 723766 from KDE:Applications
Applications 19.08.0 (forwarded request 723532 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/723766 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/picmi?expand=0&rev=88
This commit is contained in:
commit
10efe533ba
BIN
applications.keyring
Normal file
BIN
applications.keyring
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e47527b49f8d94da0a6ea492d23215ae7ff3fcb403116abe43665efb567beab
|
||||
size 1358412
|
3
picmi-19.08.0.tar.xz
Normal file
3
picmi-19.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d7a6152b05ad22f98762a5a6cd96edbc03ae63bdbc0154f387dc5cce31243eb
|
||||
size 1357444
|
11
picmi-19.08.0.tar.xz.sig
Normal file
11
picmi-19.08.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxpYACgkQ29LOiT4t
|
||||
HIdBUwgAiUSpsnNRn8i1uU2w6dDNPX4XaAVMqLAh+VP/OJjJx2uFkt+i7DFigVUO
|
||||
jl/prDU/Lo+qUGKB943f3VPJk+NGXh7rvbXSjuZEZEt/EBx6hSvOzAR0Ety2nTKy
|
||||
WHjAA+VDV1V7aOalbUQdN174e/884CKH0drODuNvMjngRzYbUUqj9LI8nKLMtG/2
|
||||
nF/5UyuSFd0035t6R2K0TGvO0S1AyuU6g/brtoNS9RT4a3KwjJ2Y+ZAdJFz0aiPB
|
||||
Ufuq/GHje32ps37C3s/epI4tSH1OI3QhNLGGYk73CwxVQAucH0az62EIDhjz7XUQ
|
||||
JQMrPVtrgDDUrZEbV6n2OqijrdLjEA==
|
||||
=dnZx
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 9 08:32:28 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:52 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:08 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:
|
||||
* Remove unused includes
|
||||
* Make it compile without deprecated methods
|
||||
* 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 add_test command
|
||||
* Fix some clazy warning
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 13 07:26:39 UTC 2019 - lbeltrame@kde.org
|
||||
|
||||
|
10
picmi.spec
10
picmi.spec
@ -21,13 +21,17 @@
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: picmi
|
||||
Version: 19.04.3
|
||||
Version: 19.08.0
|
||||
Release: 0
|
||||
Summary: Nonogram Logic game
|
||||
License: GPL-2.0-or-later
|
||||
Group: Amusements/Games/Logic
|
||||
URL: http://www.kde.org
|
||||
Source0: picmi-%{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: kcoreaddons-devel
|
||||
BuildRequires: kdeclarative-devel
|
||||
|
Loading…
Reference in New Issue
Block a user