Hello community, here is the log from the commit of package alsa-plugins for openSUSE:Factory checked in at 2012-08-04 09:02:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alsa-plugins (Old) and /work/SRC/openSUSE:Factory/.alsa-plugins.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alsa-plugins", Maintainer is "ti...@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/alsa-plugins/alsa-plugins.changes 2012-04-03 09:19:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.alsa-plugins.new/alsa-plugins.changes 2012-08-04 09:02:07.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Jul 29 06:48:43 UTC 2012 - a...@suse.de + +- Move _GNU_SOURCE before any header inclusion to fix build with glibc 2.16 + +------------------------------------------------------------------- New: ---- alsa-plugins-include.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alsa-plugins.spec ++++++ --- /var/tmp/diff_new_pack.5hWNiQ/_old 2012-08-04 09:02:08.000000000 +0200 +++ /var/tmp/diff_new_pack.5hWNiQ/_new 2012-08-04 09:02:08.000000000 +0200 @@ -51,6 +51,7 @@ Source1: asound-pulse.conf Source2: alsa-pulse.conf Source3: baselibs.conf +Patch1: alsa-plugins-include.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -128,6 +129,7 @@ %prep %setup -q -n %{name}-%{package_version} +%patch1 -p1 %build export AUTOMAKE_JOBS="%{?_smp_mflags}" ++++++ alsa-plugins-include.patch ++++++ Index: alsa-plugins-1.0.25/usb_stream/pcm_usb_stream.c =================================================================== --- alsa-plugins-1.0.25.orig/usb_stream/pcm_usb_stream.c +++ alsa-plugins-1.0.25/usb_stream/pcm_usb_stream.c @@ -18,8 +18,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include <byteswap.h> #define _GNU_SOURCE +#include <byteswap.h> #include <sys/mman.h> #include <sys/shm.h> #include <sys/ioctl.h> -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org