Hello community, here is the log from the commit of package xplayer for openSUSE:Factory checked in at 2019-08-13 13:27:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xplayer (Old) and /work/SRC/openSUSE:Factory/.xplayer.new.9556 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xplayer" Tue Aug 13 13:27:42 2019 rev:21 rq:722994 version:2.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/xplayer/xplayer.changes 2019-07-29 17:28:55.070246096 +0200 +++ /work/SRC/openSUSE:Factory/.xplayer.new.9556/xplayer.changes 2019-08-13 13:27:43.765316307 +0200 @@ -1,0 +2,5 @@ +Tue Aug 13 06:50:19 UTC 2019 - Marguerite Su <[email protected]> + +- add xplayer-2.2.1-return-no-value-in-void-function.patch + +------------------------------------------------------------------- New: ---- xplayer-2.2.1-return-no-value-in-void-function.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xplayer.spec ++++++ --- /var/tmp/diff_new_pack.UikuPB/_old 2019-08-13 13:27:44.213316189 +0200 +++ /var/tmp/diff_new_pack.UikuPB/_new 2019-08-13 13:27:44.213316189 +0200 @@ -25,6 +25,8 @@ Group: Productivity/Multimedia/Video/Players Url: https://github.com/linuxmint/xplayer Source: https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +#PATCH-FIX-UPSTREAM return no value in void function +Patch: xplayer-2.2.1-return-no-value-in-void-function.patch BuildRequires: autoconf BuildRequires: autoconf-archive BuildRequires: automake @@ -160,6 +162,7 @@ %prep %setup -q +%patch -p1 %build NOCONFIGURE=1 ./autogen.sh @@ -167,7 +170,8 @@ %configure \ --disable-static \ --disable-Werror -make %{?_smp_mflags} V=1 +#make %{?_smp_mflags} V=1 +make -j1 V=1 %install %make_install ++++++ xplayer-2.2.1-return-no-value-in-void-function.patch ++++++ Index: xplayer-2.2.1/src/backend/gsd-osd-window.c =================================================================== --- xplayer-2.2.1.orig/src/backend/gsd-osd-window.c +++ xplayer-2.2.1/src/backend/gsd-osd-window.c @@ -250,7 +250,7 @@ draw_action_custom (GsdOsdDrawContext * g_free (name); if (pixbuf == NULL) { - return FALSE; + return; } }
