Hello community, here is the log from the commit of package xine-lib for openSUSE:Factory checked in at 2017-07-08 12:34:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xine-lib (Old) and /work/SRC/openSUSE:Factory/.xine-lib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xine-lib" Sat Jul 8 12:34:54 2017 rev:67 rq:508670 version:1.2.8 Changes: -------- --- /work/SRC/openSUSE:Factory/xine-lib/xine-lib.changes 2017-05-27 13:12:58.773188069 +0200 +++ /work/SRC/openSUSE:Factory/.xine-lib.new/xine-lib.changes 2017-07-08 12:34:56.993795432 +0200 @@ -1,0 +2,6 @@ +Thu Jul 6 10:15:58 UTC 2017 - [email protected] + +- Remove dependency to gcc5 +- Use simple bcond for ffmpeg + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xine-lib.spec ++++++ --- /var/tmp/diff_new_pack.9dTiVZ/_old 2017-07-08 12:34:57.965658351 +0200 +++ /var/tmp/diff_new_pack.9dTiVZ/_new 2017-07-08 12:34:57.969657787 +0200 @@ -27,20 +27,19 @@ %bcond_without distributable %bcond_with onlynondistributable %bcond_without pulseaudio -%if 0%{?suse_version} == 1315 -%bcond_without gcc5 +%if 0%{?suse_version} > 1320 +BuildRequires: gcc %else -%bcond_with gcc5 -%endif -%if 0%{?suse_version} > 1320 || 0%{?is_opensuse} == 1 -%bcond_without ffmpeg +# Leap 42.2+ / SLE12SP2Backports +%if 0%{?sle_version} == 120200 +BuildRequires: gcc6 +#!Buildignore: libgcc_s1 %else -%if %{with distributable} -%bcond_with ffmpeg -%else -%bcond_without ffmpeg +# Leap 42.1 +BuildRequires: gcc5 %endif %endif +%bcond_without ffmpeg %bcond_with sdl %bcond_with aalib %bcond_with esd @@ -49,9 +48,6 @@ %bcond_with directfb %bcond_without modplug # -%if %{with gcc5} -BuildRequires: gcc5 -%endif BuildRequires: ImageMagick-devel BuildRequires: Mesa-devel BuildRequires: alsa-devel @@ -592,11 +588,9 @@ %build export CFLAGS="${RPM_OPT_FLAGS} -fno-strict-aliasing -fno-force-addr `pkg-config --cflags smbclient`" export CCASFLAGS=-Wa,--noexecstack -# Leap:42.2 won't build with gcc48 -%if %{with gcc5} -export CC="gcc-5" -export CPP="cpp-5" -%endif +test -x "$(type -p gcc-5)" && export CC=gcc-5 +test -x "$(type -p gcc-6)" && export CC=gcc-6 +test -x "$(type -p gcc-7)" && export CC=gcc-7 echo 'AC_DEFUN([AC_REQUIRE_AUX_FILE])dnl' >> acinclude.m4 # # hack for sles10 ## rm m4/gettext.m4 m4/intl.m4
