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/kolourpaint-19.04.3.tar.xz b/kolourpaint-19.04.3.tar.xz deleted file mode 100644 index 1ba3f82..0000000 --- a/kolourpaint-19.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ba4089fe55c870b54ff44bd423eebe50303b0324c4b421589115c4d1d349cac -size 5652260 diff --git a/kolourpaint-19.08.0.tar.xz b/kolourpaint-19.08.0.tar.xz new file mode 100644 index 0000000..25a38aa --- /dev/null +++ b/kolourpaint-19.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00596d813eff27e45de7f51ae411b144ee21a7ae2baf576e248046dbd97e097d +size 5654168 diff --git a/kolourpaint-19.08.0.tar.xz.sig b/kolourpaint-19.08.0.tar.xz.sig new file mode 100644 index 0000000..24a5376 --- /dev/null +++ b/kolourpaint-19.08.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxooACgkQ29LOiT4t +HIcECAf/e5ArSll+QqhER8DnvYl/IEV/7yBRewpN1ieRxMVIMoAG4fOwA/h4L3ue +kxMsEDs6+vQbcX9GAFr4RBaGurZtlJU1XRdKrE6sd7CxKJpjW0+8uihRhUVNyjOm +1m5mSxsbVhBgxYTiXnuG16h5yyNxpMch8PAm22OMb0OW8Z6tWtrqWGjcFlP2/7SZ +OMvT4TUsMbbAFc5cK0bC0kWqCT7AcPu6hIai16NI8KZK/AedFETj5sIMguncDryn +l17xf1BP6z7/JloVl1i5vwl/Ko2IqoLSBVosormY8M0fCPSFHuH2/LBjAGX1Msk/ +62Q0WuB5cxx/UuN2bwzPvkWh/g94tA== +=4a10 +-----END PGP SIGNATURE----- diff --git a/kolourpaint.changes b/kolourpaint.changes index c985de5..0de8e58 100644 --- a/kolourpaint.changes +++ b/kolourpaint.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Fri Aug 9 08:31:26 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:50 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 +- No code changes since 19.07.80 + +------------------------------------------------------------------- +Tue Jul 23 11:59:03 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 + * Don't use deprecated kpartgui keyword + * Fix hsv effect when applied to image + * Speed up invert colors effect + * Remove warning static member accessed through instance + * Remove warning: do not use 'else' after 'return' + * Simplify function return by removing the redundant empty object + * Fix some clazy warning + * remove the OpenMPI dependency + * Simplifying class constructor with constructor delegate + * Correct math to blend color in the blur effect + * Revert "Remove conditional debug output" + ------------------------------------------------------------------- Sat Jul 13 07:26:36 UTC 2019 - lbeltrame@kde.org diff --git a/kolourpaint.spec b/kolourpaint.spec index f3c434a..8c3122f 100644 --- a/kolourpaint.spec +++ b/kolourpaint.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kolourpaint -Version: 19.04.3 +Version: 19.08.0 Release: 0 # See bnc#717722 for license details Summary: Paint Program @@ -30,13 +30,16 @@ Summary: Paint Program # GPL-2.0 is the license of the Bulgarian translation License: BSD-2-Clause AND LGPL-2.1-or-later AND GFDL-1.2-or-later AND GPL-2.0-only Group: Productivity/Graphics/Bitmap Editors -URL: http://www.kde.org -Source0: %{name}-%{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: fdupes BuildRequires: kdelibs4support-devel BuildRequires: kf5-filesystem -BuildRequires: libkexiv2-devel BuildRequires: libksane-devel BuildRequires: update-desktop-files BuildRequires: xz