commit alsa-firmware for openSUSE:Factory

2020-10-24 Thread root
Hello community,

here is the log from the commit of package alsa-firmware for openSUSE:Factory 
checked in at 2020-10-24 15:15:56

Comparing /work/SRC/openSUSE:Factory/alsa-firmware (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-firmware.new.3463 (New)


Package is "alsa-firmware"

Sat Oct 24 15:15:56 2020 rev:43 rq:843207 version:1.2.4

Changes:

--- /work/SRC/openSUSE:Factory/alsa-firmware/alsa-firmware.changes  
2020-01-14 21:09:09.786815078 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-firmware.new.3463/alsa-firmware.changes
2020-10-24 15:16:06.804150996 +0200
@@ -1,0 +2,8 @@
+Wed Oct 21 13:04:20 CEST 2020 - ti...@suse.de
+
+- Update to alsa-firmware 1.2.4:
+  rework in auto-tools and Makefiles
+  See details in
+https://alsa-project.org/wiki/Changes_v1.2.3.2_v1.2.4
+
+---

Old:

  alsa-firmware-1.2.1.tar.bz2

New:

  alsa-firmware-1.2.4.tar.bz2



Other differences:
--
++ alsa-firmware.spec ++
--- /var/tmp/diff_new_pack.1dpXuQ/_old  2020-10-24 15:16:07.996152483 +0200
+++ /var/tmp/diff_new_pack.1dpXuQ/_new  2020-10-24 15:16:08.000152488 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package alsa-firmware
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   alsa-firmware
-Url:http://www.alsa-project.org/
+URL:http://www.alsa-project.org/
 Summary:Firmware Data Files for ALSA
 # BuildRequires:  automake
 License:GPL-2.0-or-later
@@ -27,7 +27,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(udev)
 %endif
-Version:1.2.1
+Version:1.2.4
 Release:0
 Source: 
ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-%{version}.tar.bz2
 Source1:usx2yaudio.rules

++ alsa-firmware-1.2.1.tar.bz2 -> alsa-firmware-1.2.4.tar.bz2 ++
 8034 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/alsa-firmware-1.2.1/Makefile.am new/alsa-firmware-1.2.4/Makefile.am
--- old/alsa-firmware-1.2.1/Makefile.am 2019-11-13 12:06:34.0 +0100
+++ new/alsa-firmware-1.2.4/Makefile.am 2020-10-20 13:28:42.0 +0200
@@ -4,7 +4,7 @@
  asihpi emu korg1212 maestro3 multisound sb16 wavefront \
  ymfpci aica ca0132 cs46xx
 
-EXTRA_DIST = depcomp
+EXTRA_DIST = depcomp Makefile.fw_writer Makefile.hotplug Makefile.loader
 
 dist-hook:
-chmod -R a+r $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/alsa-firmware-1.2.1/Makefile.fw_writer 
new/alsa-firmware-1.2.4/Makefile.fw_writer
--- old/alsa-firmware-1.2.1/Makefile.fw_writer  1970-01-01 01:00:00.0 
+0100
+++ new/alsa-firmware-1.2.4/Makefile.fw_writer  2020-10-20 13:28:42.0 
+0200
@@ -0,0 +1,16 @@
+#
+# Common parts for the firmware generation
+#
+
+noinst_PROGRAMS += fw_writer
+
+fw_writer = fw_writer$(EXEEXT)
+
+LINK_FOR_BUILD = $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(CPPFLAGS_FOR_BUILD) 
$(LDFLAGS_FOR_BUILD) $(TARGET_ARCH_FOR_BUILD)
+
+$(fw_writer_OBJECTS) : CC=$(CC_FOR_BUILD)
+$(fw_writer_OBJECTS) : CFLAGS=$(CFLAGS_FOR_BUILD)
+$(fw_writer_OBJECTS) : CPPFLAGS=$(CPPFLAGS_FOR_BUILD)
+
+fw_writer$(EXEEXT): $(fw_writer_OBJECTS)
+   $(LINK_FOR_BUILD) $^ $(LDLIBS_FOR_BUILD) -o $@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/alsa-firmware-1.2.1/Makefile.hotplug 
new/alsa-firmware-1.2.4/Makefile.hotplug
--- old/alsa-firmware-1.2.1/Makefile.hotplug1970-01-01 01:00:00.0 
+0100
+++ new/alsa-firmware-1.2.4/Makefile.hotplug2020-10-20 13:28:42.0 
+0200
@@ -0,0 +1,11 @@
+#
+# Common parts for the firmware generation
+#
+
+if USE_HOTPLUG
+hotplugfwdir = @HOTPLUGFWDIR@/$(firmware_dir)
+hotplugfw_DATA = $(firmware_files)
+else
+hotplugfwdir =
+hotplugfw_DATA =
+

commit alsa-firmware for openSUSE:Factory

2020-01-14 Thread root
Hello community,

here is the log from the commit of package alsa-firmware for openSUSE:Factory 
checked in at 2020-01-14 21:05:42

Comparing /work/SRC/openSUSE:Factory/alsa-firmware (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-firmware.new.6675 (New)


Package is "alsa-firmware"

Tue Jan 14 21:05:42 2020 rev:42 rq:764313 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/alsa-firmware/alsa-firmware.changes  
2019-12-05 17:33:38.813454058 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-firmware.new.6675/alsa-firmware.changes
2020-01-14 21:09:09.786815078 +0100
@@ -1,0 +2,10 @@
+Tue Jan 14 14:46:03 CET 2020 - ti...@suse.de
+
+- Comment out superfluous buildreq automake
+- Run fdupes for reducing the duplications
+- Remove conflicting CA0132 files against kernel-firmware
+- Add supplements for the automatic installation
+- Install license-related files into licensesdir
+- Drop the support for old distros (<1200), drop old udev rules
+
+---

Old:

  usx2yaudio-old.rules



Other differences:
--
++ alsa-firmware.spec ++
--- /var/tmp/diff_new_pack.3xgzie/_old  2020-01-14 21:09:11.514815877 +0100
+++ /var/tmp/diff_new_pack.3xgzie/_new  2020-01-14 21:09:11.526815883 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alsa-firmware
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,9 +19,10 @@
 Name:   alsa-firmware
 Url:http://www.alsa-project.org/
 Summary:Firmware Data Files for ALSA
+# BuildRequires:  automake
 License:GPL-2.0-or-later
 Group:  Hardware/Other
-BuildRequires:  automake
+BuildRequires:  fdupes
 %if 0%{?suse_version} > 1220
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(udev)
@@ -30,10 +31,40 @@
 Release:0
 Source: 
ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-%{version}.tar.bz2
 Source1:usx2yaudio.rules
-Source2:usx2yaudio-old.rules
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Requires:   alsa
+# for asihpi
+Supplements:modalias(pci:v104CdAC60sv175Csd*bc*sc*i*)
+Supplements:modalias(pci:v104CdA106sv175Csd*bc*sc*i*)
+# for ca0132
+Supplements:modalias(pci:v1102d0010sv*sd*bc*sc*i*)
+Supplements:modalias(pci:v1102d0012sv*sd*bc*sc*i*)
+# for cs46xx
+Supplements:modalias(pci:v1013d6004sv*sd*bc*sc*i*)
+Supplements:modalias(pci:v1013d6003sv*sd*bc*sc*i*)
+Supplements:modalias(pci:v1013d6001sv*sd*bc*sc*i*)
+# for echoaudio
+Supplements:modalias(pci:v1057d1801svECC0sd*bc*sc*i*)
+Supplements:modalias(pci:v1057d3410svECC0sd*bc*sc*i*)
+# for emu10k1
+Supplements:modalias(pci:v1102d0008sv*sd*bc*sc*i*)
+Supplements:modalias(pci:v1102d0004sv*sd*bc*sc*i*)
+Supplements:modalias(pci:v1102d0002sv*sd*bc*sc*i*)
+# for hdsp
+Supplements:modalias(pci:v10EEd3FC5sv*sd*bc*sc*i*)
+# for mixart
+Supplements:modalias(pci:v1057d0003sv*sd*bc*sc*i*)
+# for pcxhr
+Supplements:modalias(pci:v10B5d9056sv1369sd*bc*sc*i*)
+# for usx2y
+Supplements:modalias(usb:v1604p8005d*dc*dsc*dp*ic*isc*ip*in*)
+Supplements:modalias(usb:v1604p8007d*dc*dsc*dp*ic*isc*ip*in*)
+Supplements:modalias(usb:v1604p8001d*dc*dsc*dp*ic*isc*ip*in*)
+# for vx
+Supplements:modalias(pci:v10B5d9030sv1369sd*bc*sc*i*)
+Supplements:modalias(pci:v10B5d9050sv1369sd*bc*sc*i*)
+
 %if 0%{?suse_version} > 1220
 %define _udevdir %(pkg-config --variable=udevdir udev)
 %else
@@ -55,21 +86,22 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR="$RPM_BUILD_ROOT" install
+make DESTDIR="%{buildroot}" install
+# remove duplicated entries that are already in kernel-firmware package
+rm -f %{buildroot}/lib/firmware/ctefx.bin
+rm -f %{buildroot}/lib/firmware/ctspeq.bin
 # remove unnecessary loader firmwares
 for d in vxloader mixartloader pcxhrloader; do
-  rm -rf $RPM_BUILD_ROOT%{_datadir}/alsa/firmware/$d
+  rm -rf %{buildroot}%{_datadir}/alsa/firmware/$d
 done
-%if 0%{?suse_version} >= 1120
 # some files are included in the new "kernel-firmware" package
 for d in ess korg sb16 yamaha; do
-  rm -rf $RPM_BUILD_ROOT/lib/firmware/$d
+  rm -rf %{buildroot}/lib/firmware/$d
 done
-%endif
 # change identical files to symlinks for hdsploader
-pushd $RPM_BUILD_ROOT%{_datadir}/alsa/firmware/hdsploader
+pushd %{buildroot}%{_datadir}/alsa/firmware/hdsploader
 for i in *.bin; do
-  hot

commit alsa-firmware for openSUSE:Factory

2019-12-05 Thread root
Hello community,

here is the log from the commit of package alsa-firmware for openSUSE:Factory 
checked in at 2019-12-05 17:33:33

Comparing /work/SRC/openSUSE:Factory/alsa-firmware (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-firmware.new.4691 (New)


Package is "alsa-firmware"

Thu Dec  5 17:33:33 2019 rev:41 rq:750715 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/alsa-firmware/alsa-firmware.changes  
2019-06-01 09:51:14.799288503 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-firmware.new.4691/alsa-firmware.changes
2019-12-05 17:33:38.813454058 +0100
@@ -1,0 +2,8 @@
+Fri Nov 15 17:42:05 CET 2019 - ti...@suse.de
+
+- Update to alsa-firmare 1.2.1:
+  * Change FSF address (Franklin Street)
+  * Fix up aica firmware licensing
+  * Add new firmware for Creative CA0132 HD-Audio Codec 
+
+---

Old:

  alsa-firmware-1.0.29.tar.bz2
  ctefx-desktop.bin
  ctefx-r3di.bin

New:

  alsa-firmware-1.2.1.tar.bz2



Other differences:
--
++ alsa-firmware.spec ++
--- /var/tmp/diff_new_pack.uLZY16/_old  2019-12-05 17:33:39.325453986 +0100
+++ /var/tmp/diff_new_pack.uLZY16/_new  2019-12-05 17:33:39.325453986 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alsa-firmware
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,28 +12,25 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   alsa-firmware
-%define package_version1.0.29
 Url:http://www.alsa-project.org/
 Summary:Firmware Data Files for ALSA
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Hardware/Other
 BuildRequires:  automake
 %if 0%{?suse_version} > 1220
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(udev)
 %endif
-Version:1.0.29
+Version:1.2.1
 Release:0
-Source: 
ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-%{package_version}.tar.bz2
+Source: 
ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-%{version}.tar.bz2
 Source1:usx2yaudio.rules
 Source2:usx2yaudio-old.rules
-Source3:ctefx-desktop.bin
-Source4:ctefx-r3di.bin
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Requires:   alsa
@@ -47,7 +44,7 @@
 Various firmware data files for ALSA drivers.
 
 %prep
-%setup -q -n %{name}-%{package_version}
+%setup -q
 
 %build
 # autoreconf -fi
@@ -69,8 +66,6 @@
   rm -rf $RPM_BUILD_ROOT/lib/firmware/$d
 done
 %endif
-install -c -m 0644 %{SOURCE3} %{buildroot}/lib/firmware/
-install -c -m 0644 %{SOURCE4} %{buildroot}/lib/firmware/
 # change identical files to symlinks for hdsploader
 pushd $RPM_BUILD_ROOT%{_datadir}/alsa/firmware/hdsploader
 for i in *.bin; do

++ alsa-firmware-1.0.29.tar.bz2 -> alsa-firmware-1.2.1.tar.bz2 ++
 19047 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/alsa-firmware-1.0.29/COPYING new/alsa-firmware-1.2.1/COPYING
--- old/alsa-firmware-1.0.29/COPYING2015-02-26 13:36:03.0 +0100
+++ new/alsa-firmware-1.2.1/COPYING 2019-11-13 12:06:34.0 +0100
@@ -2,7 +2,7 @@
   Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-   59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -305,7 +305,7 @@
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  
USA
 
 
 Also add information on how to contact you by electronic and paper mail.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude conf

commit alsa-firmware for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package alsa-firmware for openSUSE:Factory 
checked in at 2019-06-01 09:51:13

Comparing /work/SRC/openSUSE:Factory/alsa-firmware (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-firmware.new.5148 (New)


Package is "alsa-firmware"

Sat Jun  1 09:51:13 2019 rev:40 rq:706126 version:1.0.29

Changes:

--- /work/SRC/openSUSE:Factory/alsa-firmware/alsa-firmware.changes  
2015-03-01 14:47:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-firmware.new.5148/alsa-firmware.changes
2019-06-01 09:51:14.799288503 +0200
@@ -1,0 +2,5 @@
+Tue May 28 19:57:17 CEST 2019 - ti...@suse.de
+
+- Install missing firmware files for CA0132 codec (bsc#1136638)
+
+---

New:

  ctefx-desktop.bin
  ctefx-r3di.bin



Other differences:
--
++ alsa-firmware.spec ++
--- /var/tmp/diff_new_pack.3rArvE/_old  2019-06-01 09:51:16.483287928 +0200
+++ /var/tmp/diff_new_pack.3rArvE/_new  2019-06-01 09:51:16.495287924 +0200
@@ -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:ctefx-desktop.bin
+Source4:ctefx-r3di.bin
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Requires:   alsa
@@ -67,6 +69,8 @@
   rm -rf $RPM_BUILD_ROOT/lib/firmware/$d
 done
 %endif
+install -c -m 0644 %{SOURCE3} %{buildroot}/lib/firmware/
+install -c -m 0644 %{SOURCE4} %{buildroot}/lib/firmware/
 # change identical files to symlinks for hdsploader
 pushd $RPM_BUILD_ROOT%{_datadir}/alsa/firmware/hdsploader
 for i in *.bin; do




commit alsa-firmware for openSUSE:Factory

2015-03-01 Thread h_root
Hello community,

here is the log from the commit of package alsa-firmware for openSUSE:Factory 
checked in at 2015-03-01 14:46:59

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  
2014-06-25 06:57:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-firmware.new/alsa-firmware.changes 
2015-03-01 14:47:01.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 26 17:34:19 CET 2015 - ti...@suse.de
+
+- Update to alsa-firmware 1.0.29:
+  update asihpi firmware to version 4.14
+
+---

Old:

  alsa-firmware-1.0.28.tar.bz2

New:

  alsa-firmware-1.0.29.tar.bz2



Other differences:
--
++ alsa-firmware.spec ++
--- /var/tmp/diff_new_pack.Vk6Dvd/_old  2015-03-01 14:47:01.0 +0100
+++ /var/tmp/diff_new_pack.Vk6Dvd/_new  2015-03-01 14:47:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alsa-firmware
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   alsa-firmware
-%define package_version1.0.28
+%define package_version1.0.29
 Url:http://www.alsa-project.org/
 Summary:Firmware Data Files for ALSA
 License:GPL-2.0+
@@ -27,7 +27,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(udev)
 %endif
-Version:1.0.28
+Version:1.0.29
 Release:0
 Source: 
ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-%{package_version}.tar.bz2
 Source1:usx2yaudio.rules
@@ -48,7 +48,7 @@
 %setup -q -n %{name}-%{package_version}
 
 %build
-autoreconf -fi
+# autoreconf -fi
 %configure \
 --enable-loader \
 --enable-hotplug \

++ alsa-firmware-1.0.28.tar.bz2 -> alsa-firmware-1.0.29.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alsa-firmware-1.0.28/asihpi/Makefile.am 
new/alsa-firmware-1.0.29/asihpi/Makefile.am
--- old/alsa-firmware-1.0.28/asihpi/Makefile.am 2014-06-12 10:55:06.0 
+0200
+++ new/alsa-firmware-1.0.29/asihpi/Makefile.am 2015-02-26 13:36:03.0 
+0100
@@ -1,7 +1,6 @@
 MYNAME = asihpi
 
 dsp_files = \
-   dsp2400.bin\
dsp5000.bin\
dsp6200.bin\
dsp6205.bin\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alsa-firmware-1.0.28/asihpi/Makefile.in 
new/alsa-firmware-1.0.29/asihpi/Makefile.in
--- old/alsa-firmware-1.0.28/asihpi/Makefile.in 2014-06-13 11:24:55.0 
+0200
+++ new/alsa-firmware-1.0.29/asihpi/Makefile.in 2015-02-26 13:47:24.0 
+0100
@@ -186,7 +186,6 @@
 top_srcdir = @top_srcdir@
 MYNAME = asihpi
 dsp_files = \
-   dsp2400.bin\
dsp5000.bin\
dsp6200.bin\
dsp6205.bin\
Files old/alsa-firmware-1.0.28/asihpi/dsp2400.bin and 
new/alsa-firmware-1.0.29/asihpi/dsp2400.bin differ
Files old/alsa-firmware-1.0.28/asihpi/dsp5000.bin and 
new/alsa-firmware-1.0.29/asihpi/dsp5000.bin differ
Files old/alsa-firmware-1.0.28/asihpi/dsp6200.bin and 
new/alsa-firmware-1.0.29/asihpi/dsp6200.bin differ
Files old/alsa-firmware-1.0.28/asihpi/dsp6205.bin and 
new/alsa-firmware-1.0.29/asihpi/dsp6205.bin differ
Files old/alsa-firmware-1.0.28/asihpi/dsp6400.bin and 
new/alsa-firmware-1.0.29/asihpi/dsp6400.bin differ
Files old/alsa-firmware-1.0.28/asihpi/dsp6600.bin and 
new/alsa-firmware-1.0.29/asihpi/dsp6600.bin differ
Files old/alsa-firmware-1.0.28/asihpi/dsp8700.bin and 
new/alsa-firmware-1.0.29/asihpi/dsp8700.bin differ
Files old/alsa-firmware-1.0.28/asihpi/dsp8900.bin and 
new/alsa-firmware-1.0.29/asihpi/dsp8900.bin differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alsa-firmware-1.0.28/configure 
new/alsa-firmware-1.0.29/configure
--- old/alsa-firmware-1.0.28/configure  2014-06-13 11:24:56.0 +0200
+++ new/alsa-firmware-1.0.29/configure  2015-02-26 13:47:25.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for alsa-firmware 1.0.28.
+# Generated by GNU Autoconf 2.69 for alsa-firmware 1.0.29.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@
 # Identity of this package.
 PACKAGE_NAME='alsa-firmware'
 PACKAGE_TARNAME='alsa-firmware'
-PACKAGE_VERSION='1.0.28'
-PACKAGE_STRING='alsa-firmware 1.0.28'
+PA

commit alsa-firmware for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package alsa-firmware for openSUSE:Factory 
checked in at 2014-06-25 06:57:34

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  
2014-02-11 10:22:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-firmware.new/alsa-firmware.changes 
2014-06-25 06:57:44.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 18 13:19:24 CEST 2014 - ti...@suse.de
+
+- Updated to alsa-firmware 1.0.28:
+  Removed obsoleted patch
+  0001-Add-cs46xx-entry-to-the-main-configure-and-Makefile..patch:
+
+---

Old:

  0001-Add-cs46xx-entry-to-the-main-configure-and-Makefile..patch
  alsa-firmware-1.0.27.tar.bz2
  cs46xx.tar.bz2

New:

  alsa-firmware-1.0.28.tar.bz2



Other differences:
--
++ alsa-firmware.spec ++
--- /var/tmp/diff_new_pack.a2TpCR/_old  2014-06-25 06:57:45.0 +0200
+++ /var/tmp/diff_new_pack.a2TpCR/_new  2014-06-25 06:57:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   alsa-firmware
-%define package_version1.0.27
+%define package_version1.0.28
 Url:http://www.alsa-project.org/
 Summary:Firmware Data Files for ALSA
 License:GPL-2.0+
@@ -27,13 +27,11 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(udev)
 %endif
-Version:1.0.27
+Version:1.0.28
 Release:0
 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
@@ -47,8 +45,7 @@
 Various firmware data files for ALSA drivers.
 
 %prep
-%setup -q -n %{name}-%{package_version} -a 3
-%patch1 -p1
+%setup -q -n %{name}-%{package_version}
 
 %build
 autoreconf -fi

++ alsa-firmware-1.0.27.tar.bz2 -> alsa-firmware-1.0.28.tar.bz2 ++
 8721 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit alsa-firmware for openSUSE:Factory

2014-02-11 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-firmware.new/alsa-firmware.changes 
2014-02-11 10:22:04.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb  6 15:31:02 CET 2014 - ti...@suse.de
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.0w5VyD/_new  2014-02-11 10:22:05.0 +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 
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 
---
 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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit alsa-firmware for openSUSE:Factory

2013-04-14 Thread h_root
Hello community,

here is the log from the commit of package alsa-firmware for openSUSE:Factory 
checked in at 2013-04-14 10:11:14

Comparing /work/SRC/openSUSE:Factory/alsa-firmware (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-firmware.new (New)


Package is "alsa-firmware", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/alsa-firmware/alsa-firmware.changes  
2012-01-27 15:16:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-firmware.new/alsa-firmware.changes 
2013-04-14 10:11:15.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 12 15:31:37 CEST 2013 - ti...@suse.de
+
+- Updated to version 1.0.27:
+  add firmware files for CA0132 HD-audio codec
+- Fix macros for udev rules installation path
+
+---

Old:

  alsa-firmware-1.0.25.tar.bz2

New:

  alsa-firmware-1.0.27.tar.bz2



Other differences:
--
++ alsa-firmware.spec ++
--- /var/tmp/diff_new_pack.NWVOtc/_old  2013-04-14 10:11:17.0 +0200
+++ /var/tmp/diff_new_pack.NWVOtc/_new  2013-04-14 10:11:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package alsa-firmware
 #
-# 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
@@ -17,13 +17,17 @@
 
 
 Name:   alsa-firmware
-%define package_version1.0.25
+%define package_version1.0.27
 Url:http://www.alsa-project.org/
 Summary:Firmware Data Files for ALSA
 License:GPL-2.0+
 Group:  Hardware/Other
 BuildRequires:  automake
-Version:1.0.25
+%if 0%{?suse_version} > 1220
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(udev)
+%endif
+Version:1.0.27
 Release:0
 Source: 
ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-%{package_version}.tar.bz2
 Source1:usx2yaudio.rules
@@ -31,12 +35,15 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Requires:   alsa
+%if 0%{?suse_version} > 1220
+%define _udevdir %(pkg-config --variable=udevdir udev)
+%else
+%define _udevdir /etc/udev
+%endif
 
 %description
 Various firmware data files for ALSA drivers.
 
-
-
 %prep
 %setup -q -n %{name}-%{package_version}
 
@@ -54,7 +61,7 @@
 for d in vxloader mixartloader pcxhrloader; do
   rm -rf $RPM_BUILD_ROOT%{_datadir}/alsa/firmware/$d
 done
-%if %suse_version >= 1120
+%if 0%{?suse_version} >= 1120
 # some files are included in the new "kernel-firmware" package
 for d in ess korg sb16 yamaha; do
   rm -rf $RPM_BUILD_ROOT/lib/firmware/$d
@@ -76,22 +83,21 @@
 rm -rf $RPM_BUILD_ROOT/lib/firmware/turtlebeach
 # install documents
 mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
-for d in echoaudio hdsploader mixartloader pcxhrloader usx2yloader vxloader 
asihpi; do
+for d in echoaudio hdsploader mixartloader pcxhrloader usx2yloader vxloader 
asihpi ca0132; do
   (cd $d
   n=${d##*/}
   mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}/$n
-  for f in AUTHORS COPYING ChangeLog NEWS README* TODO; do
+  for f in AUTHORS COPYING ChangeLog NEWS README* TODO creative.txt; do
 test -f $f || continue
 install -c -m 0644 $f $RPM_BUILD_ROOT%{_docdir}/%{name}/$n
   done
   )
 done
 # udev rules
-mkdir -p $RPM_BUILD_ROOT/etc/udev/rules.d
-%if %suse_version > 1020
-install -c -m 0644 %{SOURCE1} 
$RPM_BUILD_ROOT/etc/udev/rules.d/52-usx2yaudio.rules
+%if 0%{?suse_version} > 1020
+install -D -c -m 0644 %{SOURCE1} 
$RPM_BUILD_ROOT%{_udevdir}/rules.d/52-usx2yaudio.rules
 %else
-install -c -m 0644 %{SOURCE2} 
$RPM_BUILD_ROOT/etc/udev/rules.d/52-usx2yaudio.rules
+install -D -c -m 0644 %{SOURCE2} 
$RPM_BUILD_ROOT%{_udevdir}/rules.d/52-usx2yaudio.rules
 %endif
 
 %files
@@ -99,6 +105,6 @@
 %doc %{_docdir}/%{name}
 /lib/firmware/*
 %{_datadir}/alsa
-/etc/udev
+%{_udevdir}
 
 %changelog

++ alsa-firmware-1.0.25.tar.bz2 -> alsa-firmware-1.0.27.tar.bz2 ++
 24705 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/alsa-firmware-1.0.25/Makefile.am new/alsa-firmware-1.0.27/Makefile.am
--- old/alsa-firmware-1.0.25/Makefile.am2012-01-25 08:59:08.0 
+0100
+++ new/alsa-firmware-1.0.27/Makefile.am2013-04-11 13:43:07.0 
+0200
@@ -1,8 +1,8 @@
 AUTOMAKE_OPTIONS = 1.3 foreign
 
 SUBDIRS = hdsploader 

commit alsa-firmware for openSUSE:Factory

2012-01-27 Thread h_root
Hello community,

here is the log from the commit of package alsa-firmware for openSUSE:Factory 
checked in at 2012-01-27 15:16:14

Comparing /work/SRC/openSUSE:Factory/alsa-firmware (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-firmware.new (New)


Package is "alsa-firmware", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/alsa-firmware/alsa-firmware.changes  
2011-12-25 17:32:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-firmware.new/alsa-firmware.changes 
2012-01-27 15:16:17.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan 25 11:13:28 CET 2012 - ti...@suse.de
+
+- updated to version 1.0.25; Update asihpi firmware to 4.10.05
+
+---

Old:

  alsa-firmware-1.0.24.1.tar.bz2

New:

  alsa-firmware-1.0.25.tar.bz2



Other differences:
--
++ alsa-firmware.spec ++
--- /var/tmp/diff_new_pack.VyoHDu/_old  2012-01-27 15:16:18.0 +0100
+++ /var/tmp/diff_new_pack.VyoHDu/_new  2012-01-27 15:16:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alsa-firmware
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,16 +16,15 @@
 #
 
 
-
 Name:   alsa-firmware
-%define package_version1.0.24.1
+%define package_version1.0.25
 Url:http://www.alsa-project.org/
 Summary:Firmware Data Files for ALSA
-BuildRequires:  automake
-Version:1.0.24.1
-Release:0
 License:GPL-2.0+
 Group:  Hardware/Other
+BuildRequires:  automake
+Version:1.0.25
+Release:0
 Source: 
ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-%{package_version}.tar.bz2
 Source1:usx2yaudio.rules
 Source2:usx2yaudio-old.rules

++ alsa-firmware-1.0.24.1.tar.bz2 -> alsa-firmware-1.0.25.tar.bz2 ++
Files old/alsa-firmware-1.0.24.1/asihpi/dsp5000.bin and 
new/alsa-firmware-1.0.25/asihpi/dsp5000.bin differ
Files old/alsa-firmware-1.0.24.1/asihpi/dsp6200.bin and 
new/alsa-firmware-1.0.25/asihpi/dsp6200.bin differ
Files old/alsa-firmware-1.0.24.1/asihpi/dsp6205.bin and 
new/alsa-firmware-1.0.25/asihpi/dsp6205.bin differ
Files old/alsa-firmware-1.0.24.1/asihpi/dsp6400.bin and 
new/alsa-firmware-1.0.25/asihpi/dsp6400.bin differ
Files old/alsa-firmware-1.0.24.1/asihpi/dsp6600.bin and 
new/alsa-firmware-1.0.25/asihpi/dsp6600.bin differ
Files old/alsa-firmware-1.0.24.1/asihpi/dsp8700.bin and 
new/alsa-firmware-1.0.25/asihpi/dsp8700.bin differ
Files old/alsa-firmware-1.0.24.1/asihpi/dsp8900.bin and 
new/alsa-firmware-1.0.25/asihpi/dsp8900.bin differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alsa-firmware-1.0.24.1/configure 
new/alsa-firmware-1.0.25/configure
--- old/alsa-firmware-1.0.24.1/configure2011-01-31 17:50:22.0 
+0100
+++ new/alsa-firmware-1.0.25/configure  2012-01-25 10:32:40.0 +0100
@@ -2325,7 +2325,7 @@
 
 # Define the identity of the package.
  PACKAGE=alsa-firmware
- VERSION=1.0.24.1
+ VERSION=1.0.25
 
 
 cat >>confdefs.h <<_ACEOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alsa-firmware-1.0.24.1/configure.in 
new/alsa-firmware-1.0.25/configure.in
--- old/alsa-firmware-1.0.24.1/configure.in 2011-01-31 17:49:57.0 
+0100
+++ new/alsa-firmware-1.0.25/configure.in   2012-01-25 08:59:08.0 
+0100
@@ -1,6 +1,6 @@
 AC_PREREQ(2.53)
 AC_INIT(hdsploader/tobin.c)
-AM_INIT_AUTOMAKE(alsa-firmware, 1.0.24.1)
+AM_INIT_AUTOMAKE(alsa-firmware, 1.0.25)
 AC_PROG_CC
 AC_PROG_INSTALL
 AC_PROG_LN_S

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit alsa-firmware for openSUSE:Factory

2011-12-25 Thread h_root
Hello community,

here is the log from the commit of package alsa-firmware for openSUSE:Factory 
checked in at 2011-12-25 17:32:51

Comparing /work/SRC/openSUSE:Factory/alsa-firmware (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-firmware.new (New)


Package is "alsa-firmware", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/alsa-firmware/alsa-firmware.changes  
2011-12-08 11:27:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-firmware.new/alsa-firmware.changes 
2011-12-25 17:32:52.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec 22 18:31:48 UTC 2011 - crrodrig...@opensuse.org
+
+- alsa firmware is of no use without alsa 
+
+---



Other differences:
--
++ alsa-firmware.spec ++
--- /var/tmp/diff_new_pack.5NNVRk/_old  2011-12-25 17:32:53.0 +0100
+++ /var/tmp/diff_new_pack.5NNVRk/_new  2011-12-25 17:32:53.0 +0100
@@ -15,6 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   alsa-firmware
 %define package_version1.0.24.1
 Url:http://www.alsa-project.org/
@@ -29,6 +31,7 @@
 Source2:usx2yaudio-old.rules
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+Requires:   alsa
 
 %description
 Various firmware data files for ALSA drivers.

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit alsa-firmware for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package alsa-firmware for openSUSE:Factory 
checked in at 2011-12-08 11:27:15

Comparing /work/SRC/openSUSE:Factory/alsa-firmware (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-firmware.new (New)


Package is "alsa-firmware", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/alsa-firmware/alsa-firmware.changes  
2011-09-23 01:51:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-firmware.new/alsa-firmware.changes 
2011-12-08 11:27:17.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 06:22:19 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ alsa-firmware.spec ++
--- /var/tmp/diff_new_pack.YvgjA3/_old  2011-12-08 11:27:19.0 +0100
+++ /var/tmp/diff_new_pack.YvgjA3/_new  2011-12-08 11:27:19.0 +0100
@@ -15,15 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   alsa-firmware
 %define package_version1.0.24.1
 Url:http://www.alsa-project.org/
 Summary:Firmware Data Files for ALSA
+BuildRequires:  automake
 Version:1.0.24.1
-Release:1
-License:GPLv2+
+Release:0
+License:GPL-2.0+
 Group:  Hardware/Other
 Source: 
ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-%{package_version}.tar.bz2
 Source1:usx2yaudio.rules

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit alsa-firmware for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package alsa-firmware for openSUSE:Factory
checked in at Mon Sep 19 15:35:11 CEST 2011.




--- alsa-firmware/alsa-firmware.changes 2011-01-31 18:16:45.0 +0100
+++ /mounts/work_src_done/STABLE/alsa-firmware/alsa-firmware.changes
2011-09-17 12:55:39.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 17 10:55:33 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ alsa-firmware.spec ++
--- /var/tmp/diff_new_pack.IJhi2R/_old  2011-09-19 15:35:07.0 +0200
+++ /var/tmp/diff_new_pack.IJhi2R/_new  2011-09-19 15:35:07.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   alsa-firmware
@@ -26,7 +25,6 @@
 Release:1
 License:GPLv2+
 Group:  Hardware/Other
-AutoReqProv:on
 Source: 
ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-%{package_version}.tar.bz2
 Source1:usx2yaudio.rules
 Source2:usx2yaudio-old.rules
@@ -47,7 +45,7 @@
 --enable-loader \
 --enable-hotplug \
 --with-hotplug-dir=/lib/firmware
-make
+make %{?_smp_mflags}
 
 %install
 make DESTDIR="$RPM_BUILD_ROOT" install
@@ -95,9 +93,6 @@
 install -c -m 0644 %{SOURCE2} 
$RPM_BUILD_ROOT/etc/udev/rules.d/52-usx2yaudio.rules
 %endif
 
-%clean
-[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-, root, root)
 %doc %{_docdir}/%{name}






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org