From 20db9ecfcf142274901a7cca490aae050c1856b8eeec53ff3b986c0f2af55686 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Wed, 1 Feb 2017 15:12:04 +0000 Subject: [PATCH] Accepting request 453872 from home:wolfi323:branches:KDE:Extra - Update to version 3.1.2.1 OBS-URL: https://build.opensuse.org/request/show/453872 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krita?expand=0&rev=37 --- krita-3.1.1.tar.gz | 3 --- krita-3.1.2.1.tar.gz | 3 +++ krita.changes | 15 +++++++++++++++ krita.spec | 7 ++++--- 4 files changed, 22 insertions(+), 6 deletions(-) delete mode 100644 krita-3.1.1.tar.gz create mode 100644 krita-3.1.2.1.tar.gz diff --git a/krita-3.1.1.tar.gz b/krita-3.1.1.tar.gz deleted file mode 100644 index fd4dad7..0000000 --- a/krita-3.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62ef2c4b9b19563c1e2e6dc0643dd0880e04469dd5798373401d8dd666720e8f -size 209529508 diff --git a/krita-3.1.2.1.tar.gz b/krita-3.1.2.1.tar.gz new file mode 100644 index 0000000..500ab53 --- /dev/null +++ b/krita-3.1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:934ed82c3f4e55e7819b327c838ea2f307d3bf3d040722501378b01d76a3992d +size 209242179 diff --git a/krita.changes b/krita.changes index eddceb9..f8f902b 100644 --- a/krita.changes +++ b/krita.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Jan 31 20:30:18 UTC 2017 - wbauer@tmo.at + +- Update to version 3.1.2.1: + * Audio Support for Animations + * Ctrl key continue mode for Outline Selection tool + * Allow deselection by clicking with a selection tool + * Added a checkbox for enabling HiDPI to the settings dialog + * Remove the export to PDF functionality. It is having too many + issues right now. (kde#372439) + * a lot of bug fixes + * More information on https://krita.org/en/release-notes-for-3-1-2/ +- Add Qt5Multimedia build requirement to enable the new audio + support for animations + ------------------------------------------------------------------- Wed Dec 21 19:32:18 UTC 2016 - fabian@ritter-vogt.de diff --git a/krita.spec b/krita.spec index 7b6c2d5..97cb468 100644 --- a/krita.spec +++ b/krita.spec @@ -1,7 +1,7 @@ # # spec file for package krita # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,13 @@ %bcond_without lang Name: krita -Version: 3.1.1 +Version: 3.1.2.1 Release: 0 Summary: Digital Painting Application License: GPL-2.0+ and LGPL-2.1+ Group: Productivity/Graphics/Bitmap Editors Url: http://www.krita.org/ -Source0: http://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.gz +Source0: http://download.kde.org/stable/krita/3.1.2/krita-%{version}.tar.gz Source99: %{name}.changes BuildRequires: Mesa-devel BuildRequires: OpenColorIO-devel @@ -70,6 +70,7 @@ BuildRequires: pkgconfig(Qt5Concurrent) BuildRequires: pkgconfig(Qt5Core) >= 5.6 BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(Qt5Gui) +BuildRequires: pkgconfig(Qt5Multimedia) BuildRequires: pkgconfig(Qt5Network) BuildRequires: pkgconfig(Qt5OpenGL) BuildRequires: pkgconfig(Qt5PrintSupport)