Hello community,

here is the log from the commit of package feh for openSUSE:Factory checked in 
at 2020-01-25 13:24:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/feh (Old)
 and      /work/SRC/openSUSE:Factory/.feh.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "feh"

Sat Jan 25 13:24:42 2020 rev:33 rq:766942 version:3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/feh/feh.changes  2019-11-06 14:35:11.258613081 
+0100
+++ /work/SRC/openSUSE:Factory/.feh.new.26092/feh.changes       2020-01-25 
13:24:48.700053687 +0100
@@ -1,0 +2,10 @@
+Thu Jan 23 12:22:03 UTC 2020 - Martin Rey <m...@suse.com>
+
+- update to 3.3
+  * New option --class allows setting the X11 class hint per feh
+    instance
+  * Improve handling of NULL returns from Imlib2 calls
+  * Fix compilation with libcurl < v7.32
+- feh-makefile_optflags.patch: Adapt patch to feh 3.3
+
+-------------------------------------------------------------------

Old:
----
  feh-3.2.1.tar.bz2
  feh-3.2.1.tar.bz2.asc

New:
----
  feh-3.3.tar.bz2
  feh-3.3.tar.bz2.asc

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

Other differences:
------------------
++++++ feh.spec ++++++
--- /var/tmp/diff_new_pack.6hbeHt/_old  2020-01-25 13:24:49.520054046 +0100
+++ /var/tmp/diff_new_pack.6hbeHt/_new  2020-01-25 13:24:49.520054046 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package feh
 #
-# 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:           feh
-Version:        3.2.1
+Version:        3.3
 Release:        0
 Summary:        X11 image viewer
 License:        MIT AND LGPL-2.0-or-later

++++++ feh-3.2.1.tar.bz2 -> feh-3.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.2.1/ChangeLog new/feh-3.3/ChangeLog
--- old/feh-3.2.1/ChangeLog     2019-07-22 20:26:34.000000000 +0200
+++ new/feh-3.3/ChangeLog       2019-12-03 17:33:06.000000000 +0100
@@ -1,3 +1,11 @@
+Tue, 03 Dec 2019 17:27:46 +0100  Daniel Friesel <derf+...@finalrewind.org>
+
+* Release v3.3
+    * New option --class allows setting the X11 class hint per feh instance
+      (patch by Olof-Joachim Frahm)
+    * Improve handling of NULL returns from Imlib2 calls (patch by Ben Boeckel)
+    * Fix compilation with libcurl < v7.32
+
 Mon, 22 Jul 2019 20:17:03 +0200  Daniel Friesel <derf+...@finalrewind.org>
 
 * Release v3.2.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.2.1/config.mk new/feh-3.3/config.mk
--- old/feh-3.2.1/config.mk     2019-07-22 20:26:34.000000000 +0200
+++ new/feh-3.3/config.mk       2019-12-03 17:33:06.000000000 +0100
@@ -1,5 +1,5 @@
 PACKAGE ?= feh
-VERSION ?= 3.2.1
+VERSION ?= 3.3
 
 app ?= 0
 curl ?= 1
@@ -93,7 +93,7 @@
        MAN_INOTIFY = disabled
 endif
 
-MAN_DATE ?= July 22, 2019
+MAN_DATE ?= December 03, 2019
 
 # Uncomment this to use dmalloc
 #CFLAGS += -DWITH_DMALLOC
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.2.1/man/feh.pre new/feh-3.3/man/feh.pre
--- old/feh-3.2.1/man/feh.pre   2019-07-22 20:26:34.000000000 +0200
+++ new/feh-3.3/man/feh.pre     2019-12-03 17:33:06.000000000 +0100
@@ -303,6 +303,13 @@
 to try indefinitely.
 Negative values restore the default by disabling conversion altogether.
 .
+.It Cm --class Ar class
+.
+Set the X11 class hint to
+.Ar class .
+.
+Default: feh
+.
 .It Cm -L , --customlist Ar format
 .
 Don't display images, print image info according to
@@ -320,7 +327,7 @@
 .Pq optional feature, $MAN_EXIF$ in this build
 display some EXIF information in the bottom left corner, similar to using
 .Cm --info
-with exiv2 / exifgrep .
+with exiv2 / exifgrep.
 .
 .It Cm -d , --draw-filename
 .
@@ -330,7 +337,7 @@
 .
 Show overlay texts
 .Pq as created by Cm --draw-filename No et al
-on a semi-transparent background to improve their readability
+on a semi-transparent background to improve their readability.
 .
 .It Cm --edit
 .
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.2.1/src/deps.mk new/feh-3.3/src/deps.mk
--- old/feh-3.2.1/src/deps.mk   2019-07-22 20:26:34.000000000 +0200
+++ new/feh-3.3/src/deps.mk     2019-12-03 17:33:06.000000000 +0100
@@ -15,7 +15,7 @@
 gib_style.o: gib_style.c gib_style.h gib_list.h utils.h debug.h
 imlib.o: imlib.c feh.h gib_hash.h gib_list.h gib_imlib.h gib_style.h \
   structs.h menu.h utils.h getopt.h debug.h filelist.h signals.h \
-  winwidget.h options.h exif.h
+  winwidget.h options.h
 index.o: index.c feh.h gib_hash.h gib_list.h gib_imlib.h gib_style.h \
   structs.h menu.h utils.h getopt.h debug.h filelist.h winwidget.h \
   options.h index.h
@@ -55,12 +55,3 @@
 winwidget.o: winwidget.c feh.h gib_hash.h gib_list.h gib_imlib.h \
   gib_style.h structs.h menu.h utils.h getopt.h debug.h filelist.h \
   winwidget.h options.h events.h
-exif.o: exif.c feh.h gib_hash.h gib_list.h gib_imlib.h gib_style.h \
-  structs.h menu.h utils.h getopt.h debug.h options.h exif.h \
-  exif_canon.h exif_nikon.h exif_cfg.h
-exif_canon.o: exif_canon.c feh.h gib_hash.h gib_list.h gib_imlib.h \
-  gib_style.h structs.h menu.h utils.h getopt.h debug.h exif.h \
-  exif_canon.h
-exif_nikon.o: exif_nikon.c feh.h gib_hash.h gib_list.h gib_imlib.h \
-  gib_style.h structs.h menu.h utils.h getopt.h debug.h exif.h \
-  exif_nikon.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.2.1/src/events.c new/feh-3.3/src/events.c
--- old/feh-3.2.1/src/events.c  2019-07-22 20:26:34.000000000 +0200
+++ new/feh-3.3/src/events.c    2019-12-03 17:33:06.000000000 +0100
@@ -632,12 +632,14 @@
                                Imlib_Image temp;
 
                                temp = 
gib_imlib_create_rotated_image(winwid->im, 0.0);
-                               winwid->im_w = gib_imlib_image_get_width(temp);
-                               winwid->im_h = gib_imlib_image_get_height(temp);
-                               gib_imlib_free_image_and_decache(temp);
-                               if (!winwid->full_screen && !opt.geom_flags)
-                                       winwidget_resize(winwid, winwid->im_w, 
winwid->im_h, 0);
-                               winwid->has_rotated = 1;
+                               if (temp != NULL) {
+                                       winwid->im_w = 
gib_imlib_image_get_width(temp);
+                                       winwid->im_h = 
gib_imlib_image_get_height(temp);
+                                       gib_imlib_free_image_and_decache(temp);
+                                       if (!winwid->full_screen && 
!opt.geom_flags)
+                                               winwidget_resize(winwid, 
winwid->im_w, winwid->im_h, 0);
+                                       winwid->has_rotated = 1;
+                               }
                        }
                        winwid->im_angle = (ev->xmotion.x - winwid->w / 2) / 
((double) winwid->w / 2) * 3.1415926535;
                        D(("angle: %f\n", winwid->im_angle));
@@ -653,17 +655,19 @@
                        D(("Blurring\n"));
 
                        temp = gib_imlib_clone_image(winwid->im);
-                       blur_radius = (((double) ev->xmotion.x / winwid->w) * 
20) - 10;
-                       D(("angle: %d\n", blur_radius));
-                       if (blur_radius > 0)
-                               gib_imlib_image_sharpen(temp, blur_radius);
-                       else
-                               gib_imlib_image_blur(temp, 0 - blur_radius);
-                       ptr = winwid->im;
-                       winwid->im = temp;
-                       winwidget_render_image(winwid, 0, 1);
-                       gib_imlib_free_image_and_decache(winwid->im);
-                       winwid->im = ptr;
+                       if (temp != NULL) {
+                               blur_radius = (((double) ev->xmotion.x / 
winwid->w) * 20) - 10;
+                               D(("angle: %d\n", blur_radius));
+                               if (blur_radius > 0)
+                                       gib_imlib_image_sharpen(temp, 
blur_radius);
+                               else
+                                       gib_imlib_image_blur(temp, 0 - 
blur_radius);
+                               ptr = winwid->im;
+                               winwid->im = temp;
+                               winwidget_render_image(winwid, 0, 1);
+                               gib_imlib_free_image_and_decache(winwid->im);
+                               winwid->im = ptr;
+                       }
                }
        } else {
                while (XCheckTypedWindowEvent(disp, ev->xmotion.window, 
MotionNotify, ev));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.2.1/src/imlib.c new/feh-3.3/src/imlib.c
--- old/feh-3.2.1/src/imlib.c   2019-07-22 20:26:34.000000000 +0200
+++ new/feh-3.3/src/imlib.c     2019-12-03 17:33:06.000000000 +0100
@@ -615,7 +615,9 @@
                        curl_easy_setopt(curl, CURLOPT_ERRORBUFFER, ebuff);
                        curl_easy_setopt(curl, CURLOPT_FAILONERROR, 1L);
                        curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1);
+#if LIBCURL_VERSION_NUM >= 0x072000 /* 07.32.0 */
                        curl_easy_setopt(curl, CURLOPT_XFERINFOFUNCTION, 
curl_quit_function);
+#endif
                        curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 0);
                        if (opt.insecure_ssl) {
                                curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 
0);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.2.1/src/options.c new/feh-3.3/src/options.c
--- old/feh-3.2.1/src/options.c 2019-07-22 20:26:34.000000000 +0200
+++ new/feh-3.3/src/options.c   2019-12-03 17:33:06.000000000 +0100
@@ -430,6 +430,7 @@
 #ifdef HAVE_INOTIFY
                {"auto-reload"   , 0, 0, 248},
 #endif
+               {"class"         , 1, 0, 249},
                {0, 0, 0, 0}
        };
        int optch = 0, cmdx = 0;
@@ -823,6 +824,9 @@
                        opt.auto_reload = 1;
                        break;
 #endif
+               case 249:
+                       opt.x11_class = estrdup(optarg);
+                       break;
                default:
                        break;
                }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.2.1/src/options.h new/feh-3.3/src/options.h
--- old/feh-3.2.1/src/options.h 2019-07-22 20:26:34.000000000 +0200
+++ new/feh-3.3/src/options.h   2019-12-03 17:33:06.000000000 +0100
@@ -128,6 +128,7 @@
        int zoom_mode;
        unsigned char adjust_reload;
        int xinerama_index;
+       char *x11_class;
 
        /* signed in case someone wants to invert scrolling real quick */
        int scroll_step;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.2.1/src/winwidget.c new/feh-3.3/src/winwidget.c
--- old/feh-3.2.1/src/winwidget.c       2019-07-22 20:26:34.000000000 +0200
+++ new/feh-3.3/src/winwidget.c 2019-12-03 17:33:06.000000000 +0100
@@ -305,7 +305,7 @@
        winwidget_update_title(ret);
        xch = XAllocClassHint();
        xch->res_name = "feh";
-       xch->res_class = "feh";
+       xch->res_class = opt.x11_class ? opt.x11_class : "feh";
        XSetClassHint(disp, ret->win, xch);
        XFree(xch);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.2.1/test/feh.t new/feh-3.3/test/feh.t
--- old/feh-3.2.1/test/feh.t    2019-07-22 20:26:34.000000000 +0200
+++ new/feh-3.3/test/feh.t      2019-12-03 17:33:06.000000000 +0100
@@ -34,6 +34,13 @@
        die($err_no_env);
 }
 
+# Imlib2 1.6+ reports JPEG file format as 'jpg', older versions use 'jpeg'.
+# Determine the output format used in this version with a --customlist call.
+my $list_dir = 'list';
+if (qx{$feh --customlist %t test/ok/jpg} =~ m{jpg}) {
+       $list_dir = 'list_imlib2_1.6';
+}
+
 my $version = qx{$feh --version};
 if ( $version =~ m{ Compile-time \s switches : \s .* help }ox ) {
        $has_help = 1;
@@ -93,14 +100,14 @@
 $cmd = Test::Command->new( cmd => "$feh --list $images" );
 
 $cmd->exit_is_num(0);
-$cmd->stdout_is_file('test/list/default');
+$cmd->stdout_is_file("test/${list_dir}/default");
 $cmd->stderr_like($re_warning);
 
 for my $sort (qw/name filename width height pixels size format/) {
        $cmd = Test::Command->new( cmd => "$feh --list $images --sort $sort" );
 
        $cmd->exit_is_num(0);
-       $cmd->stdout_is_file("test/list/$sort");
+       $cmd->stdout_is_file("test/${list_dir}/$sort");
        $cmd->stderr_like($re_warning);
 }
 
@@ -108,7 +115,7 @@
   = Test::Command->new( cmd => "$feh --list $images --sort format --reverse" );
 
 $cmd->exit_is_num(0);
-$cmd->stdout_is_file('test/list/format_reverse');
+$cmd->stdout_is_file("test/${list_dir}/format_reverse");
 $cmd->stderr_like($re_warning);
 
 $cmd = Test::Command->new(
@@ -117,7 +124,7 @@
 $cmd->exit_is_num(0);
 
 # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813729
-#$cmd->stdout_is_file('test/list/filename_recursive');
+#$cmd->stdout_is_file("test/${list_dir}/filename_recursive");
 #$cmd->stderr_is_eq('');
 # dummy tests to match number of planned tests
 $cmd->exit_is_num(0);
@@ -127,19 +134,19 @@
          . "%s; %t; %u; %w' $images" );
 
 $cmd->exit_is_num(0);
-$cmd->stdout_is_file('test/list/custom');
+$cmd->stdout_is_file("test/${list_dir}/custom");
 $cmd->stderr_like($re_warning);
 
 $cmd = Test::Command->new( cmd => "$feh --list --quiet $images" );
 $cmd->exit_is_num(0);
-$cmd->stdout_is_file('test/list/default');
+$cmd->stdout_is_file("test/${list_dir}/default");
 $cmd->stderr_is_eq('');
 
 $cmd = Test::Command->new(
        cmd => "$feh --quiet --list --action 'echo \"%f %wx%h\" >&2' $images" );
 
 $cmd->exit_is_num(0);
-$cmd->stdout_is_file('test/list/default');
+$cmd->stdout_is_file("test/${list_dir}/default");
 $cmd->stderr_like($re_list_action);
 
 $cmd
@@ -170,12 +177,12 @@
   = Test::Command->new( cmd => "$feh --list --min-dimension 16x16 $images_ok" 
);
 
 $cmd->exit_is_num(0);
-$cmd->stdout_is_file('test/list/default');
+$cmd->stdout_is_file("test/${list_dir}/default");
 $cmd->stderr_is_eq('');
 
 $cmd
   = Test::Command->new( cmd => "$feh --list --max-dimension 16x16 $images_ok" 
);
 
 $cmd->exit_is_num(0);
-$cmd->stdout_is_file('test/list/default');
+$cmd->stdout_is_file("test/${list_dir}/default");
 $cmd->stderr_is_eq('');
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.2.1/test/list_imlib2_1.6/custom 
new/feh-3.3/test/list_imlib2_1.6/custom
--- old/feh-3.2.1/test/list_imlib2_1.6/custom   1970-01-01 01:00:00.000000000 
+0100
+++ new/feh-3.3/test/list_imlib2_1.6/custom     2019-12-03 17:33:06.000000000 
+0100
@@ -0,0 +1,4 @@
+test/ok/gif; 16; 4; list; gif; 256; 953; gif; 1; 16
+test/ok/jpg; 16; 4; list; jpg; 256; 354; jpg; 2; 16
+test/ok/png; 16; 4; list; png; 256; 403; png; 3; 16
+test/ok/pnm; 16; 4; list; pnm; 256; 269; pnm; 4; 16
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.2.1/test/list_imlib2_1.6/default 
new/feh-3.3/test/list_imlib2_1.6/default
--- old/feh-3.2.1/test/list_imlib2_1.6/default  1970-01-01 01:00:00.000000000 
+0100
+++ new/feh-3.3/test/list_imlib2_1.6/default    2019-12-03 17:33:06.000000000 
+0100
@@ -0,0 +1,5 @@
+NUM    FORMAT  WIDTH   HEIGHT  PIXELS  SIZE    ALPHA   FILENAME
+1      gif     16      16      256     953     -       test/ok/gif
+2      jpg     16      16      256     354     -       test/ok/jpg
+3      png     16      16      256     403     X       test/ok/png
+4      pnm     16      16      256     269     -       test/ok/pnm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.2.1/test/list_imlib2_1.6/filename 
new/feh-3.3/test/list_imlib2_1.6/filename
--- old/feh-3.2.1/test/list_imlib2_1.6/filename 1970-01-01 01:00:00.000000000 
+0100
+++ new/feh-3.3/test/list_imlib2_1.6/filename   2020-01-25 13:24:50.152054324 
+0100
@@ -0,0 +1 @@
+symbolic link to default
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.2.1/test/list_imlib2_1.6/filename_recursive 
new/feh-3.3/test/list_imlib2_1.6/filename_recursive
--- old/feh-3.2.1/test/list_imlib2_1.6/filename_recursive       1970-01-01 
01:00:00.000000000 +0100
+++ new/feh-3.3/test/list_imlib2_1.6/filename_recursive 2019-12-03 
17:33:06.000000000 +0100
@@ -0,0 +1,7 @@
+NUM    FORMAT  WIDTH   HEIGHT  PIXELS  SIZE    ALPHA   FILENAME
+1      gif     16      16      256     953     -       test/ok/gif
+2      jpg     16      16      256     354     -       test/ok/jpg
+3      jpg     16      16      256       9k    -       test/ok/jpg_exif
+4      png     16      16      256     403     X       test/ok/png
+5      pnm     16      16      256     269     -       test/ok/pnm
+6      png     16      16      256     403     X       test/ok/recursive/png
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.2.1/test/list_imlib2_1.6/format 
new/feh-3.3/test/list_imlib2_1.6/format
--- old/feh-3.2.1/test/list_imlib2_1.6/format   1970-01-01 01:00:00.000000000 
+0100
+++ new/feh-3.3/test/list_imlib2_1.6/format     2020-01-25 13:24:50.132054314 
+0100
@@ -0,0 +1 @@
+symbolic link to default
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.2.1/test/list_imlib2_1.6/format_reverse 
new/feh-3.3/test/list_imlib2_1.6/format_reverse
--- old/feh-3.2.1/test/list_imlib2_1.6/format_reverse   1970-01-01 
01:00:00.000000000 +0100
+++ new/feh-3.3/test/list_imlib2_1.6/format_reverse     2019-12-03 
17:33:06.000000000 +0100
@@ -0,0 +1,5 @@
+NUM    FORMAT  WIDTH   HEIGHT  PIXELS  SIZE    ALPHA   FILENAME
+1      pnm     16      16      256     269     -       test/ok/pnm
+2      png     16      16      256     403     X       test/ok/png
+3      jpg     16      16      256     354     -       test/ok/jpg
+4      gif     16      16      256     953     -       test/ok/gif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.2.1/test/list_imlib2_1.6/height 
new/feh-3.3/test/list_imlib2_1.6/height
--- old/feh-3.2.1/test/list_imlib2_1.6/height   1970-01-01 01:00:00.000000000 
+0100
+++ new/feh-3.3/test/list_imlib2_1.6/height     2020-01-25 13:24:50.156054325 
+0100
@@ -0,0 +1 @@
+symbolic link to default
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.2.1/test/list_imlib2_1.6/name 
new/feh-3.3/test/list_imlib2_1.6/name
--- old/feh-3.2.1/test/list_imlib2_1.6/name     1970-01-01 01:00:00.000000000 
+0100
+++ new/feh-3.3/test/list_imlib2_1.6/name       2020-01-25 13:24:50.148054322 
+0100
@@ -0,0 +1 @@
+symbolic link to default
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.2.1/test/list_imlib2_1.6/pixels 
new/feh-3.3/test/list_imlib2_1.6/pixels
--- old/feh-3.2.1/test/list_imlib2_1.6/pixels   1970-01-01 01:00:00.000000000 
+0100
+++ new/feh-3.3/test/list_imlib2_1.6/pixels     2020-01-25 13:24:50.148054322 
+0100
@@ -0,0 +1 @@
+symbolic link to default
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.2.1/test/list_imlib2_1.6/size 
new/feh-3.3/test/list_imlib2_1.6/size
--- old/feh-3.2.1/test/list_imlib2_1.6/size     1970-01-01 01:00:00.000000000 
+0100
+++ new/feh-3.3/test/list_imlib2_1.6/size       2019-12-03 17:33:06.000000000 
+0100
@@ -0,0 +1,5 @@
+NUM    FORMAT  WIDTH   HEIGHT  PIXELS  SIZE    ALPHA   FILENAME
+1      pnm     16      16      256     269     -       test/ok/pnm
+2      jpg     16      16      256     354     -       test/ok/jpg
+3      png     16      16      256     403     X       test/ok/png
+4      gif     16      16      256     953     -       test/ok/gif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.2.1/test/list_imlib2_1.6/width 
new/feh-3.3/test/list_imlib2_1.6/width
--- old/feh-3.2.1/test/list_imlib2_1.6/width    1970-01-01 01:00:00.000000000 
+0100
+++ new/feh-3.3/test/list_imlib2_1.6/width      2020-01-25 13:24:50.144054320 
+0100
@@ -0,0 +1 @@
+symbolic link to default

++++++ feh-makefile_optflags.patch ++++++
--- /var/tmp/diff_new_pack.6hbeHt/_old  2020-01-25 13:24:50.220054353 +0100
+++ /var/tmp/diff_new_pack.6hbeHt/_new  2020-01-25 13:24:50.220054353 +0100
@@ -1,12 +1,6 @@
----
- config.mk    |    4 ++--
- src/Makefile |    2 +-
- 2 files changed, 3 insertions(+), 3 deletions(-)
-
-Index: b/config.mk
-===================================================================
---- a/config.mk
-+++ b/config.mk
+diff -Pdru feh-3.3.orig/config.mk feh-3.3/config.mk
+--- feh-3.3.orig/config.mk     2020-01-23 13:02:06.447700070 +0100
++++ feh-3.3/config.mk  2020-01-23 13:08:13.502047086 +0100
 @@ -34,8 +34,8 @@
  scalable_icon_dir = ${icon_dir}/scalable/apps
  
@@ -18,11 +12,10 @@
  
  # Settings for glibc >= 2.19 - may need to be adjusted for other systems
  CFLAGS += -std=c11 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700
-Index: b/src/Makefile
-===================================================================
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -7,7 +7,7 @@ I_SRCS = ${shell echo *.raw}
+diff -Pdru feh-3.3.orig/src/Makefile feh-3.3/src/Makefile
+--- feh-3.3.orig/src/Makefile  2020-01-23 13:02:06.451700139 +0100
++++ feh-3.3/src/Makefile       2020-01-23 13:06:40.140432705 +0100
+@@ -40,7 +40,7 @@
  I_DSTS = ${I_SRCS:.raw=.inc}
  
  feh: deps.mk ${OBJECTS} ${I_DSTS}


Reply via email to