Hello community,

here is the log from the commit of package inkscape for openSUSE:Factory 
checked in at 2020-04-19 21:49:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/inkscape (Old)
 and      /work/SRC/openSUSE:Factory/.inkscape.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "inkscape"

Sun Apr 19 21:49:57 2020 rev:105 rq:794651 version:0.92.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/inkscape/inkscape.changes        2019-12-11 
12:03:11.116789313 +0100
+++ /work/SRC/openSUSE:Factory/.inkscape.new.2738/inkscape.changes      
2020-04-19 21:49:59.052142695 +0200
@@ -1,0 +2,11 @@
+Thu Apr 16 18:40:23 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- Fixup files sections for sk1 exclusion.
+
+-------------------------------------------------------------------
+Wed Apr  8 12:44:46 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Remove sk1 depending extension as sk1 is py2 only
+  * Keep conditioned so it will stay on Leap 15 if backported
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ inkscape.spec ++++++
--- /var/tmp/diff_new_pack.9I1CQi/_old  2020-04-19 21:50:00.500145601 +0200
+++ /var/tmp/diff_new_pack.9I1CQi/_new  2020-04-19 21:50:00.500145601 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package inkscape
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,7 @@
 #
 
 
+%bcond_without python2
 Name:           inkscape
 Version:        0.92.4
 Release:        0
@@ -218,6 +219,11 @@
 
 %find_lang %{name} %{?no_lang_C}
 
+%if !%{with python2}
+# remove skencil extension as we need sk1 that is py2 only
+rm -rf %{buildroot}%{_datadir}/inkscape/extensions/sk*
+%endif
+
 # split extensions
 bash %{SOURCE2} %{buildroot}%{_datadir}/inkscape/extensions 
"%%{_datadir}/inkscape/extensions/"
 
@@ -282,7 +288,9 @@
 %exclude %{_datadir}/inkscape/extensions/dia*
 %exclude %{_datadir}/inkscape/extensions/fig*
 %exclude %{_datadir}/inkscape/extensions/*gimp*
+%if %{with python2}
 %exclude %{_datadir}/inkscape/extensions/sk*
+%endif
 %exclude %{_datadir}/inkscape/extensions/*dxf*
 # this one is in extras, manually added there due to large dependencies on 
ghostscript
 %exclude %{_datadir}/inkscape/extensions/ps2pdf-ext.py
@@ -298,7 +306,9 @@
 %{_datadir}/inkscape/extensions/ps2dxf.sh
 # This extensions seems erronous being copied in here too.
 %exclude %{_datadir}/inkscape/extensions/*gimp*
+%if %{with python2}
 %exclude %{_datadir}/inkscape/extensions/sk*
+%endif
 
 %files extensions-dia
 %{_datadir}/inkscape/extensions/dia*
@@ -310,8 +320,10 @@
 # NOTE: export_gimp_palette* does not depend on gimp, but belongs here 
logically:
 %{_datadir}/inkscape/extensions/*gimp*
 
+%if %{with python2}
 %files extensions-skencil
 %{_datadir}/inkscape/extensions/sk*
+%endif
 
 %files lang -f %{name}.lang
 


Reply via email to