Hello community,

here is the log from the commit of package gimp for openSUSE:Factory checked in 
at 2020-10-22 14:21:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gimp (Old)
 and      /work/SRC/openSUSE:Factory/.gimp.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gimp"

Thu Oct 22 14:21:22 2020 rev:121 rq:842491 version:2.10.22

Changes:
--------
--- /work/SRC/openSUSE:Factory/gimp/gimp.changes        2020-10-08 
13:11:50.679153989 +0200
+++ /work/SRC/openSUSE:Factory/.gimp.new.3463/gimp.changes      2020-10-22 
14:22:37.990769145 +0200
@@ -1,0 +2,10 @@
+Sun Oct 18 14:04:36 UTC 2020 - Atri Bhattacharya <[email protected]>
+
+- Change macro defined to test whether to build python plugin from
+  _with_python2 to _with_python_plugin since the complementary
+  variable _without_python2 is already defined as `true` for
+  openSUSE:Factory project wide (to disable building python2
+  modules when using single-spec); this re-enables the python
+  plugin for openSUSE Tumbleweed.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gimp.spec ++++++
--- /var/tmp/diff_new_pack.3jXVZi/_old  2020-10-22 14:22:39.834770801 +0200
+++ /var/tmp/diff_new_pack.3jXVZi/_new  2020-10-22 14:22:39.834770801 +0200
@@ -19,9 +19,9 @@
 %global abiver 4
 %global apiver 2.0
 %if 0%{?sle_version}
-%bcond_with python2
+%bcond_with python_plugin
 %else
-%bcond_without python2
+%bcond_without python_plugin
 %endif
 Name:           gimp
 Version:        2.10.22
@@ -64,7 +64,7 @@
 BuildRequires:  libwmf-devel >= 0.2.8
 BuildRequires:  libxslt-tools
 BuildRequires:  pkgconfig
-%if %{with python2}
+%if %{with python_plugin}
 BuildRequires:  python-gtk-devel >= 2.10.4
 %endif
 BuildRequires:  translation-update-upstream
@@ -107,7 +107,7 @@
 Requires:       libgimpui-2_0-0 = %{version}
 Requires:       xdg-utils
 Recommends:     %{name}-lang
-%if %{with python2}
+%if %{with python_plugin}
 Recommends:     %{name}-plugins-python = %{version}
 %endif
 Recommends:     iso-codes
@@ -151,7 +151,7 @@
 
 This package provides GIMP UI libraries.
 
-%if %{with python2}
+%if %{with python_plugin}
 %package plugins-python
 Summary:        The GNU Image Manipulation Program - python-gtk based plugins
 Group:          Productivity/Graphics/Bitmap Editors
@@ -243,9 +243,7 @@
        --without-webkit\
        --with-lcms=lcms2\
 %endif
-%if %{without python2}
-       --disable-python \
-%endif
+        %{!?with_python_plugin:--disable-python} \
        --libexecdir=%{_libexecdir}\
        --enable-default-binary\
        --disable-check-update\
@@ -367,7 +365,7 @@
 %{_libdir}/libgimpui-2.0.so.*
 %{_libdir}/libgimpwidgets-2.0.so.*
 
-%if %{with python2}
+%if %{with python_plugin}
 %files plugins-python -f plugins-python.list
 %{_libdir}/gimp/2.0/environ/pygimp.env
 %{_libdir}/gimp/2.0/interpreters/pygimp.interp


Reply via email to