Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gimp for openSUSE:Factory checked in 
at 2021-02-25 18:25:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gimp (Old)
 and      /work/SRC/openSUSE:Factory/.gimp.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gimp"

Thu Feb 25 18:25:46 2021 rev:125 rq:874257 version:2.10.22

Changes:
--------
--- /work/SRC/openSUSE:Factory/gimp/gimp.changes        2021-02-01 
13:26:10.557913816 +0100
+++ /work/SRC/openSUSE:Factory/.gimp.new.2378/gimp.changes      2021-02-25 
18:25:47.510112263 +0100
@@ -1,0 +2,6 @@
+Fri Feb 12 20:13:47 UTC 2021 - Michael Gorse <mgo...@suse.com>
+
+- Recurse directories when looking for python plugins
+  (boo#1180362).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gimp.spec ++++++
--- /var/tmp/diff_new_pack.Nrsj2D/_old  2021-02-25 18:25:48.430112930 +0100
+++ /var/tmp/diff_new_pack.Nrsj2D/_new  2021-02-25 18:25:48.434112933 +0100
@@ -275,7 +275,7 @@
 echo "%%defattr(-,root,root)" >plugins.list
 echo "%%defattr(-,root,root)" >plugins-python.list
 for PLUGIN in %{buildroot}%{_libdir}/gimp/2.0/plug-ins/* ; do
-    if grep -q '^#!.*python' $PLUGIN ; then
+    if grep -qr '^#!.*python' $PLUGIN ; then
        echo "${PLUGIN#%{buildroot}}" >>plugins-python.list
     else
        echo "${PLUGIN#%{buildroot}}" >>plugins.list

Reply via email to