Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2022-01-08 23:23:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and      /work/SRC/openSUSE:Factory/.krita.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "krita"

Sat Jan  8 23:23:14 2022 rev:59 rq:944721 version:5.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/krita/krita.changes      2021-08-25 
21:00:26.924984704 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new.1892/krita.changes    2022-01-08 
23:23:38.162232466 +0100
@@ -1,0 +2,41 @@
+Fri Jan  7 08:11:30 UTC 2022 - Wolfgang Bauer <wba...@tmo.at>
+
+- Update to 5.0.2
+  * See https://krita.org/en/item/krita-5-0-2/
+  * Fix a crash when changing the Instant Preview setting of a
+    brush preset
+  * Fix a crash when there are ABR brush libraries present with an
+    uppercase ABR extension (kde#447454)
+  * Fix a similar issue with Krita resource bundles with an upper
+    case .BUNDLE extension
+  * Fix a crash when undoing multiple layer operations too quickly
+    (kde#447462)
+  * Workaround a crash when a transform mask is applied to a
+    passthrough group (kde#447506)
+  * Fix toolbox arrow buttons not visible on starting Krita
+  * Fix the photoshop compatibilty shortcut profile (kde#447771)
+  * Restore the QImageIO fallback for loading WebP images
+  * Make the dock widget titlebars so they can be smaller
+  * Disable all accelerator keys for dockers
+  * Fix a race condition in the image metadata system
+  * Fix the tool option widget's layout sporadically going wrong
+    (kde#447522)
+  * Update fill layers correctly when changing the options from a
+    Python script (kde#447807)
+  * Fix the built-in file dialog's image preview (kde#447806)
+  * Fix the slowness opening and closing documents if there are
+    many resource bundles present (kde#447298)
+- Drop redundant recommendation of the -lang package
+- Add signature file and keyring
+
+-------------------------------------------------------------------
+Thu Dec 23 19:10:11 UTC 2021 - Marcus Rueckert <mrueck...@suse.de>
+
+- Update to 5.0.0
+  * See https://krita.org/en/item/krita-5-0-released/
+- drop 0001-Support-building-with-OpenEXR-3.patch:
+  included in update
+- add BR to mypaint to enable the new brushes
+- add BR for OpenColorIO and WebP to enable both features as well
+
+-------------------------------------------------------------------

Old:
----
  0001-Support-building-with-OpenEXR-3.patch
  krita-4.4.8.tar.xz

New:
----
  krita-5.0.2.tar.xz
  krita-5.0.2.tar.xz.sig
  krita.keyring

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ krita.spec ++++++
--- /var/tmp/diff_new_pack.JfLrmV/_old  2022-01-08 23:23:40.946234739 +0100
+++ /var/tmp/diff_new_pack.JfLrmV/_new  2022-01-08 23:23:40.946234739 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package krita
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 
-%bcond_without lang
+%bcond_without released
 # Enable VC only on x86*
 %ifarch %{ix86} x86_64
 %bcond_without vc
@@ -24,21 +24,16 @@
 %bcond_with vc
 %endif
 Name:           krita
-Version:        4.4.8
+Version:        5.0.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
+License:        BSD-2-Clause AND GPL-2.0-or-later AND LGPL-2.0-or-later AND 
LGPL-2.1-or-later AND GPL-3.0-or-later 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:         0001-Support-building-with-OpenEXR-3.patch
-%ifnarch %{arm} aarch64
-# Causes build failure on ARM currently
-# 2021-07-24: Disabled for Tumbleweed (kde#435474)
-%if 0%{?suse_version} < 1550
-BuildRequires:  OpenColorIO-devel
-%endif
+%if %{with released}
+Source1:        
https://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.xz.sig
+Source2:        krita.keyring
 %endif
 BuildRequires:  OpenEXR-devel
 BuildRequires:  extra-cmake-modules
@@ -92,15 +87,19 @@
 BuildRequires:  cmake(Qt5Widgets)
 BuildRequires:  cmake(Qt5X11Extras)
 BuildRequires:  cmake(Qt5Xml)
+BuildRequires:  pkgconfig(OpenColorIO)
+BuildRequires:  pkgconfig(libmypaint)
+BuildRequires:  pkgconfig(libwebp)
 BuildRequires:  pkgconfig(xcb-atom)
 BuildRequires:  pkgconfig(xi) >= 1.4.99.1
-Recommends:     %{name}-lang = %{version}
 Recommends:     python3-qt5
 Obsoletes:      calligra-krita < %{version}
 Provides:       calligra-krita = %{version}
 %if %{with vc}
 BuildRequires:  Vc-devel-static
 %endif
+# it has an intree copy now and no longer works with the external copy
+Conflicts:      krita-plugin-gmic
 
 %description
 Krita is a painting program. It supports concept art, texture and
@@ -132,7 +131,7 @@
 %install
 %kf5_makeinstall -C build
 %suse_update_desktop_file -r org.kde.krita      Qt KDE Graphics RasterGraphics
-%if %{with lang}
+%if %{with released}
 %kf5_find_lang %{name}
 %endif
 
@@ -141,6 +140,11 @@
 # remove shebang to avoid rpmlint warning, that file is not supposed to be run 
directly anyway
 sed -i "/#!\/usr\/bin\/env/d" 
%{buildroot}%{_kf5_libdir}/krita-python-libs/krita/sceditor/highlighter.py
 
+rm \
+  %{buildroot}%{_includedir}/kis_qmic_interface.h \
+  %{buildroot}%{_includedir}/kis_qmic_plugin_interface.h \
+  %{buildroot}%{_includedir}/kritaqmicinterface_export.h
+
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -176,7 +180,7 @@
 %files devel
 %{_kf5_libdir}/libkrita*.so
 
-%if %{with lang}
+%if %{with released}
 %files lang -f %{name}.lang
 %endif
 

++++++ krita-4.4.8.tar.xz -> krita-5.0.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/krita/krita-4.4.8.tar.xz 
/work/SRC/openSUSE:Factory/.krita.new.1892/krita-5.0.2.tar.xz differ: char 25, 
line 1

Reply via email to