Hello community, here is the log from the commit of package gpicview for openSUSE:Factory checked in at 2019-10-16 09:13:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gpicview (Old) and /work/SRC/openSUSE:Factory/.gpicview.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gpicview" Wed Oct 16 09:13:10 2019 rev:28 rq:737580 version:0.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/gpicview/gpicview.changes 2017-01-12 15:54:55.003288158 +0100 +++ /work/SRC/openSUSE:Factory/.gpicview.new.2352/gpicview.changes 2019-10-16 09:13:14.863782653 +0200 @@ -1,0 +2,5 @@ +Fri Oct 11 19:59:02 UTC 2019 - Michael Vetter <[email protected]> + +- Add gpicview-0.2.5-addreturnvalue.patch: to fix build + +------------------------------------------------------------------- New: ---- gpicview-0.2.5-addreturnvalue.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gpicview.spec ++++++ --- /var/tmp/diff_new_pack.jzAve7/_old 2019-10-16 09:13:15.623780694 +0200 +++ /var/tmp/diff_new_pack.jzAve7/_new 2019-10-16 09:13:15.639780652 +0200 @@ -1,7 +1,7 @@ # # spec file for package gpicview # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,11 +20,12 @@ Version: 0.2.5 Release: 0 Summary: LXDE Photo Viewer -License: GPL-2.0 +License: GPL-2.0-only Group: Productivity/Graphics/Viewers Url: http://www.lxde.org/ Source0: %{name}-%{version}.tar.xz Patch0: %{name}-0.2.4_fix_boo_904558.patch +Patch1: gpicview-0.2.5-addreturnvalue.patch BuildRequires: fdupes BuildRequires: gcc BuildRequires: gcc-c++ @@ -49,6 +50,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %configure ++++++ gpicview-0.2.5-addreturnvalue.patch ++++++ diff -urEbw gpicview-0.2.5/src/main-win.c gpicview-0.2.5.new/src/main-win.c --- gpicview-0.2.5/src/main-win.c 2016-02-20 23:38:31.000000000 +0100 +++ gpicview-0.2.5.new/src/main-win.c 2019-10-11 21:57:48.501711945 +0200 @@ -378,7 +378,7 @@ image_list_sort_by_name( mw->img_list, GTK_SORT_DESCENDING ); if (image_list_get_first(mw->img_list)) main_win_open(mw, image_list_get_current_file_path(mw->img_list), zoom); - return; + return FALSE; }
