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 - [email protected]
+
+- 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 <[email protected]>
Subject: Trivial fix to make Krita link against libgif 5.0.x in openSUSE Leap 
42.3

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

Reply via email to