Hello community,

here is the log from the commit of package xjadeo for openSUSE:Factory checked 
in at 2020-06-10 00:48:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xjadeo (Old)
 and      /work/SRC/openSUSE:Factory/.xjadeo.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xjadeo"

Wed Jun 10 00:48:17 2020 rev:4 rq:812697 version:0.8.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/xjadeo/xjadeo.changes    2019-11-03 
12:21:14.617291577 +0100
+++ /work/SRC/openSUSE:Factory/.xjadeo.new.3606/xjadeo.changes  2020-06-10 
00:48:19.758931351 +0200
@@ -1,0 +2,5 @@
+Mon Jun  8 11:32:03 UTC 2020 - Luigi Baldoni <aloi...@gmx.com>
+
+- Add xjadeo-gcc10.patch
+
+-------------------------------------------------------------------

New:
----
  xjadeo-gcc10.patch

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

Other differences:
------------------
++++++ xjadeo.spec ++++++
--- /var/tmp/diff_new_pack.5XV4oq/_old  2020-06-10 00:48:20.710933842 +0200
+++ /var/tmp/diff_new_pack.5XV4oq/_new  2020-06-10 00:48:20.714933852 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xjadeo
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2015 Packman Team <pack...@links2linux.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -25,6 +25,8 @@
 Group:          Productivity/Multimedia/Sound/Visualization
 URL:            http://xjadeo.sourceforge.net/
 Source0:        
https://sourceforge.net/projects/xjadeo/files/xjadeo/v%{version}/%{name}-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE xjadeo-gcc10.patch
+Patch0:         xjadeo-gcc10.patch
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(alsa)
@@ -52,12 +54,12 @@
 a video clip.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 export CFLAGS="-Wall %{optflags}"
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install

++++++ xjadeo-gcc10.patch ++++++
Index: xjadeo-0.8.9/src/xjadeo/main.c
===================================================================
--- xjadeo-0.8.9.orig/src/xjadeo/main.c
+++ xjadeo-0.8.9/src/xjadeo/main.c
@@ -170,8 +170,8 @@ int want_genpts =0; /* --genpts */
 int want_ignstart =0;  /* --ignorefileoffset */
 int want_nosplash =0;  /* --nosplash */
 int want_noindex =0;   /* --noindex */
-int start_ontop =0;    /* --ontop // -a */
-int start_fullscreen =0;/* --fullscreen // -s */
+extern int start_ontop =0;     /* --ontop // -a */
+extern int start_fullscreen =0;/* --fullscreen // -s */
 int want_letterbox =1;  /* --letterbox -b */
 int want_dropframes =0; /* --dropframes -N  -- force using drop-frame timecode 
*/
 int want_autodrop =1;   /* --nodropframes -n (hidden option) -- allow using 
drop-frame timecode */
Index: xjadeo-0.8.9/src/xjadeo/configfile.c
===================================================================
--- xjadeo-0.8.9.orig/src/xjadeo/configfile.c
+++ xjadeo-0.8.9/src/xjadeo/configfile.c
@@ -90,8 +90,8 @@ extern int    OSD_mode;
 extern char   OSD_text[128];
 extern int    OSD_fx, OSD_tx, OSD_sx, OSD_fy, OSD_sy, OSD_ty;
 
-int start_ontop;
-int start_fullscreen;
+extern int start_ontop;
+extern int start_fullscreen;
 
 extern char    *current_file;
 #ifdef JACK_SESSION

Reply via email to