Hello community, here is the log from the commit of package alsa-firmware for openSUSE:Factory checked in at 2014-02-11 10:22:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alsa-firmware (Old) and /work/SRC/openSUSE:Factory/.alsa-firmware.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alsa-firmware" Changes: -------- --- /work/SRC/openSUSE:Factory/alsa-firmware/alsa-firmware.changes 2013-04-14 10:11:15.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.alsa-firmware.new/alsa-firmware.changes 2014-02-11 10:22:04.000000000 +0100 @@ -1,0 +2,7 @@ +Thu Feb 6 15:31:02 CET 2014 - [email protected] + +- 0001-Add-cs46xx-entry-to-the-main-configure-and-Makefile..patch: + Add firmware files for cs46xx that have been cut since 3.13 + kernel + +------------------------------------------------------------------- New: ---- 0001-Add-cs46xx-entry-to-the-main-configure-and-Makefile..patch cs46xx.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alsa-firmware.spec ++++++ --- /var/tmp/diff_new_pack.0w5VyD/_old 2014-02-11 10:22:05.000000000 +0100 +++ /var/tmp/diff_new_pack.0w5VyD/_new 2014-02-11 10:22:05.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package alsa-firmware # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -32,6 +32,8 @@ Source: ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-%{package_version}.tar.bz2 Source1: usx2yaudio.rules Source2: usx2yaudio-old.rules +Source3: cs46xx.tar.bz2 +Patch1: 0001-Add-cs46xx-entry-to-the-main-configure-and-Makefile..patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch Requires: alsa @@ -45,7 +47,8 @@ Various firmware data files for ALSA drivers. %prep -%setup -q -n %{name}-%{package_version} +%setup -q -n %{name}-%{package_version} -a 3 +%patch1 -p1 %build autoreconf -fi ++++++ 0001-Add-cs46xx-entry-to-the-main-configure-and-Makefile..patch ++++++ >From f21a82fabbc9124ae8ed1e1a2138bac0892250b0 Mon Sep 17 00:00:00 2001 From: Takashi Iwai <[email protected]> Date: Thu, 6 Feb 2014 15:28:46 +0100 Subject: [PATCH] Add cs46xx entry to the main configure and Makefile.am Signed-off-by: Takashi Iwai <[email protected]> --- Makefile.am | 2 +- configure.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ec46a1af64c4..9f616f10eea6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = 1.3 foreign SUBDIRS = hdsploader mixartloader pcxhrloader usx2yloader vxloader echoaudio \ asihpi emu korg1212 maestro3 multisound sb16 wavefront \ - ymfpci aica ca0132 + ymfpci aica ca0132 cs46xx EXTRA_DIST = depcomp diff --git a/configure.in b/configure.in index 2f37e27d67d1..e99fb097219e 100644 --- a/configure.in +++ b/configure.in @@ -68,4 +68,5 @@ AC_OUTPUT(Makefile \ ymfpci/Makefile \ aica/Makefile \ ca0132/Makefile \ + cs46xx/Makefile \ ) -- 1.8.5.2 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
