Hello community, here is the log from the commit of package feh for openSUSE:Factory checked in at 2020-06-02 14:39:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/feh (Old) and /work/SRC/openSUSE:Factory/.feh.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "feh" Tue Jun 2 14:39:31 2020 rev:35 rq:810577 version:3.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/feh/feh.changes 2020-05-07 14:56:52.986551239 +0200 +++ /work/SRC/openSUSE:Factory/.feh.new.3606/feh.changes 2020-06-02 14:40:14.567825551 +0200 @@ -1,0 +2,6 @@ +Mon Jun 1 08:33:22 UTC 2020 - Paolo Stivanin <[email protected]> + +- Update to 3.4.1 + * Fix lossless JPG rotate not being lossless when using feh with Imlib2 v1.6 or later + +------------------------------------------------------------------- Old: ---- feh-3.4.tar.bz2 feh-3.4.tar.bz2.asc New: ---- feh-3.4.1.tar.bz2 feh-3.4.1.tar.bz2.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ feh.spec ++++++ --- /var/tmp/diff_new_pack.PT5aEL/_old 2020-06-02 14:40:15.495828485 +0200 +++ /var/tmp/diff_new_pack.PT5aEL/_new 2020-06-02 14:40:15.495828485 +0200 @@ -17,7 +17,7 @@ Name: feh -Version: 3.4 +Version: 3.4.1 Release: 0 Summary: X11 image viewer License: MIT AND LGPL-2.0-or-later @@ -80,7 +80,6 @@ install -D -m0755 jpegexiforient %{buildroot}%{_bindir}/jpegexiforient - %files %license COPYING %doc AUTHORS ChangeLog README.md TODO ++++++ feh-3.4.tar.bz2 -> feh-3.4.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/COPYING new/feh-3.4.1/COPYING --- old/feh-3.4/COPYING 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/COPYING 2020-05-29 23:55:03.000000000 +0200 @@ -1,5 +1,5 @@ Copyright (C) 1999,2000 Tom Gilbert. -Copyright (C) 2010-2018 Daniel Friesel. +Copyright (C) 2010-2020 Daniel Friesel. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/ChangeLog new/feh-3.4.1/ChangeLog --- old/feh-3.4/ChangeLog 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/ChangeLog 2020-05-29 23:55:03.000000000 +0200 @@ -1,3 +1,9 @@ +Fri, 29 May 2020 23:52:35 +0200 Daniel Friesel <[email protected]> + +* Release v3.4.1 + * Fix lossless rotate not being lossless when using feh with Imlib2 v1.6 + or later + Sat, 11 Apr 2020 09:51:01 +0200 Daniel Friesel <[email protected]> * Release v3.4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/config.mk new/feh-3.4.1/config.mk --- old/feh-3.4/config.mk 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/config.mk 2020-05-29 23:55:03.000000000 +0200 @@ -1,5 +1,5 @@ PACKAGE ?= feh -VERSION ?= 3.4 +VERSION ?= 3.4.1 app ?= 0 curl ?= 1 @@ -93,7 +93,7 @@ MAN_INOTIFY = disabled endif -MAN_DATE ?= April 11, 2020 +MAN_DATE ?= May 29, 2020 # Uncomment this to use dmalloc #CFLAGS += -DWITH_DMALLOC diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/man/feh.pre new/feh-3.4.1/man/feh.pre --- old/feh-3.4/man/feh.pre 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/man/feh.pre 2020-05-29 23:55:03.000000000 +0200 @@ -2129,7 +2129,7 @@ . Copyright (C) 1999, 2000 by Paul Duncan. Copyright (C) 1999, 2000 by Tom Gilbert (and various contributors). -Copyright (C) 2010-2018 by Daniel Friesel (and even more contributors). +Copyright (C) 2010-2020 by Daniel Friesel (and even more contributors). . .Pp . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/src/debug.h new/feh-3.4.1/src/debug.h --- old/feh-3.4/src/debug.h 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/src/debug.h 2020-05-29 23:55:03.000000000 +0200 @@ -1,7 +1,7 @@ /* debug.h Copyright (C) 1999-2003 Tom Gilbert. -Copyright (C) 2010-2018 Daniel Friesel. +Copyright (C) 2010-2020 Daniel Friesel. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/src/events.c new/feh-3.4.1/src/events.c --- old/feh-3.4/src/events.c 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/src/events.c 2020-05-29 23:55:03.000000000 +0200 @@ -1,7 +1,7 @@ /* events.c Copyright (C) 1999-2003 Tom Gilbert. -Copyright (C) 2010-2018 Daniel Friesel. +Copyright (C) 2010-2020 Daniel Friesel. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/src/feh.h new/feh-3.4.1/src/feh.h --- old/feh-3.4/src/feh.h 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/src/feh.h 2020-05-29 23:55:03.000000000 +0200 @@ -1,7 +1,7 @@ /* feh.h Copyright (C) 1999-2003 Tom Gilbert. -Copyright (C) 2010-2018 Daniel Friesel. +Copyright (C) 2010-2020 Daniel Friesel. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/src/filelist.c new/feh-3.4.1/src/filelist.c --- old/feh-3.4/src/filelist.c 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/src/filelist.c 2020-05-29 23:55:03.000000000 +0200 @@ -1,7 +1,7 @@ /* filelist.c Copyright (C) 1999-2003 Tom Gilbert. -Copyright (C) 2010-2018 Daniel Friesel. +Copyright (C) 2010-2020 Daniel Friesel. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/src/help.raw new/feh-3.4.1/src/help.raw --- old/feh-3.4/src/help.raw 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/src/help.raw 2020-05-29 23:55:03.000000000 +0200 @@ -200,7 +200,7 @@ This program is free software, see the file COPYING for licensing info. Copyright Tom Gilbert (and various contributors) 1999-2003. -Copyright Daniel Friesel (and various contributors) 2010-2018. +Copyright Daniel Friesel (and various contributors) 2010-2020. Homepage: http://feh.finalrewind.org Report bugs to <[email protected]> or #feh on irc.oftc.net. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/src/imlib.c new/feh-3.4.1/src/imlib.c --- old/feh-3.4/src/imlib.c 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/src/imlib.c 2020-05-29 23:55:03.000000000 +0200 @@ -1,7 +1,7 @@ /* imlib.c Copyright (C) 1999-2003 Tom Gilbert. -Copyright (C) 2010-2018 Daniel Friesel. +Copyright (C) 2010-2020 Daniel Friesel. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to @@ -1394,8 +1394,10 @@ return; } - if (!strcmp(gib_imlib_image_format(w->im), "jpeg") && - !path_is_url(FEH_FILE(w->file->data)->filename)) { + // Imlib2 <= 1.5 returns "jpeg", Imlib2 >= 1.6 uses "jpg" + if ((!strcmp(gib_imlib_image_format(w->im), "jpeg") + || !strcmp(gib_imlib_image_format(w->im), "jpg")) + && !path_is_url(FEH_FILE(w->file->data)->filename)) { feh_edit_inplace_lossless(w, op); feh_reload_image(w, 1, 1); return; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/src/index.c new/feh-3.4.1/src/index.c --- old/feh-3.4/src/index.c 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/src/index.c 2020-05-29 23:55:03.000000000 +0200 @@ -1,7 +1,7 @@ /* index.c Copyright (C) 1999-2003 Tom Gilbert. -Copyright (C) 2010-2018 Daniel Friesel. +Copyright (C) 2010-2020 Daniel Friesel. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/src/keyevents.c new/feh-3.4.1/src/keyevents.c --- old/feh-3.4/src/keyevents.c 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/src/keyevents.c 2020-05-29 23:55:03.000000000 +0200 @@ -1,7 +1,7 @@ /* keyevents.c Copyright (C) 1999-2003 Tom Gilbert. -Copyright (C) 2010-2018 Daniel Friesel. +Copyright (C) 2010-2020 Daniel Friesel. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/src/list.c new/feh-3.4.1/src/list.c --- old/feh-3.4/src/list.c 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/src/list.c 2020-05-29 23:55:03.000000000 +0200 @@ -1,7 +1,7 @@ /* list.c Copyright (C) 1999-2003 Tom Gilbert. -Copyright (C) 2010-2018 Daniel Friesel. +Copyright (C) 2010-2020 Daniel Friesel. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/src/main.c new/feh-3.4.1/src/main.c --- old/feh-3.4/src/main.c 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/src/main.c 2020-05-29 23:55:03.000000000 +0200 @@ -1,7 +1,7 @@ /* main.c Copyright (C) 1999-2003 Tom Gilbert. -Copyright (C) 2010-2018 Daniel Friesel. +Copyright (C) 2010-2020 Daniel Friesel. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/src/menu.c new/feh-3.4.1/src/menu.c --- old/feh-3.4/src/menu.c 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/src/menu.c 2020-05-29 23:55:03.000000000 +0200 @@ -1,7 +1,7 @@ /* menu.c Copyright (C) 1999-2003 Tom Gilbert. -Copyright (C) 2010-2018 Daniel Friesel. +Copyright (C) 2010-2020 Daniel Friesel. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/src/menu.h new/feh-3.4.1/src/menu.h --- old/feh-3.4/src/menu.h 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/src/menu.h 2020-05-29 23:55:03.000000000 +0200 @@ -1,7 +1,7 @@ /* menu.h Copyright (C) 1999-2003 Tom Gilbert. -Copyright (C) 2010-2018 Daniel Friesel. +Copyright (C) 2010-2020 Daniel Friesel. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/src/options.c new/feh-3.4.1/src/options.c --- old/feh-3.4/src/options.c 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/src/options.c 2020-05-29 23:55:03.000000000 +0200 @@ -1,7 +1,7 @@ /* options.c Copyright (C) 1999-2003 Tom Gilbert. -Copyright (C) 2010-2018 Daniel Friesel. +Copyright (C) 2010-2020 Daniel Friesel. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/src/options.h new/feh-3.4.1/src/options.h --- old/feh-3.4/src/options.h 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/src/options.h 2020-05-29 23:55:03.000000000 +0200 @@ -1,7 +1,7 @@ /* options.h Copyright (C) 1999-2003 Tom Gilbert. -Copyright (C) 2010-2018 Daniel Friesel. +Copyright (C) 2010-2020 Daniel Friesel. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/src/signals.c new/feh-3.4.1/src/signals.c --- old/feh-3.4/src/signals.c 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/src/signals.c 2020-05-29 23:55:03.000000000 +0200 @@ -1,6 +1,6 @@ /* signals.c -Copyright (C) 2010-2018 by Daniel Friesel +Copyright (C) 2010-2020 by Daniel Friesel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/src/slideshow.c new/feh-3.4.1/src/slideshow.c --- old/feh-3.4/src/slideshow.c 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/src/slideshow.c 2020-05-29 23:55:03.000000000 +0200 @@ -1,7 +1,7 @@ /* slideshow.c Copyright (C) 1999-2003 Tom Gilbert. -Copyright (C) 2010-2018 Daniel Friesel. +Copyright (C) 2010-2020 Daniel Friesel. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/src/structs.h new/feh-3.4.1/src/structs.h --- old/feh-3.4/src/structs.h 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/src/structs.h 2020-05-29 23:55:03.000000000 +0200 @@ -1,7 +1,7 @@ /* structs.h Copyright (C) 1999-2003 Tom Gilbert. -Copyright (C) 2010-2018 Daniel Friesel. +Copyright (C) 2010-2020 Daniel Friesel. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/src/thumbnail.c new/feh-3.4.1/src/thumbnail.c --- old/feh-3.4/src/thumbnail.c 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/src/thumbnail.c 2020-05-29 23:55:03.000000000 +0200 @@ -1,7 +1,7 @@ /* thumbnail.c Copyright (C) 1999-2003 Tom Gilbert. -Copyright (C) 2010-2018 Daniel Friesel. +Copyright (C) 2010-2020 Daniel Friesel. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/src/thumbnail.h new/feh-3.4.1/src/thumbnail.h --- old/feh-3.4/src/thumbnail.h 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/src/thumbnail.h 2020-05-29 23:55:03.000000000 +0200 @@ -1,7 +1,7 @@ /* thumbnail.h Copyright (C) 1999-2003 Tom Gilbert. -Copyright (C) 2010-2018 Daniel Friesel. +Copyright (C) 2010-2020 Daniel Friesel. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/src/timers.c new/feh-3.4.1/src/timers.c --- old/feh-3.4/src/timers.c 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/src/timers.c 2020-05-29 23:55:03.000000000 +0200 @@ -1,7 +1,7 @@ /* timers.c Copyright (C) 1999-2003 Tom Gilbert. -Copyright (C) 2010-2018 Daniel Friesel. +Copyright (C) 2010-2020 Daniel Friesel. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/src/wallpaper.c new/feh-3.4.1/src/wallpaper.c --- old/feh-3.4/src/wallpaper.c 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/src/wallpaper.c 2020-05-29 23:55:03.000000000 +0200 @@ -1,7 +1,7 @@ /* wallpaper.c Copyright (C) 1999-2003 Tom Gilbert. -Copyright (C) 2010-2018 Daniel Friesel. +Copyright (C) 2010-2020 Daniel Friesel. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/src/wallpaper.h new/feh-3.4.1/src/wallpaper.h --- old/feh-3.4/src/wallpaper.h 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/src/wallpaper.h 2020-05-29 23:55:03.000000000 +0200 @@ -1,7 +1,7 @@ /* wallpaper.h Copyright (C) 1999-2003 Tom Gilbert. -Copyright (C) 2010-2018 Daniel Friesel. +Copyright (C) 2010-2020 Daniel Friesel. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/src/winwidget.c new/feh-3.4.1/src/winwidget.c --- old/feh-3.4/src/winwidget.c 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/src/winwidget.c 2020-05-29 23:55:03.000000000 +0200 @@ -1,7 +1,7 @@ /* winwidget.c Copyright (C) 1999-2003 Tom Gilbert. -Copyright (C) 2010-2018 Daniel Friesel. +Copyright (C) 2010-2020 Daniel Friesel. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/feh-3.4/src/winwidget.h new/feh-3.4.1/src/winwidget.h --- old/feh-3.4/src/winwidget.h 2020-04-11 09:52:58.000000000 +0200 +++ new/feh-3.4.1/src/winwidget.h 2020-05-29 23:55:03.000000000 +0200 @@ -1,7 +1,7 @@ /* winwidget.h Copyright (C) 1999-2003 Tom Gilbert. -Copyright (C) 2010-2018 Daniel Friesel. +Copyright (C) 2010-2020 Daniel Friesel. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to
