From 1cf6a03c8af2931d9770ba21cefcf0b8e1c02d55810d1f832c4da44e0eed1e33 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 11 May 2019 12:12:32 +0000 Subject: [PATCH 1/4] KDE Applications 19.04.1 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kolourpaint?expand=0&rev=96 --- kolourpaint-19.04.0.tar.xz | 3 --- kolourpaint-19.04.1.tar.xz | 3 +++ kolourpaint.changes | 9 +++++++++ kolourpaint.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 kolourpaint-19.04.0.tar.xz create mode 100644 kolourpaint-19.04.1.tar.xz diff --git a/kolourpaint-19.04.0.tar.xz b/kolourpaint-19.04.0.tar.xz deleted file mode 100644 index 81430e6..0000000 --- a/kolourpaint-19.04.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6cd087ba34a1a8fec9349dea06c1b71a70f6e8455adb41d4820a376eb2ed141 -size 5656056 diff --git a/kolourpaint-19.04.1.tar.xz b/kolourpaint-19.04.1.tar.xz new file mode 100644 index 0000000..4eb6c16 --- /dev/null +++ b/kolourpaint-19.04.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f78f1a2f99fa8176980ecd224ccfd8848ff8357e3434b463d4f83bcc7b5e46 +size 5653060 diff --git a/kolourpaint.changes b/kolourpaint.changes index b3adfb0..fab3d29 100644 --- a/kolourpaint.changes +++ b/kolourpaint.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri May 10 05:37:15 UTC 2019 - lbeltrame@kde.org + +- Update to 19.04.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.04.1.php +- No code changes since 19.04.0 + ------------------------------------------------------------------- Sat Apr 20 06:51:56 UTC 2019 - lbeltrame@kde.org diff --git a/kolourpaint.spec b/kolourpaint.spec index 1982d56..0767bda 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.0 +Version: 19.04.1 Release: 0 # See bnc#717722 for license details Summary: Paint Program From 8425e7afc0f5188ca1138b2e0f8983b6e9b241cdce507c6ab5f389fcee2fe6cc Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sun, 12 May 2019 07:55:15 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kolourpaint?expand=0&rev=97 --- kolourpaint.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kolourpaint.spec b/kolourpaint.spec index 0767bda..717b495 100644 --- a/kolourpaint.spec +++ b/kolourpaint.spec @@ -42,6 +42,8 @@ BuildRequires: update-desktop-files BuildRequires: xz Provides: kolourpaint5 = %{version} Obsoletes: kolourpaint5 < %{version} +# boo#xxxx +Requires: kdelibs4support %if %{with lang} Recommends: %{name}-lang %endif From 38e36bf43717dd9d98c46f5d37b4229ac951566ded8b30b20f381e14adb67cf8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sun, 12 May 2019 08:04:10 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kolourpaint?expand=0&rev=98 --- kolourpaint.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/kolourpaint.spec b/kolourpaint.spec index 717b495..0767bda 100644 --- a/kolourpaint.spec +++ b/kolourpaint.spec @@ -42,8 +42,6 @@ BuildRequires: update-desktop-files BuildRequires: xz Provides: kolourpaint5 = %{version} Obsoletes: kolourpaint5 < %{version} -# boo#xxxx -Requires: kdelibs4support %if %{with lang} Recommends: %{name}-lang %endif From f7552abe4d8271101443e3d43e40438fe0f05db297301cc7d7c713ce6150fbfc Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 12 May 2019 16:17:04 +0000 Subject: [PATCH 4/4] Accepting request 702497 from home:wolfi323:branches:KDE:Applications - Require kdelibs4support, without it saving files doesn't work (boo#1055759) I somehow think it would be more correct if libKF5KDELibs4Support5 would require it as (some) functions/classes from it use/need the files. But as more and more apps are ported away it doesn't matter much anyway. OBS-URL: https://build.opensuse.org/request/show/702497 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kolourpaint?expand=0&rev=99 --- kolourpaint.changes | 6 ++++++ kolourpaint.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/kolourpaint.changes b/kolourpaint.changes index fab3d29..cc62968 100644 --- a/kolourpaint.changes +++ b/kolourpaint.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun May 12 07:59:57 UTC 2019 - wbauer@tmo.at + +- Require kdelibs4support, without it saving files doesn't work + (boo#1055759) + ------------------------------------------------------------------- Fri May 10 05:37:15 UTC 2019 - lbeltrame@kde.org diff --git a/kolourpaint.spec b/kolourpaint.spec index 0767bda..d0b9717 100644 --- a/kolourpaint.spec +++ b/kolourpaint.spec @@ -42,6 +42,8 @@ BuildRequires: update-desktop-files BuildRequires: xz Provides: kolourpaint5 = %{version} Obsoletes: kolourpaint5 < %{version} +# boo#1055759 +Requires: kdelibs4support %if %{with lang} Recommends: %{name}-lang %endif