commit krita for openSUSE:Factory

2020-11-02 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2020-11-02 09:42:08

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new.3463 (New)


Package is "krita"

Mon Nov  2 09:42:08 2020 rev:48 rq:845095 version:4.4.1

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2020-10-24 
15:17:50.384251257 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new.3463/krita.changes2020-11-02 
09:42:37.841738735 +0100
@@ -1,0 +2,15 @@
+Fri Oct 30 11:56:59 UTC 2020 - Wolfgang Bauer 
+
+- Update to 4.4.1:
+  * See https://krita.org/en/item/krita-4-4-1-released/
+  * Fix a crash when loading a file with a pattern fill layer
+(kde#427866)
+  * Fix loading masks with vector selections (kde#428332)
+  * Fix a crash in the text tool when opening the editor by
+double-clicking the text (kde#427858)
+  * Fix a crash when using the move tool on a pixel selection
+(kde#428260)
+- Add libheif-devel BuildRequires on Tumbleweed to enable HEIF
+  import/export filter
+
+---

Old:

  krita-4.4.0.tar.xz

New:

  krita-4.4.1.tar.xz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.RS4GWB/_old  2020-11-02 09:42:39.401740232 +0100
+++ /var/tmp/diff_new_pack.RS4GWB/_new  2020-11-02 09:42:39.405740236 +0100
@@ -24,7 +24,7 @@
 %bcond_with vc
 %endif
 Name:   krita
-Version:4.4.0
+Version:4.4.1
 Release:0
 Summary:Digital Painting Application
 License:GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later 
AND GPL-3.0-or-later AND BSD-2-Clause AND CC0-1.0 AND LGPL-2.0-only
@@ -43,6 +43,9 @@
 BuildRequires:  libboost_system-devel
 BuildRequires:  libeigen3-devel
 BuildRequires:  libexiv2-devel
+%if 0%{?suse_version} > 1500
+BuildRequires:  libheif-devel
+%endif
 BuildRequires:  libjpeg-devel
 BuildRequires:  liblcms2-devel
 BuildRequires:  libpng-devel

++ krita-4.4.0.tar.xz -> krita-4.4.1.tar.xz ++
/work/SRC/openSUSE:Factory/krita/krita-4.4.0.tar.xz 
/work/SRC/openSUSE:Factory/.krita.new.3463/krita-4.4.1.tar.xz differ: char 26, 
line 1




commit krita for openSUSE:Factory

2020-10-24 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2020-10-24 15:17:19

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new.3463 (New)


Package is "krita"

Sat Oct 24 15:17:19 2020 rev:47 rq:841605 version:4.4.0

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2020-10-12 
13:59:35.902223193 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new.3463/krita.changes2020-10-24 
15:17:50.384251257 +0200
@@ -1,0 +2,43 @@
+Tue Oct 13 17:09:36 UTC 2020 - Christophe Giboudeaux 
+
+- Increase the minimum disk size for all archs.
+
+---
+Tue Oct 13 07:39:48 UTC 2020 - Wolfgang Bauer 
+
+- Update to 4.4.0:
+  * See https://krita.org/en/item/krita-4-4-0-released/
+  * Fill layers can now make use of multi-threading
+  * The patterns of fill layers can now be transformed
+  * A new Screentone fill layer option specialized in filling the
+whole screen with dots, squares, lines, waves or more
+  * Multigrid - a fill layer that generates, among others, Penrose
+tilings, as well as Quasicrystal structures
+  * Integration of Disney Animation's SeExpr expression language
+  * Gradient Map mode for Brush-tips
+  * Brushes now have the ability to use lightness and the gradients
+for textures as well
+  * Diagonal lines in MyPaint color selector allow modifying
+lightness and saturation of the currently active color at the
+same time
+  * Support for dynamic use of currently selected colors in
+gradients
+  * New WebM/VP9 preset for Animation Rendering
+  * Compositions Docker now allows for the exporting of Animations
+  * New GDQUEST Batch Exporter add-on
+  * New Python plugin Channels to Layers
+  * Python API changes:
++ Return list of available dockers for application in python
++ Add signal to notify when theme changed
++ Add signal when active view changes in python
++ Add showFloatingMessage to View API
++ New widget bindings: scratchpad
+  * Make Ctrl+C/X/V shortcut work with layers when there is nothing
+else to copy
+  * Basic Reapply Filter with Prompt
+  * Update default layer name to show type
+  * Add 'selection as a border' option to the Fill Tool
+  * Bug fixes
+- Drop Support-quazip-1.0.patch, merged upstream
+
+---

Old:

  Support-quazip-1.0.patch
  krita-4.3.0.tar.xz

New:

  krita-4.4.0.tar.xz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.ArKKFM/_old  2020-10-24 15:17:53.300254021 +0200
+++ /var/tmp/diff_new_pack.ArKKFM/_new  2020-10-24 15:17:53.304254025 +0200
@@ -24,15 +24,13 @@
 %bcond_with vc
 %endif
 Name:   krita
-Version:4.3.0
+Version:4.4.0
 Release:0
 Summary:Digital Painting Application
 License:GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later 
AND GPL-3.0-or-later AND BSD-2-Clause AND CC0-1.0 AND LGPL-2.0-only
 Group:  Productivity/Graphics/Bitmap Editors
 URL:https://www.krita.org/
 Source0:
https://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM
-Patch0: Support-quazip-1.0.patch
 %ifnarch %{arm} aarch64
 # causes build failure on ARM currently
 BuildRequires:  OpenColorIO-devel
@@ -111,7 +109,6 @@
 
 %prep
 %setup -q
-%autopatch -p1
 
 %build
 %ifarch %{arm} aarch64
@@ -139,6 +136,7 @@
 %license COPYING*
 %doc AUTHORS HACKING README*
 %{_kf5_bindir}/krita
+%{_kf5_bindir}/krita_version
 %{_kf5_bindir}/kritarunner
 %{_kf5_applicationsdir}/*.desktop
 %{_kf5_sharedir}/krita/

++ _constraints ++
--- /var/tmp/diff_new_pack.ArKKFM/_old  2020-10-24 15:17:53.336254055 +0200
+++ /var/tmp/diff_new_pack.ArKKFM/_new  2020-10-24 15:17:53.340254059 +0200
@@ -3,16 +3,8 @@
   
4
   
- 
- 
-  
-   ppc64
-   ppc64le
-  
-  
-   
-9
-   
+  
+   10
+  
   
- 
 

++ krita-4.3.0.tar.xz -> krita-4.4.0.tar.xz ++
/work/SRC/openSUSE:Factory/krita/krita-4.3.0.tar.xz 
/work/SRC/openSUSE:Factory/.krita.new.3463/krita-4.4.0.tar.xz differ: char 25, 
line 1




commit krita for openSUSE:Factory

2020-10-12 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2020-10-12 13:58:21

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new.3486 (New)


Package is "krita"

Mon Oct 12 13:58:21 2020 rev:46 rq:841157 version:4.3.0

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2020-07-10 
15:30:58.650842013 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new.3486/krita.changes2020-10-12 
13:59:35.902223193 +0200
@@ -1,0 +2,10 @@
+Sun Oct 11 14:35:46 UTC 2020 - Wolfgang Bauer 
+
+- Update Support-quazip-1.0.patch to support quazip 1.1 as well
+
+---
+Sat Oct 10 15:00:08 UTC 2020 - Wolfgang Bauer 
+
+- Add Support-quazip-1.0.patch to fix build with quazip 1.0
+
+---

New:

  Support-quazip-1.0.patch



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.lJTaph/_old  2020-10-12 13:59:37.090223689 +0200
+++ /var/tmp/diff_new_pack.lJTaph/_new  2020-10-12 13:59:37.090223689 +0200
@@ -31,6 +31,8 @@
 Group:  Productivity/Graphics/Bitmap Editors
 URL:https://www.krita.org/
 Source0:
https://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM
+Patch0: Support-quazip-1.0.patch
 %ifnarch %{arm} aarch64
 # causes build failure on ARM currently
 BuildRequires:  OpenColorIO-devel
@@ -109,6 +111,7 @@
 
 %prep
 %setup -q
+%autopatch -p1
 
 %build
 %ifarch %{arm} aarch64

++ Support-quazip-1.0.patch ++
>From 3eaf480ae5d615e8e26153cca98115ff0f23135f Mon Sep 17 00:00:00 2001
From: Antonio Rojas 
Date: Mon, 5 Oct 2020 20:11:26 +0200
Subject: [PATCH] Support quazip 1.0

Update FindQuaZip to find the QuaZip 1.0 library names and include dirs. Once 
support for quazip<1 is dropped this should be ported to use quazip's own 
QuaZipConfig
---
 cmake/modules/FindQuaZip.cmake | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cmake/modules/FindQuaZip.cmake b/cmake/modules/FindQuaZip.cmake
index 7e628fcd4b..345c7909ab 100644
--- a/cmake/modules/FindQuaZip.cmake
+++ b/cmake/modules/FindQuaZip.cmake
@@ -25,15 +25,15 @@ ELSE (QUAZIP_INCLUDE_DIRS AND QUAZIP_LIBRARIES)
ELSE(WIN32)
FIND_PACKAGE(PkgConfig)
 # pkg_check_modules(PC_QCA2 QUIET qca2)
-   pkg_check_modules(PC_QUAZIP quazip)
+   pkg_check_modules(PC_QUAZIP quazip quazip1-qt5)
FIND_LIBRARY(QUAZIP_LIBRARIES
WIN32_DEBUG_POSTFIX d
-NAMES quazip${QUAZIP_LIB_VERSION_SUFFIX}
+NAMES quazip${QUAZIP_LIB_VERSION_SUFFIX} quazip1-qt5
HINTS /usr/lib /usr/lib64
)
FIND_PATH(QUAZIP_INCLUDE_DIR quazip.h
HINTS /usr/include /usr/local/include
-   PATH_SUFFIXES quazip${QUAZIP_LIB_VERSION_SUFFIX}
+   PATH_SUFFIXES quazip${QUAZIP_LIB_VERSION_SUFFIX} 
QuaZip-Qt5-1.0/quazip QuaZip-Qt5-1.1/quazip
)
FIND_PATH(QUAZIP_ZLIB_INCLUDE_DIR zlib.h HINTS /usr/include 
/usr/local/include)
ENDIF (WIN32)
-- 
GitLab




commit krita for openSUSE:Factory

2020-07-10 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2020-07-10 15:30:46

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new.3060 (New)


Package is "krita"

Fri Jul 10 15:30:46 2020 rev:45 rq:819913 version:4.3.0

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2020-07-08 
19:11:04.106702633 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new.3060/krita.changes2020-07-10 
15:30:58.650842013 +0200
@@ -1,0 +2,5 @@
+Thu Jul  9 07:42:45 UTC 2020 - Michel Normand 
+
+- increase disk size from 4 to 9GB for ppc64/ppc64le
+
+---



Other differences:
--
++ _constraints ++
--- /var/tmp/diff_new_pack.cob9FJ/_old  2020-07-10 15:30:59.594845119 +0200
+++ /var/tmp/diff_new_pack.cob9FJ/_new  2020-07-10 15:30:59.594845119 +0200
@@ -11,7 +11,7 @@
   
   

-4
+9

   
  




commit krita for openSUSE:Factory

2020-07-08 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2020-07-08 19:10:34

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new.3060 (New)


Package is "krita"

Wed Jul  8 19:10:34 2020 rev:44 rq:816365 version:4.3.0

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2020-06-05 
20:24:45.228718164 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new.3060/krita.changes2020-07-08 
19:11:04.106702633 +0200
@@ -1,0 +2,103 @@
+Sat Jun 20 10:13:51 UTC 2020 - Wolfgang Bauer 
+
+- Set minimum disk size for ppc64/ppc64le in _constraints to
+  prevent "no space left on device" errors during build
+- Fix build on ARM
+
+---
+Thu Jun 18 10:04:10 UTC 2020 - Wolfgang Bauer 
+
+- Update to 4.3.0:
+  * See https://krita.org/en/item/krita-4-3-0-released/
+  * The "Render Animation" dialog has a new option for exporting
+only the unique frames of an animation
+  * New hotkey bind-able actions for selecting the previous/next
+sibling layer
+  * General animation caching improvements
+  * Hidden layers can now be properly edited and scrubbed in active
+isolation mode
+  * Timeline now correctly highlights the current frame when
+loading a new document
+  * Onion skins no longer become misaligned after cropping
+  * Presence of transform masks on the layer tree no longer glitch
+animation playback
+  * The "Render Animation" dialog's image settings are now
+independent and no longer conflict with the image "Export"
+dialog's settings
+  * The "Render Animation" dialog now correctly synchronizes HDR
+settings between the video and image sequence options
+  * Added small headers to multiple animation context menus to
+mitigate accidental selections
+  * The error message that's shown when Krita can't find FFMPEG now
+provides helpful information and a link to the official
+documentation
+  * The "Isolate Layer" feature is now called "Isolate Active
+Layer" to better reflect how it works
+  * New set of watercolor effect brush presets
+  * Bundles now properly handle timezones and show dates in the
+user's preferred format
+  * New patterns that are good for usage with the new Palettize
+filter
+  * New Color Mode in the Gradient Map filter
+  * New Palettize and High Pass filters
+  * Memory leaks in the gradient map filter were fixed
+  * The edge detection and height to normal map filters no longer
+show staircase-like artifacts
+  * All convolution filters (like sharpen, blur) now work correctly
+on images with an opaque background
+  * The HSV filter now works more correctly on grayscale images
+  * The blur filter now calculates the aspect ratio correctly
+  * The motion blur filter now produces fewer artifacts
+  * The performance of layer styles has been improved
+  * The separate channels function works again
+  * The split image dialog now supports splitting along guides
+dragged out of the rulers and has a nice preview as well
+  * Clone layers now perform much better and are much more stable
+  * New Dialog to change the source of clone layers
+  * Python:
++ ManagedColor now can also be initialized with a QColor
++ Added a setDocument method to the View class
++ Actions creating in Python extensions are loaded before the
+  menus and toolbars are constructed
+  * RGBA brushes:  Krita now allows setting the opacity and
+lightness on colored brush tips separately
+  * The pixel brush engine is about 20% faster
+  * Multi-dimension export for GIH (GIMP image hose format)
+  * It's now possible to take the central canvas area out of the
+window and put it in its own window
+  * Rendering the Lab channels is now done correctly both in the
+channels docker and on the canvas
+  * The color chooser no longer loses contrast when adjusting the
+saturation of the the HSL slider, while changing the lightness
+compensates better for keeping the saturation correct
+  * Krita now tries to recognize the broken ICC profiles that
+Photoshop installs and doesn't try to load them
+  * Palettes with more than 4096 columns are now loaded and shown
+correctly
+  * The color selectors not only perform much better but are also
+more correct and easier to use
+  * New Snapshot docker
+  * Some tools come with "actions" - like increasing/decreasing the
+brush tip size
+  * New Magnetic Selection Tool
+  * New Modes for the Gradient Tool: Spiral, Reverse Spiral and
+Bilinear mode have been added
+  * The Fill Tool and Contiguous Selection Tool ("magic wand") have
+been extended: you can choose between All Layers, Current Layer
+and Color Labeled Layers to indicate what area the tool needs
+to 

commit krita for openSUSE:Factory

2020-06-05 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2020-06-05 20:19:15

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new.3606 (New)


Package is "krita"

Fri Jun  5 20:19:15 2020 rev:43 rq:811539 version:4.2.9

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2020-04-01 
19:08:25.279263404 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new.3606/krita.changes2020-06-05 
20:24:45.228718164 +0200
@@ -1,0 +2,6 @@
+Thu Jun  4 14:35:42 UTC 2020 - Christophe Giboudeaux 
+
+- Add patch to fix build with Qt 5.15:
+  * 0001-Fix-build-with-Qt-5.15.patch
+
+---

New:

  0001-Fix-build-with-Qt-5.15.patch



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.9Ws8NS/_old  2020-06-05 20:24:47.044721405 +0200
+++ /var/tmp/diff_new_pack.9Ws8NS/_new  2020-06-05 20:24:47.044721405 +0200
@@ -31,6 +31,8 @@
 Group:  Productivity/Graphics/Bitmap Editors
 URL:https://www.krita.org/
 Source0:
https://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM
+Patch0: 0001-Fix-build-with-Qt-5.15.patch
 BuildRequires:  OpenColorIO-devel
 BuildRequires:  OpenEXR-devel
 BuildRequires:  extra-cmake-modules
@@ -104,7 +106,7 @@
 %lang_package
 
 %prep
-%setup -q -n krita-%{version}
+%autosetup -p1
 
 %build
 # install translations to %%{_kf5_localedir} so they don't clash with the 
krita translations in calligra-l10n (KDE4 based)

++ 0001-Fix-build-with-Qt-5.15.patch ++
 893 lines (skipped)




commit krita for openSUSE:Factory

2020-04-01 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2020-04-01 19:07:45

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new.3248 (New)


Package is "krita"

Wed Apr  1 19:07:45 2020 rev:42 rq:788658 version:4.2.9

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2019-11-28 
10:17:30.655639228 +0100
+++ /work/SRC/openSUSE:Factory/.krita.new.3248/krita.changes2020-04-01 
19:08:25.279263404 +0200
@@ -1,0 +2,103 @@
+Thu Mar 26 15:26:54 UTC 2020 - wba...@tmo.at
+
+- Update to 4.2.9:
+  * See https://krita.org/en/item/krita-4-2-9-released/
+  * Brush outline no longer flickers when you hover over the canvas
+  * Added "Airbrush" and "Airbrush Rate" to the Color Smudge brush,
+and a new Ratio setting
+  * Added a "Split Layer into Selection Mask" feature
+  * Fix transparency checkers looked white on HDR display
+(kde#406698)
+  * Several fixes to file dialogs for overwriting and jpg files
+(kde#412651)
+  * Fix Grow Selection expanding in one direction (kde#414647)
+  * Fix crash using onion skins on non-animated layers (kde#414668)
+  * Increase the limit in Layer Offset to 100k (kde#414625)
+  * Fix crash opening .kra with incorrect clone source (related to
+(kde#414699)
+  * Prevent crash on addition of color to deleted palette with
+colorpicker (kde#413548)
+  * Make Add subbrush off on changing multibrush tool's type from
+Copy Translate (kde#415651)
+  * Improve rendering of predefined default Rect dab
+  * Set the default location for restored files to
+QStandardPaths::PicturesLocation (kde#415810)
+  * Don't crash if remoteArguments is called when there isn't a
+mainwindow (kde#415794)
+  * Delay initialization of brush paintop widget state (kde#415033)
+  * Reenable breeze: with the latest release, the bug with
+comboboxes has been fixed
+  * Show the hand cursor if there is no colorize mask yet
+(kde#415935)
+  * Fix logic for enabling/disabling options in stroke selection
+dialog (kde#415896)
+  * ORA export, write entire layers instead of cropping them
+  * Fix endless recursion when assigning a profile (kde#414818)
+  * Fix a crash when cancelling Transform Tool action (kde#414672)
+  * Fix an obviously wrong assert in the gradients (kde#414550)
+  * Fix 1px brush offset in line tool (kde#407405)
+  * Fix Layer Filter Combobox with Breeze theme (kde#406595)
+  * Fix comparison of double spin box
+  * Fix PaletteDocker not showing palettes (kde#414890)
+  * Fix undo of replacing vector selection (kde#412808)
+  * Separate krita log dialog from system information
+  * Resource bundle: turn assert into check (kde#399008)
+  * Fix the python Canvas.setRotation method (kde#416126)
+  * Store and restore the geometry of the svg editor window
+(kde#416097)
+  * Fix number of asserts with continued transform (kde#415625)
+  * Fix Touch Docker save button not working on new files
+(kde#407905)
+  * Fix blur Filter inconsistencies (kde#416241)
+  * Fix border artifacts in layer styles (kde#414582)
+  * Use Qt::Popup for color selectors popup widgets (kde#410959)
+  * Always show color popup below the cursor (kde#394139)
+  * Remove the strength compatibility with older paintop presets
+(kde#416335)
+  * Fixed unneeded error message in Render Animation (kde#412599)
+  * Fix canvas offset calculation (kde#416352)
+  * Layers with alpha channel disabled correctly export as
+"svg:src-atop" for ORA
+  * Add icon to Close button of "About Krita" dialog box
+  * Fix memory leak in preset history docker
+  * Warn that Krita needs to be restarted after enabling/disabling
+plugins (kde#416575)
+  * Workaround Qt 5.14's colormanagement preventing png files from
+being saved (kde#416515)
+  * Fixes with last used filter command (kde#416706)
+  * Fix Increase/Decrease Brush Size and Switch To Previous Preset
+buttons
+  * Fix Warp and Cage transform in master (kde#416505)
+  * Fix crazy snapping when resizing shapes (kde#414336)
+  * Fix hiccups when doing canvas actions (kde#414576, kde#415773)
+  * Fix animation rendering problem on small images (< 100px in
+size) (kde#415367)
+  * Fix display of vector shapes when transformed with transform
+tool (kde#417016)
+  * Fix hangup when loading image with generator/file layers
+(kde#415891)
+  * Fix slowdown associated with the quick hide function of
+Shift+click on layer visibility icons
+  * Fix canvas border color issue
+  * Fix issue when saving preferences
+  * A number of fixes with L*A*B* and CMYK thanks to L.E Segovia's
+Season of KDE work
+  * Set setRedirectPolicy as per discussion on KDE mailing lists
+  * Fix crash when loading asl with tdta OSType
+  * Make "Save Incremental Version" update recently used 

commit krita for openSUSE:Factory

2019-11-28 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2019-11-28 10:17:12

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new.26869 (New)


Package is "krita"

Thu Nov 28 10:17:12 2019 rev:41 rq:751467 version:4.2.8.2

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2019-10-05 
16:22:13.609136997 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new.26869/krita.changes   2019-11-28 
10:17:30.655639228 +0100
@@ -1,0 +2,71 @@
+Wed Nov 27 09:08:41 UTC 2019 - wba...@tmo.at
+
+- Update to 4.2.8.2:
+  * See https://krita.org/en/item/krita-4-2-8-released/
+  * Fix the sliders in the performance settings page (kde#414092)
+  * Fix the color space of the onion skin cache (kde#407251)
+  * Fix transforming layers that have onion skins enabled
+(kde#408152)
+  * Also save the preferences when closing the preferences dialog
+with the titlebar close button
+  * Fix a bug in the polygon tool that adds an extra point
+(kde#411059)
+  * Save the last used export settings (kde#409044)
+  * Make it possible to save the "All" tag as the current tag
+(kde#409748)
+  * Show the correct blending mode in the brush preset editor
+(kde#410136)
+  * Fix saving color profiles that are not sRGB to PNG files
+  * Make the transform tool work correctly with the selection
+mask's overlay
+  * Fix a crash when editing the global selection mask (kde#412747)
+  * Remove the "Show Decorations" option from the transform tool
+(kde#413573)
+  * Remove the CSV export filter (it hasn't worked for ages)
+  * Fix slowdown in the Warp transform tool (kde#413157)
+  * Fix possible data loss when pressing the escape key multiple
+times (kde#412561)
+  * Fix a crash when opening an image with a clone layer when
+instant preview is active (kde#412278)
+  * Fix a crash when editing vector shapes (kde#413932)
+  * Fix visibility of Reference Layer and Global Selection Mask in
+Timeline (kde#412905)
+  * Fix random crashes when converting image color space
+(kde#410776)
+  * Rewrite the "auto precision" option in the brush preset editor
+(kde#413085)
+  * Fix legacy convolution filters on images with non-transparent
+background (kde#411159)
+  * Fix an assert when force-autosaving the image right during the
+stroke (kde#412835)
+  * Fix crash when using Contiguous Selection tool with Feather
+option (kde#412622)
+  * Fix an issue where temporary files were created in the folder
+above the current folder
+  * Improve the rendering of the transform tool handles while
+actually making a transformation
+  * Use the actual mimetype instead of the extension to identify
+files when creating thumbnails for the recent files display
+  * Improve the logging to detect whether Krita has closed
+improperly
+  * Fix exporting compositions from the compositions docker
+(kde#412953, kde#412470)
+  * Fix Color Adjustment Curves not processing (kde#412491)
+  * Fix artifacts on layers with colorize mask *and* disabled
+layer styles
+  * Make Separate Channels work (kde#336694, kde#412624)
+  * Make it possible to create vector shapes on images that are
+bigger than QImage's limits (kde#408936)
+  * Disable adjustmentlayer support on the raindrop filter
+(kde#412522)
+  * Make it possible to use .kra files as file layers
+(kde#412549)
+  * Fix Crop tool loosing aspect ratio on move (kde#343586)
+  * Fix Rec2020 display format (kde#410918)
+  * Improve error messages when loading and saving fails
+  * Fix jumping of vector shapes when resizing them
+  * Add hi-res input events for pan, zoom and rotate (kde#409460)
+  * Fix crash when using Pencil Tool with a tablet (kde#412530)
+  * Fix wrong aspect ratio on loading SVG files (kde#407425)
+
+---

Old:

  krita-4.2.7.1.tar.xz

New:

  krita-4.2.8.2.tar.xz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.qLQqld/_old  2019-11-28 10:17:33.903639261 +0100
+++ /var/tmp/diff_new_pack.qLQqld/_new  2019-11-28 10:17:33.907639261 +0100
@@ -24,13 +24,13 @@
 %bcond_with vc
 %endif
 Name:   krita
-Version:4.2.7.1
+Version:4.2.8.2
 Release:0
 Summary:Digital Painting Application
 License:GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later 
AND GPL-3.0-or-later AND BSD-2-Clause AND CC0-1.0 AND LGPL-2.0-only
 Group:  Productivity/Graphics/Bitmap Editors
 URL:https://www.krita.org/
-Source0:
https://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.xz
+Source0:

commit krita for openSUSE:Factory

2019-10-05 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2019-10-05 16:21:44

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new.2352 (New)


Package is "krita"

Sat Oct  5 16:21:44 2019 rev:40 rq:735352 version:4.2.7.1

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2019-09-11 
10:41:39.859206472 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new.2352/krita.changes2019-10-05 
16:22:13.609136997 +0200
@@ -1,0 +2,97 @@
+Fri Oct  4 14:53:41 UTC 2019 - wba...@tmo.at
+
+- Update to 4.2.7.1:
+  * See https://krita.org/en/item/krita-4-2-7-released/
+  * Improve the layout and functionality of the color selector
+dialog and make it perform much better (kde#381529)
+  * Do not crash when trying to merge an invisible group layer
+(kde#411124)
+  * Make it possible to save group layers to file layers even if
+they are empty (kde#411101)
+  * Make the initial location of the OCIO profile selector sensible
+  * Fix possible crashes when a broken file ends up in the Recent
+Documents List (kde#411416)
+  * Use locale-based formatting of numbers in the measure tool and
+other places
+  * Make HTML markup in the Search Field tooltips work
+  * Fix a crash when moving multiple vector shapes (kde#409872)
+  * Fix the sort order of images imported as frames if they are not
+numbered with prefix 0's (kde#375885)
+  * Make it possible again to run the Python Scripting Debugger on
+Linux (kde#410807)
+  * Cache ICC profiles when loading layers: this speeds up loading
+images with thousands of layers (kde#411532)
+  * Use LittleCMS' copy alpha channel flag to speed up color
+transformations
+  * Fix outline move mode (kde#411057)
+  * Fix a hang in the text shape if an UTF-8 Line Break character
+is used (kde#410402)
+  * Fix a random crash if there is not enough space in the swapfile
+location for AMD Ryzen 3500 CPU's (kde#411081)
+  * Fix another random crash when painting (kde#411280)
+  * Fix artifacts when moving control points of a path shape
+(kde#411334)
+  * Fix a crash when cropping a particular image (kde#411536)
+  * Fix move action in the bezier selection tool (kde#398294)
+  * Fix artifacts in Gaussian Blur on transparent layers
+(kde#411719)
+  * Fix a crash when the Liquify Transform is started too quickly
+(kde#411703)
+  * Fix a bad memory leak in the jpeg converter (kde#410864)
+  * Fix a crash when loading a JPEG image with a broken color
+profile (kde#410864)
+  * Fix problems when zooming with a touchpad (kde#410940)
+  * Fix issues when using the calculation capabilities of the
+specific color selector's spin boxes (kde#409818)
+  * Make sure all layers are shown in the animation timeline by
+default
+  * Fix a crash when the colorize tool is active on closing Krita
+  * Fix a crash when converting a colorspace with OCIO enabled
+(kde#411045)
+  * Fix the Strength parameter not being used in Rotation – Fuzzy
+Dab (kde#376179)
+  * Fix a crash when using the mouse wheel while an image is
+opening
+  * Re-add error messages lost when refactoring the error messages
+for loading images
+  * Do not crash if libjpeg encounters any kind of error
+(kde#364350)
+  * Fix presets with random offset of texture being marked dirty
+all the time (kde#406427)
+  * Fix curves changing randomly with sensors with Use Same Curve
+enabled (kde#383909)
+  * Add a simple progress bar when saving .kra files
+  * Ensure that the temporary folder isn't suggested as a
+save-location as this can result in lost work
+  * Make sure toolbars don't get enabled after editing the toolbar
+buttons (kde#402679)
+  * Do not crash when loading a tiled TIFF file with planar color
+data (kde#407171)
+  * Fix freezes when changing some brush properties or curves
+(kde#410158)
+  * Fix wrong borders in the Edge Detection and Height To Normal
+Map Filters (kde#411922)
+  * Fix outline of Group Layers in Move Tool and Transform Tool
+(kde#392717)
+  * Fix preview of shape layers in Transform Tool and Move Tool
+(kde#392717)
+  * Raise the maximum FPS limit to 300 fps from 100 fps
+  * Do not allow clone layers from pass-through group layers
+(kde#409949)
+  * Fix the color of a selected shape being synchronized with the
+color selectors (kde#381784)
+  * Fix updating the current shape color when doing undo/redo
+(kde#404975)
+  * Fix the broken TestKisSwatchGroup test (kde#410387)
+  * Make the splash render pixel-perfect on fractionally scaled
+displays
+  * Fix a crash in Feather Selection, Wavelets, Blur and Edge
+Detection (kde#412057)
+  * Include reference images in the screen color picker
+(kde#411816)
+  * Clean up the SVG files used 

commit krita for openSUSE:Factory

2019-09-11 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2019-09-11 10:40:54

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new.7948 (New)


Package is "krita"

Wed Sep 11 10:40:54 2019 rev:39 rq:729941 version:4.2.6

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2019-08-06 
15:11:45.823742530 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new.7948/krita.changes2019-09-11 
10:41:39.859206472 +0200
@@ -1,0 +2,47 @@
+Tue Sep 10 12:43:33 UTC 2019 - wba...@tmo.at
+
+- Update to 4.2.6:
+  * See https://krita.org/en/item/krita-4-2-6-released/
+  * Add new layer from visible to layer right-click context menu
+  * Allow selection overlay to be reset to default (kde#410470)
+  * Set date for bundle creation to use ISO-Date (kde#410490)
+  * Fix freeze with 32bit float tiff by using our own tiff reader
+for the thumbnails (kde#408731)
+  * Ensure filter mask button is disabled appropriately depending
+on whether the filter supports it (kde#410374)
+  * Enable the small color selector if opengles is available as
+well (kde#410602)
+  * Ensure that checkboxes are shown in menus even when using the
+fusion theme
+  * Isolate Layer Crash (kde#408785)
+  * Properly fix font resetting when all the text in the editor
+removed (kde#409243)
+  * Fix lags in Move Tool when using tablet device (kde#410838)
+  * Fix Shift and Alt modifiers in Outline Selection Tool
+(kde#410532)
+  * Ensure Convert group to Animated Layer shows text in the
+toolbar (kde#410500)
+  * Allow 'Add Clone Layer' to Work on Multiple Layers (kde#373338)
+  * Fix saving animated transparency masks created through
+conversion (kde#409895)
+  * Partially fix the curve change despite 'Share curve across all
+settings' checked (kde#383909)
+  * Try harder to make sure that the swap location is writable
+  * Properly handle timezones in bundles
+  * Make sure all the settings dialogs pages are always shown in
+the same order
+  * Make the settings dialog fit in low-res screens (kde#410793)
+  * Remove misleading 'px' suffix for 'move amount' shortcut
+setting
+  * Make string for reasons for image export problems translatable
+(kde#406973)
+  * Fix crash when creating a bezier curve (kde#410572)
+  * Fix deadlocks in KoShapeManager (kde#410909, kde#410572)
+  * Fix a deadlock when using broken Wacom drivers on Linux
+(kde#410797)
+  * Fix absolute brush rotation on rotated canvas (kde#292726)
+  * Fix deadlock when removing reference image (kde#411212)
+  * Fix a deadlock in handling of vector objects (kde#411365)
+  * Fix autosave saving only once (kde#411631)
+
+---

Old:

  krita-4.2.5.tar.xz

New:

  krita-4.2.6.tar.xz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.aTeHVK/_old  2019-09-11 10:41:43.883205756 +0200
+++ /var/tmp/diff_new_pack.aTeHVK/_new  2019-09-11 10:41:43.883205756 +0200
@@ -24,7 +24,7 @@
 %bcond_with vc
 %endif
 Name:   krita
-Version:4.2.5
+Version:4.2.6
 Release:0
 Summary:Digital Painting Application
 License:GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later 
AND GPL-3.0-or-later AND BSD-2-Clause AND CC0-1.0 AND LGPL-2.0-only
@@ -139,7 +139,7 @@
 %{_kf5_sharedir}/kritaplugins/
 %{_kf5_sharedir}/color/
 %{_kf5_sharedir}/color-schemes/
-%{_kf5_iconsdir}/hicolor/*/apps/calligrakrita.*
+%{_kf5_iconsdir}/hicolor/*/apps/krita.*
 %{_kf5_iconsdir}/hicolor/*/mimetypes/application-x-krita.png
 %dir %{_kf5_iconsdir}/hicolor/1024x1024
 %dir %{_kf5_iconsdir}/hicolor/1024x1024/apps

++ krita-4.2.5.tar.xz -> krita-4.2.6.tar.xz ++
/work/SRC/openSUSE:Factory/krita/krita-4.2.5.tar.xz 
/work/SRC/openSUSE:Factory/.krita.new.7948/krita-4.2.6.tar.xz differ: char 26, 
line 1




commit krita for openSUSE:Factory

2019-08-06 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2019-08-06 15:11:27

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new.4126 (New)


Package is "krita"

Tue Aug  6 15:11:27 2019 rev:38 rq:721048 version:4.2.5

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2019-08-05 
10:35:43.383345270 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new.4126/krita.changes2019-08-06 
15:11:45.823742530 +0200
@@ -1,0 +2,36 @@
+Mon Aug  5 10:44:27 UTC 2019 - wba...@tmo.at
+
+- Update to 4.2.5:
+  * See https://krita.org/en/item/krita-4-2-5-released/
+  * Fix an assert in the transform tool when working with a tablet
+and touch
+  * Fix continued transformation in the transform tool
+  * Fix updates in the transform tool
+  * Show the publication time in the welcome page news ticker
+in the user's preferred short date/time format
+  * Fix using the tangent-normal brush when the canvas is rotated
+or mirrored (kde#404408)
+  * Make it possible again to create new palettes and save them in
+the resource folder, instead of the current document
+(kde#410137)
+  * Make Krita not gobble up all available memory when loading
+a JPG file with specific metadata (kde#410242)
+  * Constrain assistant editors to the viewport, so they can always
+be manipulated
+  * Make sure Krita stores changes to brush presets in the current
+session by default (kde#410463)
+  * Remove an assert that could be triggered when opening the first
+image in a session
+  * Update the version of the default input settings profile, so
+the rotate/zoom action will be activated even if the user
+already had a local kritadefault.profile file
+  * Fix a crash on using the move tool while the image is being
+opened (kde#398968)
+  * Make sure the painting tools don't block anymore (kde#409968,
+kde#408826, kde#409275)
+  * Make the shortcut handling system more tolerant when shortcuts
+overlap (kde#409968)
+  * Fix a crash in the transform tool
+  * Make the transform tool and the move tool more responsive
+
+---

Old:

  krita-4.2.4.tar.xz

New:

  krita-4.2.5.tar.xz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.WJNaGq/_old  2019-08-06 15:11:50.611741490 +0200
+++ /var/tmp/diff_new_pack.WJNaGq/_new  2019-08-06 15:11:50.615741490 +0200
@@ -24,7 +24,7 @@
 %bcond_with vc
 %endif
 Name:   krita
-Version:4.2.4
+Version:4.2.5
 Release:0
 Summary:Digital Painting Application
 License:GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later 
AND GPL-3.0-or-later AND BSD-2-Clause AND CC0-1.0 AND LGPL-2.0-only

++ krita-4.2.4.tar.xz -> krita-4.2.5.tar.xz ++
/work/SRC/openSUSE:Factory/krita/krita-4.2.4.tar.xz 
/work/SRC/openSUSE:Factory/.krita.new.4126/krita-4.2.5.tar.xz differ: char 26, 
line 1




commit krita for openSUSE:Factory

2019-08-05 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2019-08-05 10:35:16

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new.4126 (New)


Package is "krita"

Mon Aug  5 10:35:16 2019 rev:37 rq:720083 version:4.2.4

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2019-07-23 
22:35:16.618997393 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new.4126/krita.changes2019-08-05 
10:35:43.383345270 +0200
@@ -1,0 +2,34 @@
+Wed Jul 31 11:09:31 UTC 2019 - wba...@tmo.at
+
+- Update to 4.2.4:
+  * See https://krita.org/en/item/krita-4-2-4/
+  * New Painttool Sai inspired Luminosity blending mode
+(kde#409627)
+  * Make it possible to use dots in filenames (note that that still
+might confuse your OS) (kde#409765)
+  * Fix regression on softness sensor on Default Circle autobrush
+tip (kde#409758)
+  * Clear any leftover points in the line tool on each use so there
+are no false starts (kde#408439)
+  * Do not reset the opacity to zero when moving more than one
+shape at a time (kde#409131)
+  * Do not ignore rotation in the bristle brush engine (kde#384231)
+  * Fix cursor drift when using pan/zoom/rotate (kde#409460)
+  * Fix a crash when creating an RGB image after the last used
+color model was CMYK (kde#409916)
+  * Use Qt's QImageIO image import/export filter for PPM files
+instead of our own, broken implementation (kde#409714)
+  * Fix updating the brush size in the toolbar using shortcuts or
+drag (kde#408331)
+  * Make generated gradient names translatable (kde#410034)
+  * Fix a crash that could happen when closing Krita after deleting
+a session (kde#409909)
+  * Fix a bug in the color picker that made it possible for the
+active foreground color to be transparent
+  * Fix a logic error in the Separate Image plugin (kde#410308)
+  * Update the notes for the LargeRGB color profile (kde#410023)
+  * Fix the filename reference for Rec.709 profiles
+  * Add a workaround for the KisShortcutsMatcher assert
+(kde#408826)
+
+---

Old:

  krita-4.2.3.tar.xz

New:

  krita-4.2.4.tar.xz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.8jmyoM/_old  2019-08-05 10:35:48.687342280 +0200
+++ /var/tmp/diff_new_pack.8jmyoM/_new  2019-08-05 10:35:48.687342280 +0200
@@ -24,7 +24,7 @@
 %bcond_with vc
 %endif
 Name:   krita
-Version:4.2.3
+Version:4.2.4
 Release:0
 Summary:Digital Painting Application
 License:GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later 
AND GPL-3.0-or-later AND BSD-2-Clause AND CC0-1.0 AND LGPL-2.0-only

++ krita-4.2.3.tar.xz -> krita-4.2.4.tar.xz ++
/work/SRC/openSUSE:Factory/krita/krita-4.2.3.tar.xz 
/work/SRC/openSUSE:Factory/.krita.new.4126/krita-4.2.4.tar.xz differ: char 27, 
line 1




commit krita for openSUSE:Factory

2019-07-23 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2019-07-23 22:35:11

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new.4126 (New)


Package is "krita"

Tue Jul 23 22:35:11 2019 rev:36 rq:717485 version:4.2.3

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2019-07-21 
11:33:15.084788377 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new.4126/krita.changes2019-07-23 
22:35:16.618997393 +0200
@@ -1,0 +2,52 @@
+Wed Jul 17 12:51:15 UTC 2019 - wba...@tmo.at
+
+- Update to 4.2.3:
+  * See https://krita.org/en/item/krita-4-2-3-released/
+  * Fix the caption of the Background Color color selection dialog
+(kde#407658)
+  * Fix the tag selector combobox so it is possible to select
+resources that have a tag that's longer than fits in the
+combobox (kde#408053)
+  * Make it possible for the Krita startup window to become as
+narrow as before adding the news widget (kde#408504)
+  * Fix copy/pasting of animation frames (kde#408421, kde#404595)
+  * Make the polygon and outline selection tool handle the control
+modifier correctly (kde#376007)
+  * Add a reload script button to the Python scripter plugin
+  * Fix a crash in the Overview docker when there is no image open
+  * Fix drag and drop of fill layers between opened files
+(kde#408019)
+  * Fix loading EXR files that have more than one layer with the
+same name (kde#409552)
+  * Hide vanishing points preview lines when assistants are hidden
+(kde#396158)
+  * Fix the Mirror All Layers Horizontally function
+  * Fix switching profile to default when changing channel depth in
+the New Image dialog (kde#406700)
+  * Disable AVG optimizations for some 32 bit blending modes
+(kde#404133)
+  * Fix a crash when pressing cancel when trying to create an 8
+bit/channel linear gamma RGB image
+  * Make sure Stroke Selection paint correctly with the selection
+border in the middle of the selection (kde#409254)
+  * Fix saving Krita when perspective assistants are present
+(kde#409249)
+  * Fix issues with transformations being pixelated (kde#409280)
+  * Make it possible to hide all layers except the selected one
+with shift-click (kde#376086)
+  * Fix cloning keyframe channels that are not opacity channels
+  * Fix a hang when trying to paint while playing an animation of
+an empty image (kde#408749)
+  * Fix Isolated Mode when multiple windows are open (kde#408150)
+  * Make the gradient editor show the right editor for stop and
+segmented gradients (but creating new gradients in Krita is
+still broken)
+  * Fix a freeze when pressing delete when making a polygonal
+selection (kde#408843)
+  * Fix the –export commandline option to return 0 when the export
+is successful (kde#409133)
+  * Fix support for the KDE Plasma global menu (kde#408015)
+  * Fix a crash when using the shrink option of the deform brush
+(kde#408887)
+
+---

Old:

  krita-4.2.2.tar.xz

New:

  krita-4.2.3.tar.xz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.nui1FW/_old  2019-07-23 22:35:19.546996788 +0200
+++ /var/tmp/diff_new_pack.nui1FW/_new  2019-07-23 22:35:19.550996788 +0200
@@ -24,7 +24,7 @@
 %bcond_with vc
 %endif
 Name:   krita
-Version:4.2.2
+Version:4.2.3
 Release:0
 Summary:Digital Painting Application
 License:GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later 
AND GPL-3.0-or-later AND BSD-2-Clause AND CC0-1.0 AND LGPL-2.0-only

++ krita-4.2.2.tar.xz -> krita-4.2.3.tar.xz ++
/work/SRC/openSUSE:Factory/krita/krita-4.2.2.tar.xz 
/work/SRC/openSUSE:Factory/.krita.new.4126/krita-4.2.3.tar.xz differ: char 27, 
line 1




commit krita for openSUSE:Factory

2019-07-21 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2019-07-21 11:32:57

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new.4126 (New)


Package is "krita"

Sun Jul 21 11:32:57 2019 rev:35 rq:712677 version:4.2.2

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2019-06-19 
21:04:28.334296684 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new.4126/krita.changes2019-07-21 
11:33:15.084788377 +0200
@@ -1,0 +2,89 @@
+Thu Jun 27 10:11:29 UTC 2019 - wba...@tmo.at
+
+- Update to 4.2.2:
+  * See https://krita.org/en/item/krita-4-2-2-released/
+  * Text editor: make sure the background color is the one set in
+the settings (kde#408344)
+  * Fix a crash when creating a text shape (kde#407554)
+  * Make sure the text style is not reset when removing the last
+character in the text editor (kde#408441)
+  * Use a highlighted tool button in the selection tool option
+dockers so it's easier to see which selection action is active
+  * Fix the nearest neighbour transform algorithm (kde#408182)
+  * Fix a styling issue in the filter layers properties dialog
+(kde#408171)
+  * Fix an issue where if Krita was set to use a language other
+than English, vector strokes were drawn wrongly
+  * Fix selecting colors from the combobox in the palette docker
+  * Fix a crash when loading a broken KPL file (kde#408447)
+  * Fix an issue where a transparent pattern fill loader was loaded
+incorrectly (kde#408169)
+  * Make it possible to make the onion skin docker smaller
+(kde#407646)
+  * Improve loading GPL palettefiles with thousands of columns
+  * Fix the slider widget to make it impossible to get negative
+values
+  * Improve the tiff import/export filter (kde#408177)
+  * Fix loading the scripter Python plugin when using a language
+other than English
+  * Improve the reference image tool and optimize loading images
+from clipboard
+  * Make the camera raw import filter honor batch mode
+  * Fix rendering of clone layers if the source layer is not
+visible (kde#408167, kde#405536)
+  * Fix move and transform tools after a quick layer duplication
+(kde#408593)
+  * Fix a crash when selecting the opaque pixels on a transform
+mask (kde#408618)
+  * Fix loading sRGB EXR files (kde#408485)
+  * Make the new image dialog choose the last used option even when
+the user's language has changed
+  * Fix the "Enforce Palette Colors" feature (kde#408256)
+  * Update the brush preview on every brush stamp creation
+(kde#389432)
+  * Make it possible to edit vector shapes on duplicated vector
+layers (kde#408028)
+  * Hide the color picker button in the vector object properties
+docker, it's unimplemented
+  * Fix color as mask export in GIH and GBR brush tip export
+(kde#389928)
+  * Restore the default favorite blending modes
+  * Add a header to all right-click menus on the canvas so the
+first thing under the cursor isn't something dangerous, like
+'cut' (kde#408696)
+  * Fix an incorrect condition when rendering animations where
+Krita would complain to be out of memory
+  * Keep the community links in the welcome screen visible when
+changing theme (kde#408686)
+  * Check after saving whether the saved file can be opened and has
+correct contents
+  * Improve the import/export error handling and reporting
+  * Make sure the filter dialog shows up in front of Krita's main
+window (kde#408867)
+  * Make sure that the contiguous selection tool provides the
+antialiasing switch (kde#408733)
+  * Fix the fuzziness setting in the contiguous selection tool
+  * Fix putting the text shape behind every other shape on a vector
+layer after editing text (kde#408693)
+  * Fix switching the pointer type by stylus tip (kde#408454,
+kde#405747)
+  * Fix an issue on Linux where switching from pen to mouse would
+prevent the mouse from drawing on the canvas (kde#407595)
+  * Fix a crash when the user undoes creating layers too quickly
+(kde#408484)
+  * Fix using .KRA and .ORA files as file layers (kde#408087)
+  * Clear all points in the outline selection on clicking
+(kde#408439)
+  * Fix a crash when using the fill tool in fast mode on a pixel
+selection mask
+  * Fix merging layers with inactive selection masks (kde#402070)
+  * Remove default actions from the Reference Image tool that were
+inappropriate (kde#408427)
+  * Fix undo/redo not restoring the document to unmodified
+(kde#402263)
+  * Fix the deform tool leaving darkish traces when scrubbing a lot
+on a 16 bit canvas (kde#290383)
+- Adjust package license: the LGPL-2.1-only files have been changed
+  to GPL-2.0-or-later or LGPL-2.0-or-later (kde#408071)
+

commit krita for openSUSE:Factory

2019-06-19 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2019-06-19 21:04:08

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new.4811 (New)


Package is "krita"

Wed Jun 19 21:04:08 2019 rev:34 rq:707814 version:4.2.1

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2019-03-18 
10:41:50.219237936 +0100
+++ /work/SRC/openSUSE:Factory/.krita.new.4811/krita.changes2019-06-19 
21:04:28.334296684 +0200
@@ -1,0 +2,256 @@
+Wed Jun  5 09:05:27 UTC 2019 - wba...@tmo.at
+
+- Update to 4.2.1:
+  * See https://krita.org/en/item/krita-4-2-1-released/
+  * Fix slowdown after a longer period of use (kde#408255,
+kde#408133)
+  * Fix loading vector layers when the image name is not latin1
+(kde#408280)
+  * Fix rectangular grid spacing limits incorrect after resizing
+canvas (kde#408166)
+  * Fix layer properties window draws on top of other application
+windows (kde#408170)
+  * Fix the posterize filter to use non-linear sRGB for computation
+  * Allow the animation render to start at frame 0 at all times
+(kde#408198)
+  * Enable the Select Opaque actions for group layers (kde#408236)
+  * Check whether the drive still exists before creating a
+temporary directory for animation rendering (kde#408246)
+  * Prevent the user from deleting locked layers when pressing
+shift-del too quickly
+  * Fix copying and duplicating vector layers (kde#408028)
+  * Fix Krita's canvas being transparent on Linux when built
+against older versions of Qt (kde#408225)
+  * Fix possible small delays at the beginning of a stroke
+(kde#408133)
+  * Fix folding/unfolding when clicking on a layer thumbnail
+  * Fix undo/redo when working with guides
+  * Fix reversed Python API guides lock/show states (kde#408113)
+  * Make the minimum size for brushes consistent through the
+application
+  * Make the auto brush spacing precision values consistent
+(kde#359453)
+  * Improve selectioon behaviour on the layer docker (kde#408002)
+  * Fix the vector stroke style propagating to other vector objects
+(kde#407683)
+  * Fix the Document Tools plugin (kde#408146)
+  * Fix the layer name being deselected when opening the layer name
+editor (kde#400357)
+
+---
+Wed May 29 14:16:16 UTC 2019 - Christophe Giboudeaux 
+
+- Update the 'License' tag for the 4.2.0 release.
+
+---
+Wed May 29 11:52:40 UTC 2019 - wba...@tmo.at
+
+- Update to 4.2.0:
+  * See https://krita.org/en/krita-4-2-release-notes/
+  * Fix: Allow changing layer name to set document as modified
+(kde#380437)
+  * Fix: Allow undoing when changing layer names (kde#380437)
+  * Fix: Update the undo limit if we change it
+  * Fix: Handling of modified document notification in sub-window
+mode (kde#386488)
+  * Fix: Fix when holding right-click over layer's color settings
+(kde#392815)
+  * Fix: Do not show language switch warning when going back to the
+default (kde#362961)
+  * Fix: Gradient map color mapping issues (kde#388976)
+  * Fix: Layout improvements and showing levels for histogram
+filter (kde#376048)
+  * Improvement: Add warning when adding shape to clone layer
+(kde#406730)
+  * Usability: Make default background for text editor white for
+readability
+  * Fix: Activation of FFTW convolution worker (kde#407062)
+  * Fix: Crash in halftone filter (kde#407045)
+  * Fix: remove notification for unused keyboard short for
+wrap-around (kde#407119)
+  * Fix: Safe assert triggered while drawing (kde#404552)
+  * Improvement: Warn artists if they try to render an animated GIF
+with over 50 FPS (kde#403873)
+  * Improvement: Handle calculation better for grayscale images in
+high bit depth (kde#405693)
+  * Usability: Make tabs and table headers and text translatable
+(kde#406943, kde#406944)
+  * Improvement: Make zoom mode persistent when moving across
+screens
+  * Fix: Exporting animation frames into EXR format (kde#406830)
+  * Improvement: Load broken TGA files that have bad alpha data
+(kde#354791)
+  * Python: Allow selecting boundary limits on export (kde#404615)
+  * Fix: Unable to set minimal shade selector (kde#368587)
+  * Improvement: Add pixel snap mode for canvas (kde#390952)
+  * Fix: Load pre-Krita 4.0 transform masks (kde#396815)
+  * Fix: TIFF export filter flatten images with group layers
+(kde#404204)
+  * Fix: Do not activate already running app instance when
+exporting image sequence
+  * Fix: Memory leak with GIFs when saving and line length
+(kde#404160)
+  * Improvement: Better calculate SVG document size and loading
+omitted commands (kde#406124)
+  * 

commit krita for openSUSE:Factory

2019-03-18 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2019-03-18 10:41:41

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new.28833 (New)


Package is "krita"

Mon Mar 18 10:41:41 2019 rev:33 rq:685570 version:4.1.8

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2019-01-05 
14:42:15.408485406 +0100
+++ /work/SRC/openSUSE:Factory/.krita.new.28833/krita.changes   2019-03-18 
10:41:50.219237936 +0100
@@ -1,0 +2,31 @@
+Wed Mar  6 14:24:12 UTC 2019 - wba...@tmo.at
+
+- Update to 4.1.8:
+  * Be the top handler for .kra files by default (kde#337272)
+  * Disable forked xcb implementation with Qt 5.12 and up, as it
+no longer works
+  * Remove connection to a non-existent signal
+  * Fix building against exiv2-0.27 (kde#402566)
+  * Remove splash screen options now and always close when krita
+finishes loading
+  * Deref image shared pointers before calling ~KisDocument
+(kde#396985)
+  * overview docker: preserve aspect ratio and don't stretch when
+some layers are hidden
+  * Resize the HUD after adding options for the first time
+(kde#402296)
+  * Remove default shortcut for the text tool (kde#402270)
+- Drop patches merged upstream:
+  * Fix-building-against-exiv2-0.27.patch
+  * Fix-the-exiv2-fix.patch
+- Drop 0001-Fix-popup-palette-with-Qt-5.9.4.patch, the bug in Qt
+  has been fixed via a maintenance update meanwhile
+
+---
+Tue Jan  8 09:23:29 UTC 2019 - wba...@tmo.at
+
+- Add 0001-Fix-popup-palette-with-Qt-5.9.4.patch to work around a
+  bug in Qt 5.9.4 that broke krita's popup palette on Leap 15.0
+  (boo#1120639)
+
+---

Old:

  Fix-building-against-exiv2-0.27.patch
  Fix-the-exiv2-fix.patch
  krita-4.1.7.tar.gz

New:

  krita-4.1.8.tar.gz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.PG5YAH/_old  2019-03-18 10:41:56.127230715 +0100
+++ /var/tmp/diff_new_pack.PG5YAH/_new  2019-03-18 10:41:56.131230711 +0100
@@ -26,7 +26,7 @@
 %endif
 
 Name:   krita
-Version:4.1.7
+Version:4.1.8
 Release:0
 Summary:Digital Painting Application
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -35,10 +35,6 @@
 Source0:
http://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE fix_libgif_5_0_build.patch -- Trivial fix to make Krita 
link against libgif 5.0.x in openSUSE Leap 42.3
 Patch:  fix_libgif_5_0_build.patch
-# PATCH-FIX-UPSTREAM
-Patch1: Fix-building-against-exiv2-0.27.patch
-# PATCH-FIX-UPSTREAM
-Patch2: Fix-the-exiv2-fix.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  OpenColorIO-devel
 BuildRequires:  OpenEXR-devel
@@ -138,8 +134,6 @@
 %if 0%{?suse_version} < 1320
 %patch
 %endif
-%patch1 -p1
-%patch2 -p1
 
 %build
 # install translations to %%{_kf5_localedir} so they don't clash with the 
krita translations in calligra-l10n (KDE4 based)

++ krita-4.1.7.tar.gz -> krita-4.1.8.tar.gz ++
/work/SRC/openSUSE:Factory/krita/krita-4.1.7.tar.gz 
/work/SRC/openSUSE:Factory/.krita.new.28833/krita-4.1.8.tar.gz differ: char 5, 
line 1




commit krita for openSUSE:Factory

2019-01-05 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2019-01-05 14:42:11

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new.28833 (New)


Package is "krita"

Sat Jan  5 14:42:11 2019 rev:32 rq:662711 version:4.1.7

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2018-12-18 
14:59:47.518124701 +0100
+++ /work/SRC/openSUSE:Factory/.krita.new.28833/krita.changes   2019-01-05 
14:42:15.408485406 +0100
@@ -1,0 +2,13 @@
+Thu Jan  3 11:01:20 UTC 2019 - wba...@tmo.at
+
+- Add Fix-the-exiv2-fix.patch to fix a bug in the previous patch
+  that could cause crashes when opening certain JPG files (that
+  contain XMP tags)
+
+---
+Sun Dec 30 11:56:22 UTC 2018 - wba...@tmo.at
+
+- Add Fix-building-against-exiv2-0.27.patch to fix build with
+  exiv2-0.27.0
+
+---

New:

  Fix-building-against-exiv2-0.27.patch
  Fix-the-exiv2-fix.patch



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.GtXXCn/_old  2019-01-05 14:42:19.400482016 +0100
+++ /var/tmp/diff_new_pack.GtXXCn/_new  2019-01-05 14:42:19.400482016 +0100
@@ -35,6 +35,10 @@
 Source0:
http://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE fix_libgif_5_0_build.patch -- Trivial fix to make Krita 
link against libgif 5.0.x in openSUSE Leap 42.3
 Patch:  fix_libgif_5_0_build.patch
+# PATCH-FIX-UPSTREAM
+Patch1: Fix-building-against-exiv2-0.27.patch
+# PATCH-FIX-UPSTREAM
+Patch2: Fix-the-exiv2-fix.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  OpenColorIO-devel
 BuildRequires:  OpenEXR-devel
@@ -134,6 +138,8 @@
 %if 0%{?suse_version} < 1320
 %patch
 %endif
+%patch1 -p1
+%patch2 -p1
 
 %build
 # install translations to %%{_kf5_localedir} so they don't clash with the 
krita translations in calligra-l10n (KDE4 based)

++ Fix-building-against-exiv2-0.27.patch ++
>From 6b6758bb37da4997be36a7e2a839b07278160559 Mon Sep 17 00:00:00 2001
From: Andreas Sturmlechner 
Date: Thu, 27 Dec 2018 22:40:44 +0100
Subject: Fix building against exiv2-0.27

Summary:
Copied FindLibExiv2.cmake from ECM 5.53.0 until we raise min version.

Thanks-to: Boudewijn Rempt 
for final fix to kis_xmp_io.cpp.

CCBUG: 402566

Test Plan: Built fine against exiv2-0.26 and exiv2-0.27.

Reviewers: #krita, rempt

Reviewed By: #krita, rempt

Subscribers: pino

Tags: #krita

Differential Revision: https://phabricator.kde.org/D17810
---
 CMakeLists.txt|   6 +-
 cmake/modules/FindExiv2.cmake |  80 --
 cmake/modules/FindLibExiv2.cmake  | 115 ++
 libs/ui/CMakeLists.txt|   3 +-
 libs/ui/kisexiv2/kis_exif_io.cpp  |  14 ++---
 libs/ui/kisexiv2/kis_exiv2.h  |   2 +-
 libs/ui/kisexiv2/kis_iptc_io.cpp  |   4 +-
 libs/ui/kisexiv2/kis_xmp_io.cpp   |   6 +-
 plugins/impex/jpeg/CMakeLists.txt |   5 +-
 9 files changed, 130 insertions(+), 105 deletions(-)
 delete mode 100644 cmake/modules/FindExiv2.cmake
 create mode 100644 cmake/modules/FindLibExiv2.cmake

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5558088..b2d2cd4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -592,11 +592,7 @@ set_package_properties(Eigen3 PROPERTIES
 ##
 ## Test for exiv2
 ##
-find_package(Exiv2 0.16 REQUIRED)
-set_package_properties(Exiv2 PROPERTIES
-DESCRIPTION "Image metadata library and tools"
-URL "http://www.exiv2.org;
-PURPOSE "Required by Krita")
+find_package(LibExiv2 0.16 REQUIRED)
 
 ##
 ## Test for lcms
diff --git a/cmake/modules/FindExiv2.cmake b/cmake/modules/FindExiv2.cmake
deleted file mode 100644
index 82cc1c7..000
--- a/cmake/modules/FindExiv2.cmake
+++ /dev/null
@@ -1,80 +0,0 @@
-# - Try to find the Exiv2 library
-#
-#  EXIV2_MIN_VERSION - You can set this variable to the minimum version you 
need
-#  before doing FIND_PACKAGE(Exiv2). The default is 0.12.
-#
-# Once done this will define
-#
-#  EXIV2_FOUND - system has libexiv2
-#  EXIV2_INCLUDE_DIR - the libexiv2 include directory
-#  EXIV2_LIBRARIES - Link these to use libexiv2
-#  EXIV2_DEFINITIONS - Compiler switches required for using libexiv2
-#
-# The minimum required version of Exiv2 can be specified using the
-# standard syntax, e.g. find_package(Exiv2 0.17)
-#
-# For compatibility, also the variable EXIV2_MIN_VERSION can be set to the 
minimum version
-# you need before doing FIND_PACKAGE(Exiv2). The default is 0.12.
-
-# Copyright (c) 2010, Alexander Neundorf, 
-# Copyright (c) 2008, Gilles Caulier, 
-#
-# Redistribution and use is allowed according to 

commit krita for openSUSE:Factory

2018-12-18 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2018-12-18 14:58:05

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new.28833 (New)


Package is "krita"

Tue Dec 18 14:58:05 2018 rev:31 rq:658672 version:4.1.7

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2018-10-15 
09:44:29.935300525 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new.28833/krita.changes   2018-12-18 
14:59:47.518124701 +0100
@@ -1,0 +2,32 @@
+Thu Dec 13 12:16:31 UTC 2018 - wba...@tmo.at
+
+- Update to 4.1.7: (4.1.6 has been skipped)
+  * See https://krita.org/en/item/krita-4-1-7-released/
+  * Remove news feed widget, it could cause problems with WiFi
+connections because Qt's network manager class checks the wifi
+settings all the time (QTBUG-46015, QTBUG-40332)
+  * Work around a bug in Qt 5.12 that would cause an instant crash
+when using a tablet
+  * Fix showing wrongly that there is no audio support in the
+animation timeline audio menu
+  * Don't hang when trying to load recent files thumbnails for
+files in a location that's no longer accessible (kde#401939)
+  * Remember whether anti-aliasing was enabled in selection tools
+(kde#401730)
+  * Add a shortcut to activate the text tool (kde#401655)
+  * Make the toolbars movable again
+  * Make Select by Color Range check the entire image (kde#346138)
+  * Enable HiDPI support by default: the problems with the canvas
+scaling have been solved
+  * Allow krita to import more than file at a time when started
+from a file manager (kde#401476)
+  * Fix using the scrollwheel in comboboxes on Linux (kde#399379)
+  * Fix the calculation of Average Desaturation (kde#400493)
+  * Do not crash when exporting Compositions (kde#400627)
+  * Make the move tool show the correct cursor in all modes
+  * Let the move tool move invisible layers
+  * Fix a crash in the artistic color selector (kde#399860)
+- Drop fix-build-with-Qt5.6.patch, merged upstream
+- Remove no longer used kio-devel build requirement
+
+---

Old:

  fix-build-with-Qt5.6.patch
  krita-4.1.5.tar.gz

New:

  krita-4.1.7.tar.gz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.9LLTrc/_old  2018-12-18 14:59:52.922116571 +0100
+++ /var/tmp/diff_new_pack.9LLTrc/_new  2018-12-18 14:59:52.922116571 +0100
@@ -26,7 +26,7 @@
 %endif
 
 Name:   krita
-Version:4.1.5
+Version:4.1.7
 Release:0
 Summary:Digital Painting Application
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -35,8 +35,6 @@
 Source0:
http://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE fix_libgif_5_0_build.patch -- Trivial fix to make Krita 
link against libgif 5.0.x in openSUSE Leap 42.3
 Patch:  fix_libgif_5_0_build.patch
-# PATCH-FIX-UPSTREAM
-Patch1: fix-build-with-Qt5.6.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  OpenColorIO-devel
 BuildRequires:  OpenEXR-devel
@@ -60,7 +58,6 @@
 BuildRequires:  kguiaddons-devel
 BuildRequires:  ki18n-devel
 BuildRequires:  kiconthemes-devel
-BuildRequires:  kio-devel
 BuildRequires:  kitemmodels-devel
 BuildRequires:  kitemviews-devel
 BuildRequires:  kwidgetsaddons-devel
@@ -137,7 +134,6 @@
 %if 0%{?suse_version} < 1320
 %patch
 %endif
-%patch1 -p1
 
 %build
 # install translations to %%{_kf5_localedir} so they don't clash with the 
krita translations in calligra-l10n (KDE4 based)

++ krita-4.1.5.tar.gz -> krita-4.1.7.tar.gz ++
/work/SRC/openSUSE:Factory/krita/krita-4.1.5.tar.gz 
/work/SRC/openSUSE:Factory/.krita.new.28833/krita-4.1.7.tar.gz differ: char 5, 
line 1




commit krita for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2018-10-15 09:43:52

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Mon Oct 15 09:43:52 2018 rev:30 rq:641809 version:4.1.5

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2018-09-28 
08:54:22.529644908 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2018-10-15 
09:44:29.935300525 +0200
@@ -1,0 +2,66 @@
+Fri Oct 12 12:07:02 UTC 2018 - wba...@tmo.at
+
+- Update to 4.1.5: (4.1.4 has been skipped)
+  * See https://krita.org/en/item/krita-4-1-5-released/
+  * Associate Krita with .ico files
+  * Auto-update the device pixel ration when changing screens
+  * Disable autoscrolling for the pan tool
+  * Disable drag & drop in the recent documents list (kde#399397)
+  * Disable zoom-in/out actions when editing text in rich-text mode
+(kde#399157)
+  * Do not add template files to recent documents list (kde#398877)
+  * Do not allow creating masks on locked layers (kde#399145)
+  * Do not close the settings dialog when pressing enter while
+searching for a shortcut (kde#399116)
+  * Fill polyline shapes if some fill style was selected
+(kde#399135)
+  * Fix Tangent Normal paintop to work with 16 and 32 bit floating
+point images (kde#398826)
+  * Fix a blending issue with the color picker when picking a color
+for the first time (kde#394399)
+  * Fix a problem with namespaces when loading SVG
+  * Fix an assert when right-clicking the animation timeline
+(kde#399435)
+  * Fix autohiding the color selector popup
+  * Fix canvas scaling in hidpi mode (kde#360541)
+  * Fix deleting canvas input settings shortcuts (kde#385662)
+  * Fix loading multiline text with extra mark-up (kde#399227)
+  * Fix loading of special unicode whitespace characters
+(kde#392710)
+  * Fix loading the alpha channel from Photoshop TIFF files
+(kde#376950)
+  * Fix missing shortcut from Fill Tool tooltip (kde#399111)
+  * Fix projection update after undoing create layer (kde#399575)
+  * Fix saving layer lock, alpha lock and alpha inheritance
+(kde#399513)
+  * Fix saving the location of audio source files in .kra files
+  * Fix selections and transform tool overlay when Mirror Axis is
+active (kde#395222)
+  * Fix setting active session after creating a new one
+  * Fix showing the color selector popup in hover mode
+  * Fix the ctrl-w close window shortcut on Windows (kde#399339)
+  * Fix the overview docker (kde#396922, kde#384033)
+  * Fix the shift-I color selector shortcut
+  * Fix unsuccessful restoring of a session blocking Krita from
+closing (kde#399203)
+  * Import SVG files as vector layers instead of pixel layers
+(kde#399166)
+  * Improve spacing between canvas input setting categories
+  * Make Krita merge layers correctly if the order of selecting
+layers is not top-down (kde#399146)
+  * Make it possible to select the SVG text tool text has been
+moved inside an hidden group and then made visible again
+(kde#395412)
+  * Make the color picker pick the alpha channel value correctly
+(kde#399169)
+  * Prevent opening filter dialogs on non-editable layers
+(kde#398915)
+  * Reset the brush preset selection docker on creating a new
+document (kde#399340)
+  * Support fractional display scaling factors
+  * Update color history after fill (kde#379199)
+- Update fix-build-with-Qt5.6.patch yet again to fix a new
+  compilation error with Qt 5.6 (kde#399677), the previous one is
+  fixed in this release
+
+---

Old:

  krita-4.1.3.tar.gz

New:

  krita-4.1.5.tar.gz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.Q3QZo7/_old  2018-10-15 09:44:34.587295313 +0200
+++ /var/tmp/diff_new_pack.Q3QZo7/_new  2018-10-15 09:44:34.587295313 +0200
@@ -26,7 +26,7 @@
 %endif
 
 Name:   krita
-Version:4.1.3
+Version:4.1.5
 Release:0
 Summary:Digital Painting Application
 License:GPL-2.0-or-later AND LGPL-2.1-or-later

++ fix-build-with-Qt5.6.patch ++
--- /var/tmp/diff_new_pack.Q3QZo7/_old  2018-10-15 09:44:34.615295282 +0200
+++ /var/tmp/diff_new_pack.Q3QZo7/_new  2018-10-15 09:44:34.615295282 +0200
@@ -1,26 +1,35 @@
-From 90852da0a2ce60fe3ddaff819f2634ed55dbe943 Mon Sep 17 00:00:00 2001
+From ff3194528deea13562422cad0d0ad83248fd63d2 Mon Sep 17 00:00:00 2001
 From: Boudewijn Rempt 
-Date: Thu, 27 Sep 2018 10:09:47 +0200
-Subject: Fix building with Qt 5.6
+Date: Fri, 12 Oct 2018 12:33:37 +0200
+Subject: Fix build with Qt 5.6
 
-BUG:399130
+BUG:399677
 ---
- 

commit krita for openSUSE:Factory

2018-09-28 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2018-09-28 08:53:55

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Fri Sep 28 08:53:55 2018 rev:29 rq:638719 version:4.1.3

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2018-09-03 
10:35:26.984723181 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2018-09-28 
08:54:22.529644908 +0200
@@ -1,0 +2,139 @@
+Thu Sep 27 08:09:31 UTC 2018 - wba...@tmo.at
+
+- Update to 4.1.3: (4.1.2 has been skipped)
+  * See https://krita.org/en/item/krita-4-1-3-released/
+  * Add a workaround for loading broken files with negative frame
+ids (kde#395378)
+  * Delete existing frame files only within exported range
+(kde#377354)
+  * Fix a problem of Insert Hold Frames action. We should also
+"offset" empty cell to make sure the expanding works correctly.
+(kde#396848)
+  * Fix an assert when trying to export a PNG image sequence
+(kde#398608)
+  * Fix updates when switching frame on a layer with scalar channel
+  * Use user-selected color label for the auto-created animation
+frames (kde#394072)
+  * saving of the multiple frames insertion/removal options to the
+config
+  * Improvements to support for various file formats
+  * Fix an assert if an imported SVG file links to non-existent
+color profile (kde#398576)
+  * Fix backward compatibility of adjustment curves. Older versions
+supported fewer adjustable channels, so we can no longer assume
+the count in configuration data to matches exactly. (kde#396625)
+  * Fix saving layers with layer styles (kde#396224)
+  * Let Krita save all the kinds of layers into PSD (in rasterized way)
+(kde#399002)
+  * PNG Export: convert to rgb, if the image isn't rgb or gray
+(kde#398241)
+  * Remove fax-related tiff options. In fax mode tiff can store
+only 1 bit per channel images, which Krita doesn't support. So
+just remove these options from the GUI (kde#398548)
+  * Add a shortcut for the threshold filter (kde#383818)
+  * Fix Burn filter to work in 16-bit color space (kde#387102)
+  * Make color difference threshold for color labels higher
+  * Restore the shortcut for the invert filters
+  * Remove hardcoded brush size limit for the Quick Brush (kde#376085)
+  * Fix rotation direction when the transformed piece is mirrored
+(kde#398928)
+  * Make Stamp brush preview be scaled correctly (kde#399065)
+  * Add a workaround for tablets not reporting tablet events in
+hover mode (kde#363284)
+  * Do not reset text style when selecting something in text editor
+  * Fix saving line breaks when the text is not left aligned
+(kde#395769)
+  * Fix reference image cache update conditions (kde#397208)
+  * Fix build with dcraw 0.19
+  * Disable pixel grid action of opengl is disabled (kde#388903)
+  * Fix painting of selection decoration over grids (kde#362662)
+  * Fix to/fromLab16/Rgb16 methods of the Alpha color space
+  * Fix undo in the cloned KisDocument (kde#398730)
+  * Automatically avoid conflicts between color labels and system
+colors
+  * Fix cursor jumps in the Layer Properties dialog (kde#398958)
+  * Fix resetting active tool when moving layers above vector
+layers (kde#398095)
+  * Fix selecting of the layer after undoing Flatten Image (kde#398814)
+  * Fix showing two nodes when converting to a Filter Mask
+  * Fix updates of Clone Layers when the nodes are updated with
+subtree walker
+  * a spurious assert in layer cloning (kde#398788)
+  * Fix a memory access problem in KisExifIO
+  * Fix memory access problems in KisExifIo
+  * Show metadata in the dublin core page of the metadata editor.
+The editor plugin is still broken, with dates not working,
+bools not working, but now at least a string one has entered
+is shown again. (kde#396672)
+  * SegFault in LibKis Node mergeDown (kde#397043)
+  * apidox for Node.position() (kde#393035)
+  * Add modified() getter to the Document class (kde#397320)
+  * Add resetCache() Python API to FileLayer (kde#398740)
+  * Fix memory management of the Filter's InfoObject (kde#392183)
+  * Fix setting file path of the file layer through python API
+(kde#398740)
+  * Make sure we wait for the filter to be done
+  * Fix saving a fixed bundle under the original name
+  * Fix "stroke selection" to work with local selections (kde#398007)
+  * Fix a crash when moving a vector shape selection when it is an
+overlay
+  * Fix crash when converting a shape selection shape into a shape
+selection
+  * Fix crash when undoing removing of a selection mask
+  * Fix rounded rectangular selection to actually work (kde#397806)
+  * Fix selection default bounds when loading old type of
+

commit krita for openSUSE:Factory

2018-09-03 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2018-09-03 10:35:21

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Mon Sep  3 10:35:21 2018 rev:28 rq:632506 version:4.1.1

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2018-07-19 
23:01:24.452757957 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2018-09-03 
10:35:26.984723181 +0200
@@ -1,0 +2,8 @@
+Fri Aug 31 10:53:09 UTC 2018 - wba...@tmo.at
+
+- Add fix-build-with-dcraw-0.19.patch to fix compilation with the
+  latest libraw
+- Remove unnecessary libkdcraw-devel BuildRequires, krita doesn't
+  use it anymore since a while
+
+---

New:

  fix-build-with-dcraw-0.19.patch



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.hsFt0c/_old  2018-09-03 10:35:29.692730174 +0200
+++ /var/tmp/diff_new_pack.hsFt0c/_new  2018-09-03 10:35:29.696730185 +0200
@@ -37,6 +37,8 @@
 Patch:  fix-build-with-Qt5.6.patch
 # PATCH-FIX-OPENSUSE fix_libgif_5_0_build.patch -- Trivial fix to make Krita 
link against libgif 5.0.x in openSUSE Leap 42.3
 Patch1: fix_libgif_5_0_build.patch
+# PATCH-FIX-UPSTREAM
+Patch2: fix-build-with-dcraw-0.19.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  OpenColorIO-devel
 BuildRequires:  OpenEXR-devel
@@ -69,7 +71,6 @@
 BuildRequires:  libeigen3-devel
 BuildRequires:  libexiv2-devel
 BuildRequires:  libjpeg-devel
-BuildRequires:  libkdcraw-devel
 BuildRequires:  liblcms2-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libpoppler-qt5-devel
@@ -139,6 +140,7 @@
 %if 0%{?suse_version} < 1320
 %patch1
 %endif
+%patch2 -p1
 
 %build
 # install translations to %%{_kf5_localedir} so they don't clash with the 
krita translations in calligra-l10n (KDE4 based)

++ fix-build-with-dcraw-0.19.patch ++
>From 3b7d0f2cbf66b06e12c57be26b262b71d8030d1a Mon Sep 17 00:00:00 2001
From: Boudewijn Rempt 
Date: Fri, 31 Aug 2018 11:04:18 +0200
Subject: Fix build with dcraw 0.19

Port of https://phabricator.kde.org/D15132
---
 .../impex/raw/3rdparty/libkdcraw/src/kdcraw_p.cpp  |  8 +++
 .../3rdparty/libkdcraw/src/rawdecodingsettings.h   | 28 --
 2 files changed, 24 insertions(+), 12 deletions(-)

diff --git a/plugins/impex/raw/3rdparty/libkdcraw/src/kdcraw_p.cpp 
b/plugins/impex/raw/3rdparty/libkdcraw/src/kdcraw_p.cpp
index 1c761f8..adc26d2 100644
--- a/plugins/impex/raw/3rdparty/libkdcraw/src/kdcraw_p.cpp
+++ b/plugins/impex/raw/3rdparty/libkdcraw/src/kdcraw_p.cpp
@@ -375,6 +375,7 @@ bool KDcraw::Private::loadFromLibraw(const QString& 
filePath, QByteArray& imageD
 raw.imgdata.params.fbdd_noiserd = 
lround(m_parent->m_rawDecodingSettings.NRThreshold / 100.0);
 break;
 }
+#if !LIBRAW_COMPILE_CHECK_VERSION_NOTLESS(0, 19)
 case RawDecodingSettings::LINENR:
 {
 // (100 - 1000) => (0.001 - 0.02) conversion.
@@ -391,23 +392,28 @@ bool KDcraw::Private::loadFromLibraw(const QString& 
filePath, QByteArray& imageD
 raw.imgdata.params.cfa_clean= true;
 break;
 }
+#endif
 default:   // No Noise Reduction
 {
 raw.imgdata.params.threshold= 0;
 raw.imgdata.params.fbdd_noiserd = 0;
+#if !LIBRAW_COMPILE_CHECK_VERSION_NOTLESS(0, 19)
 raw.imgdata.params.linenoise= 0;
 raw.imgdata.params.cfaline  = false;
 raw.imgdata.params.lclean   = 0;
 raw.imgdata.params.cclean   = 0;
 raw.imgdata.params.cfa_clean= false;
+#endif
 break;
 }
 }
 
+#if !LIBRAW_COMPILE_CHECK_VERSION_NOTLESS(0, 19)
 // Chromatic aberration correction.
 raw.imgdata.params.ca_correc  = 
m_parent->m_rawDecodingSettings.enableCACorrection;
 raw.imgdata.params.cared  = 
m_parent->m_rawDecodingSettings.caMultiplier[0];
 raw.imgdata.params.cablue = 
m_parent->m_rawDecodingSettings.caMultiplier[1];
+#endif
 
 // Exposure Correction before interpolation.
 raw.imgdata.params.exp_correc = 
m_parent->m_rawDecodingSettings.expoCorrection;
@@ -461,8 +467,10 @@ bool KDcraw::Private::loadFromLibraw(const QString& 
filePath, QByteArray& imageD
 
 raw.imgdata.params.dcb_iterations = 
m_parent->m_rawDecodingSettings.dcbIterations;
 raw.imgdata.params.dcb_enhance_fl = 
m_parent->m_rawDecodingSettings.dcbEnhanceFl;
+#if !LIBRAW_COMPILE_CHECK_VERSION_NOTLESS(0, 19)
 raw.imgdata.params.eeci_refine= 
m_parent->m_rawDecodingSettings.eeciRefine;
 raw.imgdata.params.es_med_passes  = 

commit krita for openSUSE:Factory

2018-07-19 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2018-07-19 22:55:37

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Thu Jul 19 22:55:37 2018 rev:27 rq:623923 version:4.1.1

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2018-07-06 
10:40:26.519365638 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2018-07-19 
23:01:24.452757957 +0200
@@ -1,0 +2,40 @@
+Wed Jul 18 17:09:19 UTC 2018 - wba...@tmo.at
+
+- Update to 4.1.1:
+  * See https://krita.org/en/item/krita-4-1-1-released/
+  * Fix loading PyKrita when using PyQt 5.11 (kde#396381)
+  * Fix possible crashes with vector objects (kde#396145)
+  * Fix an issue when resizing pixel brushes in the brush editor
+(kde#396136)
+  * Don't show the unimplemented color picker button in the vector
+object tool properties docker (kde#389525)
+  * Fix activation of the autosave time after a modify, save,
+modify cycle (kde#393266)
+  * Fix out-of-range lookups in the cross-channel curve filter
+(kde#396244)
+  * Fix an assert when pressing PageUp into the reference images
+layer
+  * Avoid a crash when merging layers in isolated mode (kde#395981)
+  * Fix loading files with a transformation mask that uses the box
+transformation filter (kde#395979)
+  * Fix activating the transform tool if the Box transformation
+filter was selected (kde#395979)
+  * Fix a crash when hiding the last visible channel (kde#395301)
+  * Make it possible to load non-conforming GPL palettes like
+https://lospec.com/palette-list/endesga-16
+  * Simplify display of the warp transformation grid
+  * Re-add the Invert Selection menu entry (kde#395764)
+  * Use KFormat to show formatted numbers
+  * Hide the color sliders config page
+  * Don't pick colors from fully transparent reference images
+(kde#396358)
+  * Fix a crash when embedding a reference image
+  * Fix some problems when saving and loading reference images
+(kde#396143)
+  * Fix the color picker tool not working on reference images
+(kde#396144)
+  * Extend the panning range to include any reference images
+- Add fix-build-with-Qt5.6.patch to make it compile on Leap 42.3
+  (kde#396594)
+
+---

Old:

  krita-4.1.0.tar.gz

New:

  fix-build-with-Qt5.6.patch
  krita-4.1.1.tar.gz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.lkl8Js/_old  2018-07-19 23:01:29.832741131 +0200
+++ /var/tmp/diff_new_pack.lkl8Js/_new  2018-07-19 23:01:29.832741131 +0200
@@ -26,13 +26,15 @@
 %endif
 
 Name:   krita
-Version:4.1.0
+Version:4.1.1
 Release:0
 Summary:Digital Painting Application
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  Productivity/Graphics/Bitmap Editors
 Url:http://www.krita.org/
 Source0:
http://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM
+Patch:  fix-build-with-Qt5.6.patch
 # PATCH-FIX-OPENSUSE fix_libgif_5_0_build.patch -- Trivial fix to make Krita 
link against libgif 5.0.x in openSUSE Leap 42.3
 Patch1: fix_libgif_5_0_build.patch
 BuildRequires:  Mesa-devel
@@ -133,6 +135,7 @@
 
 %prep
 %setup -q -n krita-%{version}
+%patch -p1
 %if 0%{?suse_version} < 1320
 %patch1
 %endif

++ fix-build-with-Qt5.6.patch ++
>From 55fcc4d4843c47802ad7f42cbc7a4b6c16fe6d23 Mon Sep 17 00:00:00 2001
From: Boudewijn Rempt 
Date: Tue, 17 Jul 2018 10:36:08 +0200
Subject: Add #if QT_VERSION >= 0x050900 to the include for
 QOperatingSystemVersion

BUG:396594
---
 krita/main.cc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/krita/main.cc b/krita/main.cc
index 8d2748d..dad540f 100644
--- a/krita/main.cc
+++ b/krita/main.cc
@@ -33,7 +33,9 @@
 #include 
 #include 
 
+#if QT_VERSION >= 0x050900
 #include 
+#endif
 
 #include 
 
-- 
cgit v0.11.2

++ krita-4.1.0.tar.gz -> krita-4.1.1.tar.gz ++
/work/SRC/openSUSE:Factory/krita/krita-4.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.krita.new/krita-4.1.1.tar.gz differ: char 5, line 1




commit krita for openSUSE:Factory

2018-07-06 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2018-07-06 10:39:31

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Fri Jul  6 10:39:31 2018 rev:26 rq:619842 version:4.1.0

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2018-06-29 
22:26:52.730461912 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2018-07-06 
10:40:26.519365638 +0200
@@ -1,0 +2,24 @@
+Wed Jun 27 14:21:16 UTC 2018 - wba...@tmo.at
+
+- Update to 4.1.0:
+  * See https://krita.org/en/item/krita-4-1-0-released/
+  * Major new features:
++ A new reference images tool that replaces the old reference
+  images docker
++ You can now save and load sessions: the set of images and
+  views on images you were working on
++ You can create multi-monitor workspace layouts
++ An improved workflow for working with animation frames
++ An improved animation timeline display
++ Krita can now handle larger animation by buffering rendered
+  frames to disk
++ The color picker now has a mixing option
++ Improved vanishing point assistant - and assistants can be
+  painted with custom colors
++ The first part of Ivan Yossi's Google Summer of Code work on
+  improving the performance of brush masks through
+  vectorization is included as well!
+  * Also a host of bug fixes, and improvements to the rendering
+performance and more features
+
+---

Old:

  krita-4.0.4.tar.gz

New:

  krita-4.1.0.tar.gz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.OnClWS/_old  2018-07-06 10:40:34.011356727 +0200
+++ /var/tmp/diff_new_pack.OnClWS/_new  2018-07-06 10:40:34.019356718 +0200
@@ -26,7 +26,7 @@
 %endif
 
 Name:   krita
-Version:4.0.4
+Version:4.1.0
 Release:0
 Summary:Digital Painting Application
 License:GPL-2.0-or-later AND LGPL-2.1-or-later

++ krita-4.0.4.tar.gz -> krita-4.1.0.tar.gz ++
/work/SRC/openSUSE:Factory/krita/krita-4.0.4.tar.gz 
/work/SRC/openSUSE:Factory/.krita.new/krita-4.1.0.tar.gz differ: char 5, line 1




commit krita for openSUSE:Factory

2018-06-29 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2018-06-29 22:26:45

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Fri Jun 29 22:26:45 2018 rev:25 rq:616932 version:4.0.4

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2018-05-13 
16:08:06.799659613 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2018-06-29 
22:26:52.730461912 +0200
@@ -1,0 +2,50 @@
+Thu Jun 14 14:28:33 UTC 2018 - wba...@tmo.at
+
+- Update to 4.0.4:
+  * See https://krita.org/en/item/krita-4-0-4-released/
+  * Fix artefacts when painting with a pixel brush on a
+transparency mask (kde#394438)
+  * Fix a race condition when using generator layers
+  * Fix a crash when editing a transform mask (kde#395224)
+  * Add preset memory to the Ten Brushes Script, to make switching
+back and forward between brush presets more smooth
+  * Improve the performance of the stroke layer style (kde#361130,
+kde#390985)
+  * Do not allow nesting of .kra files: using a .kra file with
+embedded file layers as a file layer would break on loading
+  * Keep the alpha channel when applying the threshold filter
+(kde#394235)
+  * Do not use the name of the bundle file as a tag automatically
+(kde#394345)
+  * Fix selecting colors when using the python palette docker
+script (kde#394705)
+  * Restore the last used colors on starting Krita, not when
+creating a new view (kde#394816)
+  * Allow creating a layer group if the currently selected node is
+a mask (kde#394832)
+  * Show the correct opacity in the segment gradient editor
+(kde#394887)
+  * Remove the obsolete shortcuts for the old text and artistic
+text tool (kde#393508)
+  * Allow setting the multibrush angle in fractions
+  * Improve performance of the OpenGL canvas, especially on macOS
+  * Fix painting of pass-through group layers in isolated mode
+(kde#394437)
+  * Improve performance of loading OpenEXR files
+  * Autosaving will now happen even if Krita is kept very busy
+  * Improve loading of the default language
+  * Fix color picking when double-clicking (kde#394396)
+  * Fix inconsistent frame numbering when calling FFMpeg
+(kde#389045)
+  * Fix accepting touch events with recent Qt versions
+  * Fix integration with the Breeze theme: Krita no longer tries
+to create widgets in threads (kde#392190)
+  * Fix the batch mode flag when loading images from Python
+
+---
+Wed Jun 13 08:49:46 UTC 2018 - christo...@krop.fr
+
+- Don't recommend create-resources anymore. It's unmaintained and
+  Krita doesn't use it anymore.
+
+---

Old:

  krita-4.0.3.tar.gz

New:

  krita-4.0.4.tar.gz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.JsY0WX/_old  2018-06-29 22:26:57.174458551 +0200
+++ /var/tmp/diff_new_pack.JsY0WX/_new  2018-06-29 22:26:57.174458551 +0200
@@ -26,7 +26,7 @@
 %endif
 
 Name:   krita
-Version:4.0.3
+Version:4.0.4
 Release:0
 Summary:Digital Painting Application
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -109,7 +109,6 @@
 %if %{with lang}
 Recommends: %{name}-lang = %{version}
 %endif
-Recommends: create-resources
 Recommends: python3-qt5
 Obsoletes:  calligra-krita < %{version}
 Provides:   calligra-krita = %{version}

++ krita-4.0.3.tar.gz -> krita-4.0.4.tar.gz ++
/work/SRC/openSUSE:Factory/krita/krita-4.0.3.tar.gz 
/work/SRC/openSUSE:Factory/.krita.new/krita-4.0.4.tar.gz differ: char 5, line 1




commit krita for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2018-05-13 16:06:25

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Sun May 13 16:06:25 2018 rev:24 rq:606636 version:4.0.3

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2018-05-11 
09:17:38.455893911 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2018-05-13 
16:08:06.799659613 +0200
@@ -1,0 +2,20 @@
+Sat May 12 10:31:15 UTC 2018 - wba...@tmo.at
+
+- Update to 4.0.3:
+  * https://krita.org/en/item/krita-4-0-3-released/
+  * Fix a crash when copy/pasting (kde#394068)
+  * Krita can open .rw2 RAW files
+  * The splash screen is updated to work better on HiDPI or Retina
+displays (kde#392282)
+  * The OpenEXR export filter will convert images with an integer
+channel depth before saving, instead of giving an error
+  * The OpenEXR export filter no longer gives export warnings
+calling itself the TIFF filter
+  * The emtpy error message dialog that would erroneously be shown
+after running some export filters is no longer shown
+(kde#393850)
+  * The setBackGroundColor method in the Python API has been
+renamed to setBackgroundColor for consistency
+  * Fix a crash in KisColorizeMask (kde#393753)
+
+---

Old:

  krita-4.0.2.tar.gz

New:

  krita-4.0.3.tar.gz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.HV5dRX/_old  2018-05-13 16:08:12.039468463 +0200
+++ /var/tmp/diff_new_pack.HV5dRX/_new  2018-05-13 16:08:12.043468317 +0200
@@ -26,7 +26,7 @@
 %endif
 
 Name:   krita
-Version:4.0.2
+Version:4.0.3
 Release:0
 Summary:Digital Painting Application
 License:GPL-2.0-or-later AND LGPL-2.1-or-later

++ krita-4.0.2.tar.gz -> krita-4.0.3.tar.gz ++
/work/SRC/openSUSE:Factory/krita/krita-4.0.2.tar.gz 
/work/SRC/openSUSE:Factory/.krita.new/krita-4.0.3.tar.gz differ: char 5, line 1




commit krita for openSUSE:Factory

2018-05-11 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2018-05-11 09:17:30

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Fri May 11 09:17:30 2018 rev:23 rq:606131 version:4.0.2

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2018-04-13 
12:51:22.236073442 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2018-05-11 
09:17:38.455893911 +0200
@@ -1,0 +2,53 @@
+Thu May 10 09:40:32 UTC 2018 - wba...@tmo.at
+
+- Update to 4.0.2:
+  * See https://krita.org/en/item/krita-4-0-2-released/
+  * Fix canvas update issues when an animation is being rendered to
+the cache (kde#392969)
+  * Fix playback in isolated mode (kde#392559)
+  * Fix saving animated transparency and filter masks, adjustment
+layer (kde#393302)
+  * set size for a few timeline icons as it is painfully small on
+Windows
+  * Fix copy-pasting pixel data from animated layers (kde#364162)
+  * Fix keeping "eraser switch size/opacity" option when saving the
+brush (kde#393499)
+  * Fix update of the preset editor GUI when a default preset is
+created (kde#392869)
+  * Make strength and opacity sliders from 0 to 100 percent in
+brush editor
+  * Fix saving state of the selection masks into .kra
+  * Read multilayer EXR files saved by Nuke (kde#393771)
+  * PSD: convert the image if its colorspace is not supported
+  * Don't let autosave close currently running actions
+  * increase the range for the pixel grid threshold
+  * only allow isometric grid with OpenGL enabled (kde#392526)
+  * Fix a hangup when closing the image (kde#393916)
+  * Fix a crash when duplicating active global selection masks
+(kde#382315)
+  * Fix crashes on undo/redo of vector path points operations
+(kde#393209, kde#393087)
+  * Fix crash when deleting palette (kde#393353)
+  * Fix crash when resizing the Tool Options for the shape
+selection tool (kde#393217)
+  * Show the exact bounds in the layer properties dialog
+  * Add ability for vanishing point assistants to show and
+configure radial lines
+  * Make the Saturation slider update when picking a color that has
+Value 100 (kde#391934)
+  * Fix "Break at segment" to work correctly with closed paths
+  * Disable right-clicking on popup palette
+(kde#391696, kde#378484)
+  * Don't let the color label widget mess up labels when right
+button is pressed (kde#392815)
+  * Fix Canvas position popping after pop-up palette rotation reset
+(kde#391921)
+  * Change the behaviour of the add layer button (kde#385050)
+  * Clicking outside preview box moves view to that point
+(kde#384687)
+  * Implement double Esc key press shortcut for canceling continued
+transform mode (kde#361852)
+  * Display flow and opacity as percentage instead of zero to one
+on toolbar
+
+---

Old:

  krita-4.0.1.tar.gz

New:

  krita-4.0.2.tar.gz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.thcK6M/_old  2018-05-11 09:17:45.447640594 +0200
+++ /var/tmp/diff_new_pack.thcK6M/_new  2018-05-11 09:17:45.451640449 +0200
@@ -26,7 +26,7 @@
 %endif
 
 Name:   krita
-Version:4.0.1
+Version:4.0.2
 Release:0
 Summary:Digital Painting Application
 License:GPL-2.0-or-later AND LGPL-2.1-or-later

++ krita-4.0.1.tar.gz -> krita-4.0.2.tar.gz ++
/work/SRC/openSUSE:Factory/krita/krita-4.0.1.tar.gz 
/work/SRC/openSUSE:Factory/.krita.new/krita-4.0.2.tar.gz differ: char 5, line 1




commit krita for openSUSE:Factory

2018-04-13 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2018-04-13 12:50:51

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Fri Apr 13 12:50:51 2018 rev:22 rq:595906 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2018-04-11 
14:04:34.953184261 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2018-04-13 
12:51:22.236073442 +0200
@@ -1,0 +2,84 @@
+Wed Apr 11 12:10:45 UTC 2018 - wba...@tmo.at
+
+- Update to 4.0.1:
+  * See https://krita.org/en/item/krita-4-0-1-released/
+  * Fix duplicate shortcut on Photoshop scheme
+  * Alphabetize shortcut to make the diffs easier to read when
+doing changes
+  * Make the triangles larger on the categorized list view so they
+are more visible
+  * Disable the macro recorder and playback plugin
+  * Remove the docker titlebar lock and collapse buttons
+(kde#385238, kde#392235)
+  * Set the pixel grid to show up at 2400% zoom by default
+(kde#392161)
+  * Improve the layout of the palette docker
+  * Disable drag and drop in the palette view: moving swatches
+around did not actually change the palette (kde#392349)
+  * Fix selecting the last used template in the new document
+dialog when using appimages (kde#391973)
+  * Fix canvas lockup when using Guides at the top of the image
+(kde#391098)
+  * Do not reset redo history when changing layer's visibility
+(kde#390581)
+  * Fix shifting the pan position after using the popup widget
+rotation circle (kde#391921)
+  * Fix height map to normal map in wraparound mode (kde#392191)
+  * Make it possible to edit the font size in the svg text tool
+(kde#392714)
+  * Let Text Shape have empty lines (kde#392471)
+  * Fix updates of undo/redo actions (kde#392257)
+  * Implement "Convert text into path" function (kde#391294)
+  * Fix a crash in SvgTextTool when deleting hovered/selected shape
+(kde#392128)
+  * Make the text editor window application modal (kde#392248)
+  * Fix alignment of RTL text (kde#392065, kde#392064)
+  * Fix painting parts of text outside the bounding box on the
+canvas (kde#392068)
+  * Fix rendering of the text with relative offsets (kde#391160)
+  * Fix crash when transforming text with Transform Tool twice
+(kde#392127)
+  * Fix handling of keyframes when saving (kde#392233, kde#392559)
+  * Keep show in timeline and onion skin options when merging layers
+(kde#377358)
+  * Keep keyframe color labels when merging layers (kde#388913)
+  * Fix exporting out audio with video formats MKV and OGV
+  * Do not load/save layer channel flags anymore (channel flags were
+removed from the UI in Krita 2.9) (kde#392504)
+  * Fix saving of Transform Mask into rendered formats (kde#392229)
+  * Fix reporting errors when loading fails (kde#392413)
+  * Fix a memory leak when loading file layers
+  * Fix loading a krita file with a loop in the clone layers setup
+(kde#384587)
+  * Fix showing a wait cursor after loading a PNG image (kde#392249)
+  * Make bundle loading feedback a bit clearer regarding the bundle
+  * Fix crash when creating a vector selection (kde#391292)
+  * Fix crash when doing right-click on the gradient fill stop
+opacity input box of a vector (kde#392726)
+  * Fix setting the aspect ratio of vector shapes (kde#391911)
+  * Fix a crash if a certain shape is not valid when writing SVG
+(kde#392240)
+  * Fix hidden stroke and fill widgets not to track current shape
+selection (kde#391990)
+  * Fix crash when creating a new spray preset (kde#392869)
+  * Fix rounding of the the pressure curve
+  * Fix painting with colorsmudge brushes on transparency masks
+(kde#391268)
+  * Fix uninitialized distance info for KisHairyPaintOp (kde#391940)
+  * Fix rounding of intermediate pressure values
+  * Fix the colorsmudge brush when painting in wraparound mode
+(kde#392312)
+  * Fix flattening of group layers with Inherit Alpha property set
+(kde#390095)
+  * Fix a crash when using a transformation mask on a file layer
+(kde#391270)
+  * Improve performance of the transformation mask
+- Recommend python3-qt5, required for python scripting
+- BuildRequire python3-sip-devel instead of python3-sip, the former
+  is needed for *building* (though it makes no difference in
+  practice as both are pulled in by python3-qt5-devel anyway)
+- Don't delete libkritacolord.so, we should not have to worry about
+  a conflict with calligra-krita anymore
+- Mark license files as %license instead of %doc
+
+---
@@ -29 +113 @@
-+ Krita 4’s new text tool is still limited
++ Krita 4's new text tool is still limited

Old:

  krita-4.0.0.tar.gz

New:

commit krita for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2018-04-11 14:02:04

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Wed Apr 11 14:02:04 2018 rev:21 rq:595181 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2018-03-26 
13:13:55.945899642 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2018-04-11 
14:04:34.953184261 +0200
@@ -1,0 +2,5 @@
+Tue Apr  3 12:39:53 UTC 2018 - guillaume.gar...@opensuse.org
+
+- Disable VC on non-x86* to fix builds
+
+---



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.TOqOqz/_old  2018-04-11 14:04:42.048927839 +0200
+++ /var/tmp/diff_new_pack.TOqOqz/_new  2018-04-11 14:04:42.052927695 +0200
@@ -18,11 +18,18 @@
 
 %bcond_without lang
 
+# Enable VC only on x86*
+%ifarch %ix86 x86_64
+%bcond_without vc
+%else
+%bcond_with vc
+%endif
+
 Name:   krita
 Version:4.0.0
 Release:0
 Summary:Digital Painting Application
-License:GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  Productivity/Graphics/Bitmap Editors
 Url:http://www.krita.org/
 Source0:
http://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.gz
@@ -31,7 +38,9 @@
 BuildRequires:  Mesa-devel
 BuildRequires:  OpenColorIO-devel
 BuildRequires:  OpenEXR-devel
+%if %{with vc}
 BuildRequires:  Vc-devel-static
+%endif
 %if 0%{?suse_version} < 1320
 BuildRequires:  boost_1_61-devel
 %else
@@ -67,8 +76,8 @@
 BuildRequires:  openjpeg-devel
 BuildRequires:  perl
 BuildRequires:  python3-devel
-BuildRequires:  python3-sip
 BuildRequires:  python3-qt5-devel
+BuildRequires:  python3-sip
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(Qt5Concurrent)




commit krita for openSUSE:Factory

2018-03-26 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2018-03-26 13:13:44

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Mon Mar 26 13:13:44 2018 rev:20 rq:590869 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2018-03-24 
16:15:43.606747738 +0100
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2018-03-26 
13:13:55.945899642 +0200
@@ -1,0 +2,7 @@
+Fri Mar 23 18:33:32 UTC 2018 - khnaz...@rkmail.ru
+
+- Restore openSUSE Leap 42.3 support:
+  * boost 1.61 presents in Leap 42.3 repo
+  * Added fix_libgif_5_0_build.patch to make krita build against libgif 5.0.x
+
+---

New:

  fix_libgif_5_0_build.patch



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.NNn3dl/_old  2018-03-26 13:14:02.005681721 +0200
+++ /var/tmp/diff_new_pack.NNn3dl/_new  2018-03-26 13:14:02.009681577 +0200
@@ -26,11 +26,17 @@
 Group:  Productivity/Graphics/Bitmap Editors
 Url:http://www.krita.org/
 Source0:
http://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE fix_libgif_5_0_build.patch -- Trivial fix to make Krita 
link against libgif 5.0.x in openSUSE Leap 42.3
+Patch1: fix_libgif_5_0_build.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  OpenColorIO-devel
 BuildRequires:  OpenEXR-devel
 BuildRequires:  Vc-devel-static
+%if 0%{?suse_version} < 1320
+BuildRequires:  boost_1_61-devel
+%else
 BuildRequires:  libboost_system-devel
+%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fftw3-devel
 BuildRequires:  giflib-devel
@@ -118,6 +124,9 @@
 
 %prep
 %setup -q -n krita-%{version}
+%if 0%{?suse_version} < 1320
+%patch1
+%endif
 
 %build
 # install translations to %%{_kf5_localedir} so they don't clash with the 
krita translations in calligra-l10n (KDE4 based)

++ fix_libgif_5_0_build.patch ++
From: Anatoly Bobrov 
Subject: Trivial fix to make Krita link against libgif 5.0.x in openSUSE Leap 
42.3

--- plugins/impex/gif/qgiflibhandler.cpp2018-03-20 10:49:57.0 
+0300
+++ plugins/impex/gif/qgiflibhandler.cpp2018-03-23 15:11:33.890071869 
+0300
@@ -314,7 +314,7 @@
 }
 }
 
-EGifCloseFile(gif, );
+EGifCloseFile(gif);
 
 return true;
 }



commit krita for openSUSE:Factory

2018-03-24 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2018-03-24 16:15:21

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Sat Mar 24 16:15:21 2018 rev:19 rq:590298 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2018-01-16 
09:42:45.612594806 +0100
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2018-03-24 
16:15:43.606747738 +0100
@@ -1,0 +2,21 @@
+Thu Mar 22 11:55:27 UTC 2018 - wba...@tmo.at
+
+- Update to 4.0.0:
+  * See https://krita.org/en/item/krita-4-0-0-released/
+  * Highlights:
++ SVG support
++ A new text tool 
++ Python scripting
++ Easy coloring of line-art with the new Colorize Mask Tool
++ Masked brushes
++ New brush presets
+  * Known issues:
++ Krita 4 uses SVG for vector layers. This means that Krita 3
+  files with vector layers may not be loaded entirely
+  correctly. Keep backups!
++ Krita 4’s new text tool is still limited
++ The Reference Images Docker has been removed
+- Drop conditionals for older distributions, it needs at least
+  boost 1.55 now which is only available in Tumbleweed and Leap 15
+
+---

Old:

  krita-3.3.3.tar.gz

New:

  krita-4.0.0.tar.gz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.vxHVHd/_old  2018-03-24 16:15:52.886413227 +0100
+++ /var/tmp/diff_new_pack.vxHVHd/_new  2018-03-24 16:15:52.886413227 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   krita
-Version:3.3.3
+Version:4.0.0
 Release:0
 Summary:Digital Painting Application
 License:GPL-2.0+ and LGPL-2.1+
@@ -29,22 +29,17 @@
 BuildRequires:  Mesa-devel
 BuildRequires:  OpenColorIO-devel
 BuildRequires:  OpenEXR-devel
-%if %{suse_version} != 1320
 BuildRequires:  Vc-devel-static
-BuildRequires:  kcrash-devel
-%endif
-%if 0%{?suse_version} > 1325
 BuildRequires:  libboost_system-devel
-%else
-BuildRequires:  boost-devel
-%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fftw3-devel
+BuildRequires:  giflib-devel
 BuildRequires:  gsl-devel
 BuildRequires:  karchive-devel
 BuildRequires:  kcompletion-devel
 BuildRequires:  kconfig-devel
 BuildRequires:  kcoreaddons-devel
+BuildRequires:  kcrash-devel
 BuildRequires:  kguiaddons-devel
 BuildRequires:  ki18n-devel
 BuildRequires:  kiconthemes-devel
@@ -65,6 +60,9 @@
 BuildRequires:  libtiff-devel
 BuildRequires:  openjpeg-devel
 BuildRequires:  perl
+BuildRequires:  python3-devel
+BuildRequires:  python3-sip
+BuildRequires:  python3-qt5-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(Qt5Concurrent)
@@ -97,12 +95,8 @@
 Recommends: %{name}-lang = %{version}
 %endif
 Recommends: create-resources
-%if %{suse_version} > 1320 || 0%{?is_opensuse}
 Obsoletes:  calligra-krita < %{version}
 Provides:   calligra-krita = %{version}
-%else
-Conflicts:  calligra-krita
-%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -149,11 +143,14 @@
 %defattr(-,root,root,-)
 %doc COPYING* AUTHORS HACKING README*
 %{_kf5_bindir}/krita
+%{_kf5_bindir}/kritarunner
 %{_kf5_applicationsdir}/*.desktop
 %{_kf5_sharedir}/krita/
 %{_kf5_appstreamdir}/
 %{_kf5_libdir}/libkrita*.so.*
 %{_kf5_libdir}/kritaplugins/
+%{_kf5_libdir}/krita-python-libs/
+%{_kf5_qmldir}
 %{_kf5_sharedir}/kritaplugins/
 %{_kf5_sharedir}/color/
 %{_kf5_sharedir}/color-schemes/

++ krita-3.3.3.tar.gz -> krita-4.0.0.tar.gz ++
/work/SRC/openSUSE:Factory/krita/krita-3.3.3.tar.gz 
/work/SRC/openSUSE:Factory/.krita.new/krita-4.0.0.tar.gz differ: char 5, line 1




commit krita for openSUSE:Factory

2018-01-16 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2018-01-16 09:42:37

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Tue Jan 16 09:42:37 2018 rev:18 rq:564222 version:3.3.3

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2017-11-08 
15:15:26.594418675 +0100
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2018-01-16 
09:42:45.612594806 +0100
@@ -1,0 +2,26 @@
+Fri Jan 12 16:06:01 UTC 2018 - wba...@tmo.at
+
+- Update to 3.3.3:
+  * See https://krita.org/en/item/krita-3-3-3/
+  * Fix an issue where it would not be possible to select certain
+blending modes when the current layer is grayscale but the
+image is rgb.
+  * Set the OS and platform when reporting a bug from within Krita
+on Windows.
+  * Make it possible to enter color values as percentage in the
+specific color selector
+  * Add OpenGL warnings and make ANGLE default on Intel GPUs
+  * Add an Invert button to the levels filter
+  * Implement loading and saving of styles for group layers to and
+from PSD
+  * Fix the erase mode not showing correctly when returning to the
+brush tool
+  * Save the visibility of individual assistants in .kra files
+  * Add an option to draw ruler tips as a power of 2
+  * Disable autoscroll on move and transform tools
+  * Improve handling of native mouse events when using a pen and
+the Windows Ink API
+  * Fix the focal point for the pinch zoom gesture
+  * Fix loading netpbm files with comment
+
+---

Old:

  krita-3.3.2.1.tar.xz

New:

  krita-3.3.3.tar.gz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.zFt5qS/_old  2018-01-16 09:42:50.740354785 +0100
+++ /var/tmp/diff_new_pack.zFt5qS/_new  2018-01-16 09:42:50.740354785 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package krita
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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.3.2.1
+Version:3.3.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.3.2/krita-%{version}.tar.xz
+Source0:
http://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.gz
 BuildRequires:  Mesa-devel
 BuildRequires:  OpenColorIO-devel
 BuildRequires:  OpenEXR-devel




commit krita for openSUSE:Factory

2017-11-08 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2017-11-08 15:11:08

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Wed Nov  8 15:11:08 2017 rev:17 rq:539679 version:3.3.2.1

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2017-10-13 
14:20:03.669746030 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2017-11-08 
15:15:26.594418675 +0100
@@ -1,0 +2,30 @@
+Tue Nov  7 15:38:30 UTC 2017 - wba...@tmo.at
+
+- Update to 3.3.2.1:
+  * See https://krita.org/en/item/krita-3-3-2-release/
+  * Krita 3.3.1 would read brush presets with textures incorrectly.
+This is now fixed.
+  * Animation: make it possible to render up to a 10,000 frames
+  * Add a command-line option to start Krita with a new, empty
+image: krita --new-image RGBA,8,5000,3000
+  * Performance: improved caching for effect and selection masks
+  * Performance: Fix a leak in the smudge brush
+  * Performance: Improve performance when using the
+hardware-accelerated canvas
+  * Performance, Windows: improve the performance when loading
+icons
+  * Filters: it’s now possible to edit the filter’s settings
+directly in the xml that is used to save filter definitions to
+.krita files.
+  * Filters: a new ASC_CDL color balance filter was added, with
+Slope, Offset and Power options.
+  * Crashes: fix a crash that happened when closing a second
+document with infinite canvas active
+  * Layers: Make it possible to copy group layers
+  * UI: make it possible to use the scroll-wheel to scroll through
+patterns when the patterns palette is very narrow.
+  * UI: Improve drag and drop feedback in the layer panel
+  * UI: Hide the lock and collapse titlebar icons when a panel is
+floating
+
+---

Old:

  krita-3.3.1.tar.gz

New:

  krita-3.3.2.1.tar.xz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.UpJzs3/_old  2017-11-08 15:15:31.130253115 +0100
+++ /var/tmp/diff_new_pack.UpJzs3/_new  2017-11-08 15:15:31.130253115 +0100
@@ -19,14 +19,13 @@
 %bcond_without lang
 
 Name:   krita
-Version:3.3.1
+Version:3.3.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
-Source99:   %{name}.changes
+Source0:
http://download.kde.org/stable/krita/3.3.2/krita-%{version}.tar.xz
 BuildRequires:  Mesa-devel
 BuildRequires:  OpenColorIO-devel
 BuildRequires:  OpenEXR-devel




commit krita for openSUSE:Factory

2017-10-13 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2017-10-13 14:19:48

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Fri Oct 13 14:19:48 2017 rev:16 rq:533712 version:3.3.1

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2017-10-02 
16:54:07.531050212 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2017-10-13 
14:20:03.669746030 +0200
@@ -1,0 +2,22 @@
+Wed Oct 11 07:15:45 UTC 2017 - wba...@tmo.at
+
+- Update to 3.3.1:
+  * See https://krita.org/en/item/krita-3-3-1/
+  * Krita would crash if you would restart Krita after closing
+Krita with the reference images docker set to floating
+  * Krita 3.3.0 could not read .kra backup files or .kra files that
+were unzipped, then zipped up manually
+  * Merge down does not remove locked layers anymore
+  * Various performance improvements, especially for macOS
+  * Improve the look and feel of dragging and dropping layers
+  * Improve the tooltips in the brush preset selector
+  * Fix a memory leak in the color selectors
+  * Don't allow the fill tool to be used on group layers
+  * Add brightness and contrast sliders for textured brushes
+  * Add paste-at-cursor
+  * Improve performance of the cpu canvas
+  * Fix a crash on closing Krita when there is something on the
+clipboard
+  * Add a button to open a file layer's image in Krita
+
+---

Old:

  krita-3.3.0.tar.gz

New:

  krita-3.3.1.tar.gz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.zz2MRq/_old  2017-10-13 14:20:19.793037133 +0200
+++ /var/tmp/diff_new_pack.zz2MRq/_new  2017-10-13 14:20:19.797036957 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   krita
-Version:3.3.0
+Version:3.3.1
 Release:0
 Summary:Digital Painting Application
 License:GPL-2.0+ and LGPL-2.1+

++ krita-3.3.0.tar.gz -> krita-3.3.1.tar.gz ++
/work/SRC/openSUSE:Factory/krita/krita-3.3.0.tar.gz 
/work/SRC/openSUSE:Factory/.krita.new/krita-3.3.1.tar.gz differ: char 5, line 1




commit krita for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2017-10-02 16:53:58

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Mon Oct  2 16:53:58 2017 rev:15 rq:530029 version:3.3.0

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2017-08-28 
15:18:42.395730496 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2017-10-02 
16:54:07.531050212 +0200
@@ -1,0 +2,57 @@
+Thu Sep 28 08:55:33 UTC 2017 - wba...@tmo.at
+
+- Update to 3.3.0:
+  * Some visual glitches when using hi-dpi screens are fixed
+(remember: on Windows and Linux, you need to enable this in the
+settings dialog).
+  * If you create a new image from clipboard, the image will have a
+title
+  * Favorite blending modes and favorite brush presets are now
+loaded correctly on startup
+  * GMIC
++ the plugin has been updated to the latest version for Windows
+  and Linux.
++ the configuration for setting the path to the plugin has been
+  removed. Krita looks for the plugin in the folder where the
+  krita executable is, and optionally inside a folder with a
+  name that starts with ‘gmic’ next to the krita executable.
++ there are several fixes for handling layers and communication
+  between Krita and the plugin
+  * Some websites save jpeg images with a .png extension: that used
+to confuse Krita, but Krita now first looks inside the file to
+see what kind of file it really is.
+  * PNG: 
++ 16 and 32 bit floating point images are now converted to 16
+  bit integer when saving the images as PNG.
++ It’s now possible to save the alpha channel to PNG images
+  even if there are no (semi-) transparent pixels in the image
+  * When hardware accelerated display is disabled, the color picker
+mode of the brush tool showed a broken cursor; this has been
+fixed.
+  * The Reference Images docker now only starts loading images when
+it is visible, instead on Krita startup. Note: the reference
+images docker uses Qt’s imageio plugins to load images. If you
+are running on Linux, remove all Deepin desktop components.
+Deepin comes with severely broken qimageio plugins that will
+crash any Qt application that tries to display images.
+  * File layers now correctly reload on change again
+  * Add several new commandline options: 
++ –nosplash to start Krita without showing the splash screen
++ –canvasonly to start Krita in canvas-only mode
++ –fullscreen to start Krita full-screen
++ –workspace Workspace to start Krita with the given workspace
+  * Selections 
++ The Select All action now first clears the selection before
+  selecting the entire image
++ It is now possible to extend selections outside the canvas
+  boundary
+  * Performance improvements: in several places superfluous reads
+from the settings were eliminated, which makes generating a layer
+thumbnail faster and improves painting if display acceleration is
+turned off.
+  * The smart number input boxes now use the current locale to follow
+desktop settings for numbers
+  * The system information dialog for bug reports is improved
+  * See also https://krita.org/en/item/krita-3-3-0/
+
+---

Old:

  krita-3.2.1.tar.gz

New:

  krita-3.3.0.tar.gz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.qVXPGA/_old  2017-10-02 16:54:14.438080737 +0200
+++ /var/tmp/diff_new_pack.qVXPGA/_new  2017-10-02 16:54:14.438080737 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   krita
-Version:3.2.1
+Version:3.3.0
 Release:0
 Summary:Digital Painting Application
 License:GPL-2.0+ and LGPL-2.1+

++ krita-3.2.1.tar.gz -> krita-3.3.0.tar.gz ++
/work/SRC/openSUSE:Factory/krita/krita-3.2.1.tar.gz 
/work/SRC/openSUSE:Factory/.krita.new/krita-3.3.0.tar.gz differ: char 5, line 1




commit krita for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2017-08-28 15:17:26

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Mon Aug 28 15:17:26 2017 rev:14 rq:518865 version:3.2.1

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2017-08-24 
18:55:58.319233862 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2017-08-28 
15:18:42.395730496 +0200
@@ -1,0 +2,14 @@
+Fri Aug 25 12:46:36 UTC 2017 - wba...@tmo.at
+
+- Update to version 3.2.1:
+  * Crash on startup if only OpenGL 2.1 is found: if you had to
+disable opengl for 3.2.0, you can try to enable it again
+  * A crash when changing layer types in the gmic-qt plugin
+  * A bug where gmic-qt could crash on odd-sized images
+  * A regression where using the text tool would break the brush tool
+  * The option to use the native platform’s file dialogs was restored
+  * A bug where selecting the line tool would disable the flow slider
+  * Some issues with the LUT docker were fixed
+- Remove no longer used libcurl-devel build requirement
+
+---

Old:

  krita-3.2.0.tar.gz

New:

  krita-3.2.1.tar.gz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.BOjjW2/_old  2017-08-28 15:18:47.906956032 +0200
+++ /var/tmp/diff_new_pack.BOjjW2/_new  2017-08-28 15:18:47.938951535 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   krita
-Version:3.2.0
+Version:3.2.1
 Release:0
 Summary:Digital Painting Application
 License:GPL-2.0+ and LGPL-2.1+
@@ -55,7 +55,6 @@
 BuildRequires:  kwidgetsaddons-devel
 BuildRequires:  kwindowsystem-devel
 BuildRequires:  kxmlgui-devel
-BuildRequires:  libcurl-devel
 BuildRequires:  libeigen3-devel
 BuildRequires:  libexiv2-devel
 BuildRequires:  libjpeg-devel

++ krita-3.2.0.tar.gz -> krita-3.2.1.tar.gz ++
/work/SRC/openSUSE:Factory/krita/krita-3.2.0.tar.gz 
/work/SRC/openSUSE:Factory/.krita.new/krita-3.2.1.tar.gz differ: char 5, line 1




commit krita for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2017-08-24 18:55:39

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Thu Aug 24 18:55:39 2017 rev:13 rq:518353 version:3.2.0

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2017-07-26 
13:06:17.037725716 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2017-08-24 
18:55:58.319233862 +0200
@@ -1,0 +2,20 @@
+Mon Aug 21 10:00:04 UTC 2017 - wba...@tmo.at
+
+- Use the %kf5_find_lang macro to get the file list for the lang
+  package
+
+---
+Thu Aug 17 12:17:56 UTC 2017 - wba...@tmo.at
+
+- Update to version 3.2.0:
+  * New G'Mic-qt plugin integration
+  * Smart patch tool
+  * Finger painting on touch screens
+  * New brush presets
+  * A lot of bug fixes
+  * See also https://krita.org/en/release-notes-for-krita-3-2/
+- Drop Drop-QForeachContainer-include.patch, merged upstream
+- Remove build-compare workaround from the specfile, the
+  corresponding source file doesn't exist anymore
+
+---

Old:

  Drop-QForeachContainer-include.patch
  krita-3.1.4.tar.gz

New:

  krita-3.2.0.tar.gz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.KRd5Hf/_old  2017-08-24 18:56:06.550074902 +0200
+++ /var/tmp/diff_new_pack.KRd5Hf/_new  2017-08-24 18:56:06.550074902 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   krita
-Version:3.1.4
+Version:3.2.0
 Release:0
 Summary:Digital Painting Application
 License:GPL-2.0+ and LGPL-2.1+
@@ -27,8 +27,6 @@
 Url:http://www.krita.org/
 Source0:
http://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.gz
 Source99:   %{name}.changes
-# PATCH-FIX-UPSTREAM Drop-QForeachContainer-include.patch -- fixes build with 
Qt 5.9
-Patch:  Drop-QForeachContainer-include.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  OpenColorIO-devel
 BuildRequires:  OpenEXR-devel
@@ -128,16 +126,9 @@
 
 %prep
 %setup -q -n krita-%{version}
-%patch -p1
-
-# Remove build time references so build-compare can do its work
-FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{SOURCE99} '+%%b %%e %%Y')
-FAKE_TIME=$(LC_ALL=C date -u -r %{SOURCE99} '+%%H:%%M')
-sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" 
plugins/extensions/gmic/3rdparty/gmic/CImg.h
-sed -i "s/__TIME__/\"$FAKE_TIME\"/" 
plugins/extensions/gmic/3rdparty/gmic/CImg.h
 
 %build
-# install translations to %{_kf5_localedir} so they don't clash with the krita 
translations in calligra-l10n (KDE4 based)
+# install translations to %%{_kf5_localedir} so they don't clash with the 
krita translations in calligra-l10n (KDE4 based)
 # can probably be changed back to the standard location when calligra is KF5 
based...
 %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
 %make_jobs
@@ -145,6 +136,9 @@
 %install
 %kf5_makeinstall -C build 
 %suse_update_desktop_file -r org.kde.krita  Qt KDE Graphics RasterGraphics
+%if %{with lang}
+%kf5_find_lang %{name}
+%endif
 
 chmod -x %{buildroot}/%{_kf5_applicationsdir}/*.desktop
 # Otherwise the devel package conflicts with calligra-krita, where it is *not* 
a devel file...
@@ -157,7 +151,6 @@
 %defattr(-,root,root,-)
 %doc COPYING* AUTHORS HACKING README*
 %{_kf5_bindir}/krita
-%{_kf5_bindir}/gmicparser
 %{_kf5_applicationsdir}/*.desktop
 %{_kf5_sharedir}/krita/
 %{_kf5_appstreamdir}/
@@ -183,9 +176,7 @@
 %{_kf5_libdir}/libkrita*.so
 
 %if %{with lang}
-%files lang
-%defattr(-,root,root,-)
-%{_kf5_localedir}
+%files lang -f %{name}.lang
 %endif
 
 %changelog

++ krita-3.1.4.tar.gz -> krita-3.2.0.tar.gz ++
/work/SRC/openSUSE:Factory/krita/krita-3.1.4.tar.gz 
/work/SRC/openSUSE:Factory/.krita.new/krita-3.2.0.tar.gz differ: char 5, line 1




commit krita for openSUSE:Factory

2017-07-26 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2017-07-26 13:06:14

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Wed Jul 26 13:06:14 2017 rev:12 rq:512582 version:3.1.4

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2017-06-12 
15:33:28.763495127 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2017-07-26 
13:06:17.037725716 +0200
@@ -1,0 +2,5 @@
+Fri Jul 21 13:45:55 UTC 2017 - tchva...@suse.com
+
+- Build only against lcms2 and drop dependency over lcms1
+
+---



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.KWjZ4i/_old  2017-07-26 13:06:23.072874275 +0200
+++ /var/tmp/diff_new_pack.KWjZ4i/_new  2017-07-26 13:06:23.072874275 +0200
@@ -62,7 +62,6 @@
 BuildRequires:  libexiv2-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libkdcraw-devel
-BuildRequires:  liblcms-devel
 BuildRequires:  liblcms2-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libpoppler-qt5-devel




commit krita for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2017-06-12 15:33:27

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Mon Jun 12 15:33:27 2017 rev:11 rq:502515 version:3.1.4

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2017-06-02 
10:33:34.193890997 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2017-06-12 
15:33:28.763495127 +0200
@@ -1,0 +2,5 @@
+Wed Jun  7 11:17:15 UTC 2017 - jeng...@inai.de
+
+- Remove filler wording from description.
+
+---



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.kXWCNS/_old  2017-06-12 15:33:33.394841923 +0200
+++ /var/tmp/diff_new_pack.kXWCNS/_new  2017-06-12 15:33:33.394841923 +0200
@@ -111,11 +111,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Krita is a professional free and open source painting program.
-It is made by artists that want to see affordable art tools for everyone.
-* concept art
-* texture and matte painters
-* illustrations and comics
+Krita is a painting program. It supports concept art, texture and
+matte painters, as well as illustrations and comics.
 
 %package devel
 Summary:Krita Build Environment




commit krita for openSUSE:Factory

2017-06-02 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2017-06-02 10:32:58

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Fri Jun  2 10:32:58 2017 rev:10 rq:498698 version:3.1.4

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2017-05-02 
08:55:14.247406909 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2017-06-02 
10:33:34.193890997 +0200
@@ -1,0 +2,25 @@
+Fri May 26 12:37:54 UTC 2017 - wba...@tmo.at
+
+- Update to version 3.1.4:
+  * Fix a crash when trying to play an animation when OpenGL is
+disabled in Krita
+  * Fix rendering animation frames if the directory you're trying
+to render to doesn't exist
+  * Don't open the tablet/screen resolution conflict dialog
+multiple times
+  * Don't scale down previews that are too small in the transform
+tool: this fixes a rare crash with the transform tool
+  * Don't crash when trying to close the last view on the last
+document while the document is modified.
+  * Fix a crash when cycling quickly through layers that have a
+color tag
+  * Fix loading some Gimp 2.9 files: note that Gimp 2.9's file
+format is not officially supported in Krita
+  * Fully remove the macro recorder plugin: in 3.1.4, only the
+menu entries had stayed around.
+  * Make it impossible to hide the template selector in the new
+image dialog; hiding the template selector would also hide the
+cancel button in the dialog.
+- Add Drop-QForeachContainer-include.patch to fix build with Qt 5.9
+
+---

Old:

  krita-3.1.3.tar.gz

New:

  Drop-QForeachContainer-include.patch
  krita-3.1.4.tar.gz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.bYUDAg/_old  2017-06-02 10:33:40.009069343 +0200
+++ /var/tmp/diff_new_pack.bYUDAg/_new  2017-06-02 10:33:40.013068778 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   krita
-Version:3.1.3
+Version:3.1.4
 Release:0
 Summary:Digital Painting Application
 License:GPL-2.0+ and LGPL-2.1+
@@ -27,6 +27,8 @@
 Url:http://www.krita.org/
 Source0:
http://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.gz
 Source99:   %{name}.changes
+# PATCH-FIX-UPSTREAM Drop-QForeachContainer-include.patch -- fixes build with 
Qt 5.9
+Patch:  Drop-QForeachContainer-include.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  OpenColorIO-devel
 BuildRequires:  OpenEXR-devel
@@ -130,6 +132,7 @@
 
 %prep
 %setup -q -n krita-%{version}
+%patch -p1
 
 # Remove build time references so build-compare can do its work
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{SOURCE99} '+%%b %%e %%Y')

++ Drop-QForeachContainer-include.patch ++
>From 2f59d0d1d91e3f79342c20d0df68aa9a51817e8d Mon Sep 17 00:00:00 2001
From: Luca Beltrame 
Date: Sat, 6 May 2017 16:00:21 +0200
Subject: Drop QForeachContainer include and fix Qt 5.9 build

It's not used anywhere.

Acked by boud.
---
 libs/ui/KisResourceBundleManifest.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libs/ui/KisResourceBundleManifest.cpp 
b/libs/ui/KisResourceBundleManifest.cpp
index e4f94ca..8376165 100644
--- a/libs/ui/KisResourceBundleManifest.cpp
+++ b/libs/ui/KisResourceBundleManifest.cpp
@@ -22,7 +22,6 @@
 #include 
 #include 
 #include 
-#include 
 
 #include 
 #include 
-- 
cgit v0.11.2

++ krita-3.1.3.tar.gz -> krita-3.1.4.tar.gz ++
/work/SRC/openSUSE:Factory/krita/krita-3.1.3.tar.gz 
/work/SRC/openSUSE:Factory/.krita.new/krita-3.1.4.tar.gz differ: char 5, line 1




commit krita for openSUSE:Factory

2017-05-02 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2017-05-02 08:55:00

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Tue May  2 08:55:00 2017 rev:9 rq:492307 version:3.1.3

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2017-02-07 
12:06:38.370695958 +0100
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2017-05-02 
08:55:14.247406909 +0200
@@ -1,0 +2,12 @@
+Mon May  1 12:03:56 UTC 2017 - fab...@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
+
+---

Old:

  krita-3.1.2.1.tar.gz

New:

  _constraints
  krita-3.1.3.tar.gz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.70W4FK/_old  2017-05-02 08:55:20.686498945 +0200
+++ /var/tmp/diff_new_pack.70W4FK/_new  2017-05-02 08:55:20.690498381 +0200
@@ -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

++ _constraints ++

 
  
   4
  
 

++ krita-3.1.2.1.tar.gz -> krita-3.1.3.tar.gz ++
/work/SRC/openSUSE:Factory/krita/krita-3.1.2.1.tar.gz 
/work/SRC/openSUSE:Factory/.krita.new/krita-3.1.3.tar.gz differ: char 5, line 1




commit krita for openSUSE:Factory

2017-02-07 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2017-02-07 12:06:37

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2017-02-03 
17:46:10.552729241 +0100
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2017-02-07 
12:06:38.370695958 +0100
@@ -1,0 +2,5 @@
+Wed Feb  1 11:52:50 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.1f8zPT/_old  2017-02-07 12:06:41.754217245 +0100
+++ /var/tmp/diff_new_pack.1f8zPT/_new  2017-02-07 12:06:41.754217245 +0100
@@ -34,7 +34,11 @@
 BuildRequires:  Vc-devel-static
 BuildRequires:  kcrash-devel
 %endif
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_system-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fftw3-devel
 BuildRequires:  gsl-devel




commit krita for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2017-02-02 15:43:36

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2016-12-22 
15:57:39.684921268 +0100
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2017-02-03 
17:46:10.552729241 +0100
@@ -1,0 +2,15 @@
+Tue Jan 31 20:30:18 UTC 2017 - wba...@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
+
+---

Old:

  krita-3.1.1.tar.gz

New:

  krita-3.1.2.1.tar.gz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.4yXMnG/_old  2017-02-03 17:46:13.844263343 +0100
+++ /var/tmp/diff_new_pack.4yXMnG/_new  2017-02-03 17:46:13.848262777 +0100
@@ -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(Qt5Core) >= 5.6
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Multimedia)
 BuildRequires:  pkgconfig(Qt5Network)
 BuildRequires:  pkgconfig(Qt5OpenGL)
 BuildRequires:  pkgconfig(Qt5PrintSupport)

++ krita-3.1.1.tar.gz -> krita-3.1.2.1.tar.gz ++
/work/SRC/openSUSE:Factory/krita/krita-3.1.1.tar.gz 
/work/SRC/openSUSE:Factory/.krita.new/krita-3.1.2.1.tar.gz differ: char 5, line 
1




commit krita for openSUSE:Factory

2016-11-08 Thread h_root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2016-11-08 18:27:45

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2016-10-02 
00:09:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2016-11-08 
18:27:47.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov  6 17:05:13 UTC 2016 - wba...@tmo.at
+
+- Update package summary, description and RPM group (boo#1006479)
+
+---



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.uer6cb/_old  2016-11-08 18:27:51.0 +0100
+++ /var/tmp/diff_new_pack.uer6cb/_new  2016-11-08 18:27:51.0 +0100
@@ -18,9 +18,9 @@
 Name:   krita
 Version:3.0.1.1
 Release:0
-Summary:Image Manipulation Application
+Summary:Digital Painting Application
 License:GPL-2.0+ and LGPL-2.1+
-Group:  Productivity/Office/Suite
+Group:  Productivity/Graphics/Bitmap Editors
 Url:http://www.krita.org/
 Source0:
http://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.gz
 Source99:   %{name}.changes
@@ -99,7 +99,11 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Krita is the image manipulation application of the Calligra Suite.
+Krita is a professional free and open source painting program.
+It is made by artists that want to see affordable art tools for everyone.
+* concept art
+* texture and matte painters
+* illustrations and comics
 
 %lang_package
 




commit krita for openSUSE:Factory

2016-10-01 Thread h_root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2016-10-02 00:09:29

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2016-09-12 
13:27:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2016-10-02 
00:09:36.0 +0200
@@ -1,0 +2,11 @@
+Fri Sep 30 16:22:28 UTC 2016 - wba...@tmo.at
+
+- Update to version 3.0.1.1
+
+  Important bugfixes:
+  * the brush-resize lag is gone
+  * templates are there again
+  * loading brush tags works again
+  * the sobel filter is fixed.
+
+---

Old:

  krita-3.0.1.tar.gz

New:

  krita-3.0.1.1.tar.gz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.j2tEuP/_old  2016-10-02 00:09:45.0 +0200
+++ /var/tmp/diff_new_pack.j2tEuP/_new  2016-10-02 00:09:45.0 +0200
@@ -16,13 +16,13 @@
 #
 
 Name:   krita
-Version:3.0.1
+Version:3.0.1.1
 Release:0
 Summary:Image Manipulation Application
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Office/Suite
 Url:http://www.krita.org/
-Source0:http://files.kde.org/krita/3/source/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

++ krita-3.0.1.tar.gz -> krita-3.0.1.1.tar.gz ++
/work/SRC/openSUSE:Factory/krita/krita-3.0.1.tar.gz 
/work/SRC/openSUSE:Factory/.krita.new/krita-3.0.1.1.tar.gz differ: char 5, line 
1




commit krita for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2016-09-12 13:27:04

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2016-08-03 
11:44:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2016-09-12 
13:27:10.0 +0200
@@ -1,0 +2,16 @@
+Fri Sep  9 20:34:58 UTC 2016 - wba...@tmo.at
+
+- Do not install the BreezeDark and BreezeHighContrast color
+  schemes, they are already included in breeze5-style (kde#368093)
+
+---
+Thu Sep  8 14:08:14 UTC 2016 - wba...@tmo.at
+
+- Update to version 3.0.1
+
+  For a list of changes see:
+  https://krita.org/en/item/krita-3-0-1-update-brings-numerous-fixes/
+
+- Add lang subpackage
+
+---

Old:

  krita-3.0.tgz

New:

  krita-3.0.1.tar.gz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.3DJjdr/_old  2016-09-12 13:27:17.0 +0200
+++ /var/tmp/diff_new_pack.3DJjdr/_new  2016-09-12 13:27:17.0 +0200
@@ -16,13 +16,13 @@
 #
 
 Name:   krita
-Version:3.0
+Version:3.0.1
 Release:0
 Summary:Image Manipulation Application
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Office/Suite
 Url:http://www.krita.org/
-Source0:
http://download.kde.org/stable/krita/%{version}/krita-%{version}.tgz
+Source0:http://files.kde.org/krita/3/source/krita-%{version}.tar.gz
 Source99:   %{name}.changes
 BuildRequires:  Mesa-devel
 BuildRequires:  OpenColorIO-devel
@@ -88,6 +88,7 @@
 BuildRequires:  pkgconfig(xinerama)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.3
 BuildRequires:  pkgconfig(xrandr)
+Recommends: %{name}-lang = %{version}
 Recommends: create-resources
 %if %{suse_version} > 1320 || 0%{?is_opensuse}
 Obsoletes:  calligra-krita < %{version}
@@ -100,6 +101,8 @@
 %description
 Krita is the image manipulation application of the Calligra Suite.
 
+%lang_package
+
 %prep
 %setup -q -n krita-%{version}
 
@@ -111,12 +114,14 @@
 
 
 %build
-%cmake_kf5 -d build
+# install translations to %{_kf5_localedir} so they don't clash with the krita 
translations in calligra-l10n (KDE4 based)
+# can probably be changed back to the standard location when calligra is KF5 
based...
+%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
 %make_jobs
 
 %install
 %kf5_makeinstall -C build 
-%suse_update_desktop_file -r krita  Qt KDE Graphics RasterGraphics
+%suse_update_desktop_file -r org.kde.krita  Qt KDE Graphics RasterGraphics
 
 chmod -x %{buildroot}/%{_kf5_applicationsdir}/*.desktop
 
@@ -127,6 +132,12 @@
 rm %{buildroot}%{_kf5_libdir}/libkrita${i}.so
 done
 
+# remove color schemes that are already included in breeze5 (kde#368093)
+for i in BreezeDark BreezeHighContrast
+do
+rm %{buildroot}/%{_kf5_sharedir}/color-schemes/${i}.colors
+done
+
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -137,7 +148,7 @@
 %{_kf5_bindir}/gmicparser
 %{_kf5_applicationsdir}/*.desktop
 %{_kf5_sharedir}/krita/
-%{_kf5_sharedir}/appdata/
+%{_kf5_appstreamdir}/
 %{_kf5_libdir}/kritaplugins/
 %{_kf5_libdir}/libkritacolord.so
 %{_kf5_sharedir}/kritaplugins/
@@ -153,4 +164,8 @@
 %dir %{_kf5_iconsdir}/hicolor/512x512/apps
 %config %{_kf5_configdir}/krita*
 
+%files lang
+%defattr(-,root,root,-)
+%{_kf5_localedir}
+
 %changelog




commit krita for openSUSE:Factory

2016-08-03 Thread h_root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2016-08-03 11:44:13

Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and  /work/SRC/openSUSE:Factory/.krita.new (New)


Package is "krita"

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2016-07-26 
13:13:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2016-08-03 
11:44:24.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 21 16:58:30 UTC 2016 - wba...@tmo.at
+
+- Add kcrash-devel build requirement to enable the crash report
+  dialog (not on 13.2 though as the available kcrash is too old)
+
+---



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.fUxoZu/_old  2016-08-03 11:44:28.0 +0200
+++ /var/tmp/diff_new_pack.fUxoZu/_new  2016-08-03 11:44:28.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package calligra
+# spec file for package krita
 #
 # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -29,6 +29,7 @@
 BuildRequires:  OpenEXR-devel
 %if %{suse_version} != 1320
 BuildRequires:  Vc-devel-static
+BuildRequires:  kcrash-devel
 %endif
 BuildRequires:  boost-devel
 BuildRequires:  extra-cmake-modules