Hello community, here is the log from the commit of package alsa-tools for openSUSE:12.2 checked in at 2012-08-04 09:05:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.2/alsa-tools (Old) and /work/SRC/openSUSE:12.2/.alsa-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alsa-tools", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:12.2/alsa-tools/alsa-tools.changes 2012-06-25 15:15:07.000000000 +0200 +++ /work/SRC/openSUSE:12.2/.alsa-tools.new/alsa-tools.changes 2012-08-04 09:05:53.000000000 +0200 @@ -1,0 +2,11 @@ +Tue Jul 31 11:00:13 CEST 2012 - [email protected] + +- Add missing MYNAME for hda-verb +- move the previous change to an individual patch + +------------------------------------------------------------------- +Mon Jul 30 13:15:59 UTC 2012 - [email protected] + +- hda-verb/hda-verb.c don't include sys/io.h on ppc + +------------------------------------------------------------------- New: ---- 0007-hda-verb-Add-missing-MYNAME-definition-for-packaging.patch 0008-hda-verb-Don-t-include-sys-io.h-for-PPC.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alsa-tools.spec ++++++ --- /var/tmp/diff_new_pack.YvS5CV/_old 2012-08-04 09:05:55.000000000 +0200 +++ /var/tmp/diff_new_pack.YvS5CV/_new 2012-08-04 09:05:55.000000000 +0200 @@ -59,6 +59,8 @@ Patch104: 0004-Import-hda-verb-0.4-to-alsa-tools-repo.patch Patch105: 0005-Convert-hda-verb-to-use-automake.patch Patch106: 0006-usx2yloader-make-fxload-work-without-deprecated-usbf.patch +Patch107: 0007-hda-verb-Add-missing-MYNAME-definition-for-packaging.patch +Patch108: 0008-hda-verb-Don-t-include-sys-io.h-for-PPC.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -94,6 +96,8 @@ %patch104 -p1 %patch105 -p1 %patch106 -p1 +%patch107 -p1 +%patch108 -p1 %build export AUTOMAKE_JOBS="%{?_smp_mflags}" ++++++ 0007-hda-verb-Add-missing-MYNAME-definition-for-packaging.patch ++++++ >From 65219ca2de8beed50408f7eb58d29e45a7eafb4b Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela <[email protected]> Date: Tue, 17 Jul 2012 18:48:20 +0200 Subject: [PATCH] hda-verb: Add missing MYNAME definition for packaging Signed-off-by: Jaroslav Kysela <[email protected]> --- hda-verb/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/hda-verb/Makefile.am b/hda-verb/Makefile.am index 7dab1d9..0e3278d 100644 --- a/hda-verb/Makefile.am +++ b/hda-verb/Makefile.am @@ -1,3 +1,4 @@ +MYNAME = hda-verb AUTOMAKE_OPTIONS = 1.3 foreign bin_PROGRAMS = hda-verb hda_verb_SOURCES = hda-verb.c -- 1.7.10.4 ++++++ 0008-hda-verb-Don-t-include-sys-io.h-for-PPC.patch ++++++ >From aa795cb82726776bf9402c3171f784a9e3aba3bb Mon Sep 17 00:00:00 2001 From: Takashi Iwai <[email protected]> Date: Tue, 31 Jul 2012 10:58:43 +0200 Subject: [PATCH] hda-verb: Don't include sys/io.h for PPC Signed-off-by: Takashi Iwai <[email protected]> --- hda-verb/hda-verb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hda-verb/hda-verb.c b/hda-verb/hda-verb.c index 2577ae0..bd746ad 100644 --- a/hda-verb/hda-verb.c +++ b/hda-verb/hda-verb.c @@ -13,7 +13,9 @@ #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> -- 1.7.10.4 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
