forked from pool/krita
Accepting request 492306 from home:Vogtinator:branches:KDE:Extra
- Update to version 3.1.3: * New features: + implement context menu actions for default tool (cut, copy, paste, object ordering) + added option to allow multiple instances of krita (BUG 377199) + scale around pivot point added * Too many bugfixes to list here, see: https://krita.org/en/release-notes-for-3-1-3/ - Add _constraints: Needs at least 4 GiB RAM OBS-URL: https://build.opensuse.org/request/show/492306 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krita?expand=0&rev=41
This commit is contained in:
parent
b89ede9160
commit
610d8f891f
7
_constraints
Normal file
7
_constraints
Normal file
@ -0,0 +1,7 @@
|
||||
<constraints>
|
||||
<hardware>
|
||||
<memory>
|
||||
<size unit="G">4</size>
|
||||
</memory>
|
||||
</hardware>
|
||||
</constraints>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:934ed82c3f4e55e7819b327c838ea2f307d3bf3d040722501378b01d76a3992d
|
||||
size 209242179
|
3
krita-3.1.3.tar.gz
Normal file
3
krita-3.1.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:816b9fa9717b78d8dc3a9c4efd49f7a5e3b7f2a0965f2434c48b708598d1b288
|
||||
size 209606776
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 12:03:56 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to version 3.1.3:
|
||||
* New features:
|
||||
+ implement context menu actions for default tool (cut, copy, paste, object ordering)
|
||||
+ added option to allow multiple instances of krita (BUG 377199)
|
||||
+ scale around pivot point added
|
||||
* Too many bugfixes to list here, see:
|
||||
https://krita.org/en/release-notes-for-3-1-3/
|
||||
- Add _constraints: Needs at least 4 GiB RAM
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 11:52:50 UTC 2017 - adam.majer@suse.de
|
||||
|
||||
|
@ -19,13 +19,13 @@
|
||||
%bcond_without lang
|
||||
|
||||
Name: krita
|
||||
Version: 3.1.2.1
|
||||
Version: 3.1.3
|
||||
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/3.1.2/krita-%{version}.tar.gz
|
||||
Source0: http://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.gz
|
||||
Source99: %{name}.changes
|
||||
BuildRequires: Mesa-devel
|
||||
BuildRequires: OpenColorIO-devel
|
||||
|
Loading…
Reference in New Issue
Block a user