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 - [email protected] + +- 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: ---- krita-4.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ krita.spec ++++++ --- /var/tmp/diff_new_pack.yiEPVI/_old 2018-04-13 12:51:30.559771876 +0200 +++ /var/tmp/diff_new_pack.yiEPVI/_new 2018-04-13 12:51:30.563771731 +0200 @@ -26,7 +26,7 @@ %endif Name: krita -Version: 4.0.0 +Version: 4.0.1 Release: 0 Summary: Digital Painting Application License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -77,7 +77,7 @@ BuildRequires: perl BuildRequires: python3-devel BuildRequires: python3-qt5-devel -BuildRequires: python3-sip +BuildRequires: python3-sip-devel BuildRequires: update-desktop-files BuildRequires: zlib-devel BuildRequires: pkgconfig(Qt5Concurrent) @@ -110,6 +110,7 @@ Recommends: %{name}-lang = %{version} %endif Recommends: create-resources +Recommends: python3-qt5 Obsoletes: calligra-krita < %{version} Provides: calligra-krita = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -151,15 +152,14 @@ %endif chmod -x %{buildroot}/%{_kf5_applicationsdir}/*.desktop -# Otherwise the devel package conflicts with calligra-krita, where it is *not* a devel file... -rm %{buildroot}/%{_kf5_libdir}/libkritacolord.so %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) -%doc COPYING* AUTHORS HACKING README* +%license COPYING* +%doc AUTHORS HACKING README* %{_kf5_bindir}/krita %{_kf5_bindir}/kritarunner %{_kf5_applicationsdir}/*.desktop ++++++ krita-4.0.0.tar.gz -> krita-4.0.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/krita/krita-4.0.0.tar.gz /work/SRC/openSUSE:Factory/.krita.new/krita-4.0.1.tar.gz differ: char 5, line 1
