Hello community, here is the log from the commit of package alsa-tools for openSUSE:Factory checked in at 2013-03-10 07:46:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old) and /work/SRC/openSUSE:Factory/.alsa-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alsa-tools", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes 2012-12-03 09:28:02.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes 2013-03-10 07:46:39.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Mar 6 13:17:52 UTC 2013 - [email protected] + +- hda-verb.patch: remove use of unneded <sys/io.h> + +------------------------------------------------------------------- New: ---- hda-verb.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alsa-tools.spec ++++++ --- /var/tmp/diff_new_pack.tGIyFN/_old 2013-03-10 07:46:45.000000000 +0100 +++ /var/tmp/diff_new_pack.tGIyFN/_new 2013-03-10 07:46:45.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package alsa-tools # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -54,6 +54,7 @@ Patch: alsa-tools-desktop-fix.dif Patch1: 0001-ac3dec-Show-usage-if-no-parameter-is-passed.patch Patch3: 0003-Add-foreign-automake-option-to-hdajackretask-Makefil.patch +Patch4: hda-verb.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -84,6 +85,7 @@ %patch -p1 %patch1 -p1 %patch3 -p1 +%patch4 -p1 %build export AUTOMAKE_JOBS="%{?_smp_mflags}" ++++++ hda-verb.patch ++++++ Index: alsa-tools-1.0.26.1/hda-verb/hda-verb.c =================================================================== --- alsa-tools-1.0.26.1.orig/hda-verb/hda-verb.c +++ alsa-tools-1.0.26.1/hda-verb/hda-verb.c @@ -13,9 +13,6 @@ #include <ctype.h> #include <unistd.h> #include <sys/ioctl.h> -#ifndef __PPC__ -#include <sys/io.h> -#endif #include <sys/types.h> #include <sys/fcntl.h> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
