OBS User unknown 2007-10-31 00:05:51 +00:00 committed by Git OBS Bridge
parent bedb4ed0b6
commit 3d5d0c2213
3 changed files with 8 additions and 12 deletions

View File

@ -42,17 +42,6 @@ diff -r 9e2f117f24b9 configure.in
fi
dnl Temporary directory
diff -r 9e2f117f24b9 include/asoundlib-head.h
--- a/include/asoundlib-head.h Mon Oct 15 10:36:46 2007 +0200
+++ b/include/asoundlib-head.h Fri Oct 26 02:01:39 2007 +0200
@@ -33,7 +33,6 @@
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
-#include <assert.h>
#include <endian.h>
#include <sys/poll.h>
#include <errno.h>
diff -r 9e2f117f24b9 include/control.h
--- a/include/control.h Mon Oct 15 10:36:46 2007 +0200
+++ b/include/control.h Fri Oct 26 02:01:39 2007 +0200

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 30 14:32:59 CET 2007 - tiwai@suse.de
- re-add assert.h to asoundlib.h since some packages got broken
-------------------------------------------------------------------
Mon Oct 29 11:24:29 CET 2007 - tiwai@suse.de

View File

@ -21,7 +21,7 @@ PreReq: %insserv_prereq %fillup_prereq
AutoReqProv: on
Summary: Advanced Linux Sound Architecture
Version: 1.0.15
Release: 3
Release: 5
Source: ftp://ftp.alsa-project.org/pub/lib/alsa-lib-%{package_version}.tar.bz2
Source8: 40-alsa.rules
Source11: alsasound
@ -248,6 +248,8 @@ exit 0
%{_libdir}/alsa-lib
%{_datadir}/alsa
%changelog
* Tue Oct 30 2007 - tiwai@suse.de
- re-add assert.h to asoundlib.h since some packages got broken
* Mon Oct 29 2007 - tiwai@suse.de
- remove unneeded assert from public header files
- remove assert calls in debug routines