SHA256
1
0
forked from pool/krita

Accepting request 685567 from home:wolfi323:branches:KDE:Extra

- 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

OBS-URL: https://build.opensuse.org/request/show/685567
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krita?expand=0&rev=93
This commit is contained in:
2019-03-16 12:22:56 +00:00
committed by Git OBS Bridge
parent fd2a37e0a1
commit 1c52e8f420
7 changed files with 28 additions and 513 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Mar 6 14:24:12 UTC 2019 - wbauer@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 - wbauer@tmo.at