Hello community,

here is the log from the commit of package audacious-plugins for 
openSUSE:Factory checked in at 2017-08-28 15:32:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/audacious-plugins (Old)
 and      /work/SRC/openSUSE:Factory/.audacious-plugins.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "audacious-plugins"

Mon Aug 28 15:32:46 2017 rev:3 rq:518744 version:3.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/audacious-plugins/audacious-plugins.changes      
2017-08-24 18:56:43.916813400 +0200
+++ /work/SRC/openSUSE:Factory/.audacious-plugins.new/audacious-plugins.changes 
2017-08-28 15:32:50.848472908 +0200
@@ -1,0 +2,5 @@
+Fri Aug 25 06:19:49 UTC 2017 - [email protected]
+
+- Remove conditionals for lame, qt and mpg123
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ audacious-plugins.spec ++++++
--- /var/tmp/diff_new_pack.mUoK0X/_old  2017-08-28 15:32:51.864330088 +0200
+++ /var/tmp/diff_new_pack.mUoK0X/_new  2017-08-28 15:32:51.884327276 +0200
@@ -19,13 +19,8 @@
 %define __provides_exclude_from ^%{_libdir}/audacious/*/.*.so$
 %define aud_ver_min 3.9
 %define aud_ver_max 3.9.99
-%if 0%{?suse_version} >= 1320 || (0%{?sle_version} >= 120100 && 
0%{?is_opensuse})
 %bcond_without qt
-%else
-%bcond_with qt
-%endif
 %bcond_with faad
-%bcond_with lame
 %bcond_with restricted
 %bcond_without gtk
 Name:           audacious-plugins
@@ -89,22 +84,16 @@
 BuildRequires:  pkgconfig(xcomposite)
 BuildRequires:  pkgconfig(xrender)
 %endif
-%if %{with qt}
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2
 BuildRequires:  pkgconfig(Qt5Gui) >= 5.2
 BuildRequires:  pkgconfig(Qt5Multimedia) >= 5.2
 BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.2
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2
-%endif
 %if %{with faad}
 BuildRequires:  libfaad-devel
 %endif
-%if %{with lame}
 BuildRequires:  libmp3lame-devel
-%endif
-%if 0%{?suse_version} > 1320 || 0%{?sle_version} > 120200 || %{with restricted}
 BuildRequires:  pkgconfig(libmpg123) >= 1.12
-%endif
 
 %description
 Plugins for the Audacious audio player.
@@ -126,11 +115,7 @@
 %build
 NOCONFIGURE=1 ./autogen.sh
 %configure \
-%if %{with qt}
   --enable-qt       \
-%else
-  --disable-qt      \
-%endif
 %if %{with gtk}
   --enable-gtk      \
 %else
@@ -141,11 +126,7 @@
 %else
   --disable-aac    \
 %endif
-%if 0%{?suse_version} > 1320 || 0%{?sle_version} > 120200 || %{with restricted}
   --enable-mpg123
-%else
-  --disable-mpg123
-%endif
 make %{?_smp_mflags} V=1
 
 %install


Reply via email to