diff --git a/applications.keyring b/applications.keyring new file mode 100644 index 0000000..57c966e Binary files /dev/null and b/applications.keyring differ diff --git a/picmi-19.04.3.tar.xz b/picmi-19.04.3.tar.xz deleted file mode 100644 index 070edb0..0000000 --- a/picmi-19.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e47527b49f8d94da0a6ea492d23215ae7ff3fcb403116abe43665efb567beab -size 1358412 diff --git a/picmi-19.08.0.tar.xz b/picmi-19.08.0.tar.xz new file mode 100644 index 0000000..014f7fe --- /dev/null +++ b/picmi-19.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d7a6152b05ad22f98762a5a6cd96edbc03ae63bdbc0154f387dc5cce31243eb +size 1357444 diff --git a/picmi-19.08.0.tar.xz.sig b/picmi-19.08.0.tar.xz.sig new file mode 100644 index 0000000..13d34c7 --- /dev/null +++ b/picmi-19.08.0.tar.xz.sig @@ -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----- diff --git a/picmi.changes b/picmi.changes index 15b31f8..3840015 100644 --- a/picmi.changes +++ b/picmi.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Fri Aug 9 08:32:28 UTC 2019 - Christophe Giboudeaux + +- 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 diff --git a/picmi.spec b/picmi.spec index 795af8e..4e8955f 100644 --- a/picmi.spec +++ b/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