From 192d92c2b39b333efa85542283ad81e522a979f142b894b039cdff451497635a Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 26 Jul 2019 14:21:45 +0000 Subject: [PATCH] KDE Applications 19.08 Beta (take 2) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kolourpaint?expand=0&rev=102 --- kolourpaint-19.04.3.tar.xz | 3 --- kolourpaint-19.07.80.tar.xz | 3 +++ kolourpaint.changes | 21 +++++++++++++++++++++ kolourpaint.spec | 3 +-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 kolourpaint-19.04.3.tar.xz create mode 100644 kolourpaint-19.07.80.tar.xz 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.07.80.tar.xz b/kolourpaint-19.07.80.tar.xz new file mode 100644 index 0000000..b6fb7f2 --- /dev/null +++ b/kolourpaint-19.07.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfab72b302bae5211c6a3a2fc6f9e58c04ba0cc0d98366d2e9b439847c92ae9d +size 5652636 diff --git a/kolourpaint.changes b/kolourpaint.changes index c985de5..9203622 100644 --- a/kolourpaint.changes +++ b/kolourpaint.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +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..e05c414 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.07.80 Release: 0 # See bnc#717722 for license details Summary: Paint Program @@ -36,7 +36,6 @@ BuildRequires: extra-cmake-modules BuildRequires: fdupes BuildRequires: kdelibs4support-devel BuildRequires: kf5-filesystem -BuildRequires: libkexiv2-devel BuildRequires: libksane-devel BuildRequires: update-desktop-files BuildRequires: xz