Hello community,

here is the log from the commit of package eog-plugins for openSUSE:Factory 
checked in at 2020-01-07 23:52:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eog-plugins (Old)
 and      /work/SRC/openSUSE:Factory/.eog-plugins.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eog-plugins"

Tue Jan  7 23:52:02 2020 rev:51 rq:761237 version:3.26.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/eog-plugins/eog-plugins.changes  2019-09-11 
10:34:13.539316569 +0200
+++ /work/SRC/openSUSE:Factory/.eog-plugins.new.6675/eog-plugins.changes        
2020-01-07 23:52:20.155999619 +0100
@@ -1,0 +2,9 @@
+Sun Jan  5 14:17:08 UTC 2020 - Bjørn Lie <[email protected]>
+
+- Update to version 3.26.5:
+  + Plugin changes:
+    - Export to Folder:
+      . Fix setting target directory.
+      . Small UI improvements in configuration dialog.
+
+-------------------------------------------------------------------

Old:
----
  eog-plugins-3.26.4.tar.xz

New:
----
  eog-plugins-3.26.5.tar.xz

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

Other differences:
------------------
++++++ eog-plugins.spec ++++++
--- /var/tmp/diff_new_pack.6rjif1/_old  2020-01-07 23:52:20.595999848 +0100
+++ /var/tmp/diff_new_pack.6rjif1/_new  2020-01-07 23:52:20.603999852 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package eog-plugins
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -17,7 +17,7 @@
 
 
 Name:           eog-plugins
-Version:        3.26.4
+Version:        3.26.5
 Release:        0
 #FIXME: add postr BuildRequires when we have a package
 Summary:        A collection of plugins for Eye of GNOME

++++++ eog-plugins-3.26.4.tar.xz -> eog-plugins-3.26.5.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eog-plugins-3.26.4/ChangeLog 
new/eog-plugins-3.26.5/ChangeLog
--- old/eog-plugins-3.26.4/ChangeLog    2019-09-09 22:55:39.000000000 +0200
+++ new/eog-plugins-3.26.5/ChangeLog    2020-01-04 20:46:49.000000000 +0100
@@ -1,5 +1,80 @@
 # Generated by Makefile. Do not edit.
 
+commit 6d0f8b097d9b087462b3ac738f15d88ebdfb55b9
+Author: Felix Riemann <[email protected]>
+Date:   Sat Jan 4 20:46:08 2020 +0100
+
+    Prepare for release 3.26.5
+
+ NEWS | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+commit 5bc236e4a66784461048cae00ff56751a63e2805
+Author: Felix Riemann <[email protected]>
+Date:   Sun Dec 29 01:10:46 2019 +0100
+
+    export-to-folder: Make the folder selector expand horizontally
+    
+    If the dialog's default size is too small enlarging it can
+    make the button text/the folder readable again.
+
+ plugins/export-to-folder/preferences_dialog.ui | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 49ecb7b051700bebaef23250f44d580befdcd1d2
+Author: Felix Riemann <[email protected]>
+Date:   Sun Dec 29 00:45:33 2019 +0100
+
+    export-to-folder: Fix spacing to be more like eog's dialogs
+    
+    eog commonly uses 12px spacing in its dialogs, not 10.
+
+ plugins/export-to-folder/preferences_dialog.ui | 12 ++++--------
+ 1 file changed, 4 insertions(+), 8 deletions(-)
+
+commit 7883ead03b6fa22eb93eef6abba5551ed98d0165
+Merge: f11f00e 676d80c
+Author: Felix Riemann <[email protected]>
+Date:   Sat Dec 28 23:33:31 2019 +0000
+
+    Merge branch 'master' into 'master'
+    
+    export-to-folder: Fix setting target directory
+    
+    See merge request GNOME/eog-plugins!1
+
+commit 676d80ce93c41e760d5b013c767607221be4583d
+Author: Anton Leontiev <[email protected]>
+Date:   Mon Oct 14 08:44:11 2019 +0300
+
+    export-to-folder: Use file-set signal to change target directory
+    
+    Currently changing target directory from GUI doesn't always work. If
+    user chooses directory from drop-down list of GtkFileChooserButton,
+    'current-folder-changed' signal isn't emitted and configuration isn't
+    updated.
+    
+    Instead of using 'current-folder-changed' signal from GtkFileChooser
+    interface, use 'file-set' signal from GtkFileChooserButton.
+    
+    Furthermore get_currect_folder() doesn't correspond to the selected
+    folder, but to the folder containing selected folder. Therefore it is
+    changed to get_filename(). For more info see manual for
+    gtk_file_chooser_get_current_folder().
+
+ plugins/export-to-folder/export-to-folder.py   | 8 ++++----
+ plugins/export-to-folder/preferences_dialog.ui | 2 +-
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+commit f11f00ef631b3176578a23f39949a57ad7514ffa
+Author: Felix Riemann <[email protected]>
+Date:   Mon Sep 9 22:56:58 2019 +0200
+
+    Post-release version bump
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 7620e2dc33f4964dd260b2a9949bdedec3344c4d
 Author: Felix Riemann <[email protected]>
 Date:   Mon Sep 9 22:54:40 2019 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eog-plugins-3.26.4/NEWS new/eog-plugins-3.26.5/NEWS
--- old/eog-plugins-3.26.4/NEWS 2019-09-09 22:54:35.000000000 +0200
+++ new/eog-plugins-3.26.5/NEWS 2020-01-04 20:45:50.000000000 +0100
@@ -1,3 +1,12 @@
+Version 3.26.5
+--------------
+
+Plugin changes:
+
+- Export to Folder
+ - !1, export-to-folder: Fix setting target directory (Anton Leontiev)
+ - Small UI improvements in configuration dialog (Felix Riemann)
+
 Version 3.26.4
 --------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eog-plugins-3.26.4/configure 
new/eog-plugins-3.26.5/configure
--- old/eog-plugins-3.26.4/configure    2019-06-22 16:10:14.000000000 +0200
+++ new/eog-plugins-3.26.5/configure    2020-01-02 13:25:02.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for eog-plugins 3.26.4.
+# Generated by GNU Autoconf 2.69 for eog-plugins 3.26.5.
 #
 # Report bugs to 
<http://bugzilla.gnome.org/enter_bug.cgi?product=eog&component=plugins>.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='eog-plugins'
 PACKAGE_TARNAME='eog-plugins'
-PACKAGE_VERSION='3.26.4'
-PACKAGE_STRING='eog-plugins 3.26.4'
+PACKAGE_VERSION='3.26.5'
+PACKAGE_STRING='eog-plugins 3.26.5'
 
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=eog&component=plugins'
 PACKAGE_URL=''
 
@@ -1393,7 +1393,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures eog-plugins 3.26.4 to adapt to many kinds of systems.
+\`configure' configures eog-plugins 3.26.5 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1463,7 +1463,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of eog-plugins 3.26.4:";;
+     short | recursive ) echo "Configuration of eog-plugins 3.26.5:";;
    esac
   cat <<\_ACEOF
 
@@ -1613,7 +1613,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-eog-plugins configure 3.26.4
+eog-plugins configure 3.26.5
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1891,7 +1891,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by eog-plugins $as_me 3.26.4, which was
+It was created by eog-plugins $as_me 3.26.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2854,7 +2854,7 @@
 
 # Define the identity of the package.
  PACKAGE='eog-plugins'
- VERSION='3.26.4'
+ VERSION='3.26.5'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -17076,7 +17076,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by eog-plugins $as_me 3.26.4, which was
+This file was extended by eog-plugins $as_me 3.26.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -17142,7 +17142,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-eog-plugins config.status 3.26.4
+eog-plugins config.status 3.26.5
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eog-plugins-3.26.4/configure.ac 
new/eog-plugins-3.26.5/configure.ac
--- old/eog-plugins-3.26.4/configure.ac 2018-07-23 20:12:22.000000000 +0200
+++ new/eog-plugins-3.26.5/configure.ac 2019-09-09 22:56:54.000000000 +0200
@@ -3,7 +3,7 @@
 EOG_MAJOR=3.0.0
 EOG_PLUGINS_MAJOR=3.0.0
 
-AC_INIT([eog-plugins], [3.26.4], 
[http://bugzilla.gnome.org/enter_bug.cgi?product=eog&component=plugins])
+AC_INIT([eog-plugins], [3.26.5], 
[http://bugzilla.gnome.org/enter_bug.cgi?product=eog&component=plugins])
 
 AC_CONFIG_SRCDIR([plugins])
 AC_PREFIX_PROGRAM([eog])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eog-plugins-3.26.4/plugins/Makefile.in 
new/eog-plugins-3.26.5/plugins/Makefile.in
--- old/eog-plugins-3.26.4/plugins/Makefile.in  2019-06-22 16:10:16.000000000 
+0200
+++ new/eog-plugins-3.26.5/plugins/Makefile.in  2020-01-02 13:25:03.000000000 
+0100
@@ -162,7 +162,7 @@
 am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
 am__installdirs = "$(DESTDIR)$(plugindir)"
 am__pep3147_tweak = \
-  sed -e 's|\.py$$||' -e 's|[^/]*$$|&.*.pyc\n&.*.pyo|'
+  sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
   distclean-recursive maintainer-clean-recursive
 am__recursive_targets = \
@@ -461,15 +461,20 @@
        dir='$(DESTDIR)$(plugindir)'; \
        pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
        pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
+       py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
+       echo "$$py_files_pep3147";\
+       pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
+       pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
        st=0; \
-       for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \
+       for files in \
+         "$$py_files" \
+         "$$pyc_files" \
+         "$$pyo_files" \
+         "$$pyc_files_pep3147" \
+         "$$pyo_files_pep3147" \
+       ; do \
          $(am__uninstall_files_from_dir) || st=$$?; \
        done; \
-       dir='$(DESTDIR)$(plugindir)/__pycache__'; \
-       echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \
-         while read files; do \
-           $(am__uninstall_files_from_dir) || st=$$?; \
-         done || exit $$?; \
        exit $$st
 
 # This directory's subdirectories are mostly independent; you can cd
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/eog-plugins-3.26.4/plugins/export-to-folder/Makefile.in 
new/eog-plugins-3.26.5/plugins/export-to-folder/Makefile.in
--- old/eog-plugins-3.26.4/plugins/export-to-folder/Makefile.in 2019-06-22 
16:10:16.000000000 +0200
+++ new/eog-plugins-3.26.5/plugins/export-to-folder/Makefile.in 2020-01-02 
13:25:03.000000000 +0100
@@ -157,7 +157,7 @@
 am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(appstreamdir)" \
        "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(uidir)"
 am__pep3147_tweak = \
-  sed -e 's|\.py$$||' -e 's|[^/]*$$|&.*.pyc\n&.*.pyo|'
+  sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
 py_compile = $(top_srcdir)/py-compile
 DATA = $(appstream_DATA) $(plugin_DATA) $(ui_DATA)
 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
@@ -430,15 +430,20 @@
        dir='$(DESTDIR)$(plugindir)'; \
        pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
        pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
+       py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
+       echo "$$py_files_pep3147";\
+       pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
+       pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
        st=0; \
-       for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \
+       for files in \
+         "$$py_files" \
+         "$$pyc_files" \
+         "$$pyo_files" \
+         "$$pyc_files_pep3147" \
+         "$$pyo_files_pep3147" \
+       ; do \
          $(am__uninstall_files_from_dir) || st=$$?; \
        done; \
-       dir='$(DESTDIR)$(plugindir)/__pycache__'; \
-       echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \
-         while read files; do \
-           $(am__uninstall_files_from_dir) || st=$$?; \
-         done || exit $$?; \
        exit $$st
 install-appstreamDATA: $(appstream_DATA)
        @$(NORMAL_INSTALL)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/eog-plugins-3.26.4/plugins/export-to-folder/export-to-folder.py 
new/eog-plugins-3.26.5/plugins/export-to-folder/export-to-folder.py
--- old/eog-plugins-3.26.4/plugins/export-to-folder/export-to-folder.py 
2015-09-29 16:08:09.000000000 +0200
+++ new/eog-plugins-3.26.5/plugins/export-to-folder/export-to-folder.py 
2019-12-29 00:38:40.000000000 +0100
@@ -125,7 +125,7 @@
 
     def do_create_configure_widget(self):
         # Create preference dialog
-        signals = {'current_folder_changed_cb': self.current_folder_changed_cb}
+        signals = {'file_set_cb': self.file_set_cb}
         builder = Gtk.Builder()
         builder.set_translation_domain('eog-plugins')
         builder.add_from_file(os.path.join(self.plugin_info.get_data_dir(),
@@ -137,9 +137,9 @@
         target_dir = self.settings.get_string('target-folder')
         if target_dir == "":
             target_dir = EXPORT_DIR
-        self.export_dir_button.set_current_folder(target_dir)
+        self.export_dir_button.set_filename(target_dir)
 
         return self.preferences_dialog
 
-    def current_folder_changed_cb(self, button):
-        self.settings.set_string('target-folder', button.get_current_folder())
+    def file_set_cb(self, button):
+        self.settings.set_string('target-folder', button.get_filename())
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/eog-plugins-3.26.4/plugins/export-to-folder/preferences_dialog.ui 
new/eog-plugins-3.26.5/plugins/export-to-folder/preferences_dialog.ui
--- old/eog-plugins-3.26.4/plugins/export-to-folder/preferences_dialog.ui       
2014-01-07 23:17:05.000000000 +0100
+++ new/eog-plugins-3.26.5/plugins/export-to-folder/preferences_dialog.ui       
2019-12-29 01:12:26.000000000 +0100
@@ -1,17 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.16.0 -->
+<!-- Generated with glade 3.22.1 -->
 <interface>
-  <requires lib="gtk+" version="3.0"/>
+  <requires lib="gtk+" version="3.14"/>
   <object class="GtkBox" id="preferences_box">
     <property name="visible">True</property>
     <property name="can_focus">False</property>
-    <property name="halign">start</property>
     <property name="valign">start</property>
-    <property name="margin_left">10</property>
-    <property name="margin_right">10</property>
-    <property name="margin_top">10</property>
-    <property name="margin_bottom">10</property>
-    <property name="spacing">10</property>
+    <property name="border_width">12</property>
+    <property name="spacing">12</property>
     <child>
       <object class="GtkLabel" id="export_dir_label">
         <property name="visible">True</property>
@@ -29,10 +25,10 @@
         <property name="visible">True</property>
         <property name="can_focus">False</property>
         <property name="action">select-folder</property>
-        <signal name="current-folder-changed" 
handler="current_folder_changed_cb" swapped="no"/>
+        <signal name="file-set" handler="file_set_cb" swapped="no"/>
       </object>
       <packing>
-        <property name="expand">False</property>
+        <property name="expand">True</property>
         <property name="fill">True</property>
         <property name="position">1</property>
       </packing>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eog-plugins-3.26.4/plugins/fullscreenbg/Makefile.in 
new/eog-plugins-3.26.5/plugins/fullscreenbg/Makefile.in
--- old/eog-plugins-3.26.4/plugins/fullscreenbg/Makefile.in     2019-06-22 
16:10:16.000000000 +0200
+++ new/eog-plugins-3.26.5/plugins/fullscreenbg/Makefile.in     2020-01-02 
13:25:03.000000000 +0100
@@ -156,7 +156,7 @@
 am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(appstreamdir)" \
        "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(uidir)"
 am__pep3147_tweak = \
-  sed -e 's|\.py$$||' -e 's|[^/]*$$|&.*.pyc\n&.*.pyo|'
+  sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
 py_compile = $(top_srcdir)/py-compile
 DATA = $(appstream_DATA) $(plugin_DATA) $(ui_DATA)
 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
@@ -427,15 +427,20 @@
        dir='$(DESTDIR)$(plugindir)'; \
        pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
        pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
+       py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
+       echo "$$py_files_pep3147";\
+       pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
+       pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
        st=0; \
-       for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \
+       for files in \
+         "$$py_files" \
+         "$$pyc_files" \
+         "$$pyo_files" \
+         "$$pyc_files_pep3147" \
+         "$$pyo_files_pep3147" \
+       ; do \
          $(am__uninstall_files_from_dir) || st=$$?; \
        done; \
-       dir='$(DESTDIR)$(plugindir)/__pycache__'; \
-       echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \
-         while read files; do \
-           $(am__uninstall_files_from_dir) || st=$$?; \
-         done || exit $$?; \
        exit $$st
 install-appstreamDATA: $(appstream_DATA)
        @$(NORMAL_INSTALL)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/eog-plugins-3.26.4/plugins/maximize-windows/Makefile.in 
new/eog-plugins-3.26.5/plugins/maximize-windows/Makefile.in
--- old/eog-plugins-3.26.4/plugins/maximize-windows/Makefile.in 2019-06-22 
16:10:16.000000000 +0200
+++ new/eog-plugins-3.26.5/plugins/maximize-windows/Makefile.in 2020-01-02 
13:25:03.000000000 +0100
@@ -156,7 +156,7 @@
 am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(appstreamdir)" \
        "$(DESTDIR)$(plugindir)"
 am__pep3147_tweak = \
-  sed -e 's|\.py$$||' -e 's|[^/]*$$|&.*.pyc\n&.*.pyo|'
+  sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
 py_compile = $(top_srcdir)/py-compile
 DATA = $(appstream_DATA) $(plugin_DATA)
 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
@@ -416,15 +416,20 @@
        dir='$(DESTDIR)$(plugindir)'; \
        pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
        pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
+       py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
+       echo "$$py_files_pep3147";\
+       pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
+       pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
        st=0; \
-       for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \
+       for files in \
+         "$$py_files" \
+         "$$pyc_files" \
+         "$$pyo_files" \
+         "$$pyc_files_pep3147" \
+         "$$pyo_files_pep3147" \
+       ; do \
          $(am__uninstall_files_from_dir) || st=$$?; \
        done; \
-       dir='$(DESTDIR)$(plugindir)/__pycache__'; \
-       echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \
-         while read files; do \
-           $(am__uninstall_files_from_dir) || st=$$?; \
-         done || exit $$?; \
        exit $$st
 install-appstreamDATA: $(appstream_DATA)
        @$(NORMAL_INSTALL)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eog-plugins-3.26.4/plugins/pythonconsole/Makefile.in 
new/eog-plugins-3.26.5/plugins/pythonconsole/Makefile.in
--- old/eog-plugins-3.26.4/plugins/pythonconsole/Makefile.in    2019-06-22 
16:10:16.000000000 +0200
+++ new/eog-plugins-3.26.5/plugins/pythonconsole/Makefile.in    2020-01-02 
13:25:03.000000000 +0100
@@ -157,7 +157,7 @@
        "$(DESTDIR)$(appstreamdir)" "$(DESTDIR)$(plugindir)" \
        "$(DESTDIR)$(uidir)"
 am__pep3147_tweak = \
-  sed -e 's|\.py$$||' -e 's|[^/]*$$|&.*.pyc\n&.*.pyo|'
+  sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
 py_compile = $(top_srcdir)/py-compile
 DATA = $(appstream_DATA) $(plugin_DATA) $(ui_DATA)
 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
@@ -432,15 +432,20 @@
        dir='$(DESTDIR)$(pythonconsoledir)'; \
        pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
        pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
+       py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
+       echo "$$py_files_pep3147";\
+       pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
+       pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
        st=0; \
-       for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \
+       for files in \
+         "$$py_files" \
+         "$$pyc_files" \
+         "$$pyo_files" \
+         "$$pyc_files_pep3147" \
+         "$$pyo_files_pep3147" \
+       ; do \
          $(am__uninstall_files_from_dir) || st=$$?; \
        done; \
-       dir='$(DESTDIR)$(pythonconsoledir)/__pycache__'; \
-       echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \
-         while read files; do \
-           $(am__uninstall_files_from_dir) || st=$$?; \
-         done || exit $$?; \
        exit $$st
 install-appstreamDATA: $(appstream_DATA)
        @$(NORMAL_INSTALL)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/eog-plugins-3.26.4/plugins/slideshowshuffle/Makefile.in 
new/eog-plugins-3.26.5/plugins/slideshowshuffle/Makefile.in
--- old/eog-plugins-3.26.4/plugins/slideshowshuffle/Makefile.in 2019-06-22 
16:10:16.000000000 +0200
+++ new/eog-plugins-3.26.5/plugins/slideshowshuffle/Makefile.in 2020-01-02 
13:25:03.000000000 +0100
@@ -156,7 +156,7 @@
 am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(appstreamdir)" \
        "$(DESTDIR)$(plugindir)"
 am__pep3147_tweak = \
-  sed -e 's|\.py$$||' -e 's|[^/]*$$|&.*.pyc\n&.*.pyo|'
+  sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
 py_compile = $(top_srcdir)/py-compile
 DATA = $(appstream_DATA) $(plugin_DATA)
 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
@@ -414,15 +414,20 @@
        dir='$(DESTDIR)$(plugindir)'; \
        pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
        pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
+       py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
+       echo "$$py_files_pep3147";\
+       pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
+       pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
        st=0; \
-       for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \
+       for files in \
+         "$$py_files" \
+         "$$pyc_files" \
+         "$$pyo_files" \
+         "$$pyc_files_pep3147" \
+         "$$pyo_files_pep3147" \
+       ; do \
          $(am__uninstall_files_from_dir) || st=$$?; \
        done; \
-       dir='$(DESTDIR)$(plugindir)/__pycache__'; \
-       echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \
-         while read files; do \
-           $(am__uninstall_files_from_dir) || st=$$?; \
-         done || exit $$?; \
        exit $$st
 install-appstreamDATA: $(appstream_DATA)
        @$(NORMAL_INSTALL)


Reply via email to