OBS User autobuild 2009-09-01 20:37:23 +00:00 committed by Git OBS Bridge
parent 5809feb817
commit a7d0c4499b
6 changed files with 11489 additions and 18 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07f08286b3860f60d1794cc0de4407a53adcd4b6f065531d6dcef02b0c56a0cf
size 1044483

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6df349518b930714ca4664d8aaaf3ea949de1e33bcfd3df8ee7e0446b3c357a6
size 1074700

10297
alsa-utils-git-fixes.diff Normal file

File diff suppressed because it is too large Load Diff

1180
alsa-utils-po-pre-patch.diff Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,3 @@
-------------------------------------------------------------------
Mon Aug 31 17:27:36 CEST 2009 - tiwai@suse.de
- updated to version 1.0.21:
just a version bump including previous fixes
-------------------------------------------------------------------
Wed Aug 12 12:52:16 CEST 2009 - tiwai@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package alsa-utils (Version 1.0.21)
# spec file for package alsa-utils (Version 1.0.20)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -20,19 +20,19 @@
Name: alsa-utils
BuildRequires: alsa-devel ncurses-devel xmlto
%define package_version 1.0.21
%define package_version 1.0.20
License: GPL v2 or later
Group: Productivity/Multimedia/Sound/Players
Provides: alsa-conf
Requires: dialog pciutils
AutoReqProv: on
Summary: Advanced Linux Sound Architecture Utilities
Version: 1.0.21
Release: 1
Version: 1.0.20
Release: 4
Source: ftp://ftp.alsa-project.org/pub/util/alsa-utils-%{package_version}.tar.bz2
# Patch: alsa-utils-git-fixes.diff
Patch: alsa-utils-git-fixes.diff
Patch1: alsa-utils-gettext-version-removal.diff
# Patch2: alsa-utils-po-pre-patch.diff
Patch2: alsa-utils-po-pre-patch.diff
Patch3: alsa-utils-alsamixer-old-ncurses-fix.diff
Url: http://www.alsa-project.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -53,9 +53,9 @@ Authors:
# fix stupid automake's automatic action
sed -i -e's/EXTRA_DIST= config.rpath /EXTRA_DIST=/' Makefile.am
# fix po changes in tarball first
# %patch2 -p1
# rm -f po/Makefile* po/*.gmo po/*.pot po/*.header po/stamp-*
# %patch -p1
%patch2 -p1
rm -f po/Makefile* po/*.gmo po/*.pot po/*.header po/stamp-*
%patch -p1
%if %suse_version < 1020
%patch1 -p1
%endif