[alsa-tools] 1.0.28

Peter Robinson pbrobinson at fedoraproject.org
Thu Jul 24 23:14:37 UTC 2014


commit 130ea7bb738edd8bf5eb7e6e56c7543c454ef36f
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Fri Jul 25 00:09:25 2014 +0100

    1.0.28

 .gitignore                      |    7 +----
 alsa-tools-1.0.27-non-x86.patch |   12 ---------
 alsa-tools.spec                 |   53 +++++---------------------------------
 sources                         |    2 +-
 4 files changed, 9 insertions(+), 65 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fb51a06..1f79e8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1 @@
-alsa-tools-1.0.23-pruned.tar.bz2
-/alsa-tools-1.0.25-pruned.tar.bz2
-/alsa-tools-1.0.26-pruned.tar.bz2
-/alsa-tools-1.0.26.1.tar.bz2
-/alsa-tools-1.0.26.1-pruned.tar.bz2
-/alsa-tools-1.0.27.tar.bz2
+/alsa-tools-1.*.tar.bz2
diff --git a/alsa-tools.spec b/alsa-tools.spec
index 2e9b4cd..558494e 100644
--- a/alsa-tools.spec
+++ b/alsa-tools.spec
@@ -24,8 +24,8 @@
 
 Summary:        Specialist tools for ALSA
 Name:           alsa-tools
-Version:        1.0.27
-Release:        4%{?dist}
+Version:        1.0.28
+Release:        1%{?dist}
 
 # Checked at least one source file from all the sub-projects contained in
 # the source tarball and they are consistent GPLv2+ - TJ 2007-11-15
@@ -47,10 +47,7 @@ Source6:        hwmixvolume.png
 Source7:        hwmixvolume.desktop
 Source9:        hdajackretask.desktop
 
-# build fix for non-x86 arches
-Patch0:         %{name}-1.0.27-non-x86.patch
-
-BuildRequires:  alsa-lib-devel >= 1.0.24
+BuildRequires:  alsa-lib-devel >= %{version}
 %if 0%{!?_without_tools:1}
 BuildRequires:  gtk+-devel
 BuildRequires:  gtk2-devel
@@ -104,14 +101,13 @@ The following tools are available:
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1 -b .non-x86
 
 %build
 mv seq/sbiload . ; rm -rf seq
 for i in %{?builddirstools:%builddirstools} %{?builddirsfirmw:%builddirsfirmw}
 do
   cd $i ; %configure
-  %{__make} %{?_smp_mflags} || exit 1
+  make %{?_smp_mflags} || exit 1
   cd ..
 done
 
@@ -239,6 +235,9 @@ install -m 644 %{SOURCE5} %{buildroot}/lib/udev/rules.d
 %endif
 
 %changelog
+* Thu Jul 24 2014 Peter Robinson <pbrobinson at fedoraproject.org> 1.0.28-1
+- Update to 1.0.28
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.27-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
@@ -393,41 +392,3 @@ install -m 644 %{SOURCE5} %{buildroot}/lib/udev/rules.d
 
 * Wed Apr 06 2005 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 1.0.8-1
 - Update to 1.0.8
-
-* Sun Mar 29 2005 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0:1.0.6-2
-- Add "--without tools" and "--with firmware" options
-- Drop unneeded BR: automake
-
-* Sun Jan 02 2005 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0:1.0.6-0.fdr.1
-- Update to 1.0.6 for FC3
-- add new files in {_datadir}/sounds/
-- add patch0 for as10k1 
-
-* Sat Apr 03 2004 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0:1.0.4-0.fdr.1
-- Update to 1.0.4
-
-* Fri Jan 16 2004 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0:1.0.1-0.fdr.2
-- Integrate Michaels patch that fixes:
-- fix desktop files for fedora.us, adds buildreq desktop-file-utils
-- fix %%install section for short-circuit installs
-
-* Fri Jan 09 2004 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0:1.0.1-0.fdr.1
-- Update to 1.0.1
-
-* Sun Dec 14 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.3.rc2
-- exit if error during build or install
-- fix install errors hdspconf, hdspmixer, usx2yloader
-- Split package in alsa-tools and alsa-tools-firmware
-- Integrate more docs
-
-* Fri Dec 06 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.2.rc2
-- Update to 1.0.0rc2
-- some minor corrections in style
-
-* Thu Dec 04 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.1.rc1
-- Update to 1.0.0rc1
-- Remove firmware files -- extra package now.
-- Add description
-
-* Wed Aug 13 2003 Dams <anvil[AT]livna.org> 0:tools-0.fdr.1
-- Initial build.
diff --git a/sources b/sources
index 6f60f43..aa86039 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1ea381d00a6069a98613aa7effa4cb51  alsa-tools-1.0.27.tar.bz2
+e6c929175d8ee729c06d49b51439bad6  alsa-tools-1.0.28.tar.bz2


More information about the scm-commits mailing list