rpms/alsa-oss/FC-5 .cvsignore, NONE, 1.1 alsa-oss-1.0.11-aoss.patch, NONE, 1.1 alsa-oss.spec, 1.1, 1.2 sources, 1.1, 1.2 alsa-oss-1.0.12-aoss.patch, 1.1, NONE

Patrick Laughton (jima) fedora-extras-commits at redhat.com
Tue Oct 10 19:23:19 UTC 2006


Author: jima

Update of /cvs/extras/rpms/alsa-oss/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16146

Modified Files:
	alsa-oss.spec sources 
Added Files:
	.cvsignore alsa-oss-1.0.11-aoss.patch 
Removed Files:
	alsa-oss-1.0.12-aoss.patch 
Log Message:

Rolled back to 1.0.11 to kinda-sorta match alsa-lib 1.0.11rc2 in FC-5



--- NEW FILE .cvsignore ---
alsa-oss-1.0.11.tar.bz2

alsa-oss-1.0.11-aoss.patch:

--- NEW FILE alsa-oss-1.0.11-aoss.patch ---
--- alsa/aoss.in.orig	2005-10-27 14:34:18.000000000 -0400
+++ alsa/aoss.in	2006-04-02 15:53:53.000000000 -0400
@@ -5,9 +5,7 @@
 #	aoss <command> <command options and arguments>
 
 if [ -d /proc/asound ]; then
-  prefix=@prefix@
-  exec_prefix=@exec_prefix@
-  LD_PRELOAD=${exec_prefix}/\$LIB/libaoss.so${LD_PRELOAD:+:$LD_PRELOAD} exec "$@"
+  LD_PRELOAD=@libdir@/libaoss.so.0${LD_PRELOAD:+:$LD_PRELOAD} exec "$@"
 else
   exec "$@"
 fi


Index: alsa-oss.spec
===================================================================
RCS file: /cvs/extras/rpms/alsa-oss/FC-5/alsa-oss.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- alsa-oss.spec	6 Oct 2006 14:11:15 -0000	1.1
+++ alsa-oss.spec	10 Oct 2006 19:23:19 -0000	1.2
@@ -1,7 +1,7 @@
 Summary:	Advanced Linux Sound Architecture (ALSA) wrapper for OSS
 Name:		alsa-oss
-Version:	1.0.12
-Release:	3%{?dist}
+Version:	1.0.11
+Release:	1%{?dist}
 License:	GPL
 Group:		Applications/Multimedia
 URL:		http://www.alsa-project.org/
@@ -67,6 +67,9 @@
 
 
 %changelog
+* Tue Oct 10 2006 Patrick "Jima" Laughton <jima at beer.tclug.org> 1.0.11-1
+- Initial FC-5 SRPM, backported from devel (to kinda-sorta match alsa-lib)
+
 * Fri Oct 06 2006 Patrick "Jima" Laughton <jima at beer.tclug.org> 1.0.12-3
 - Added conditionalized rpath fixes for x86_64 (thanks Denis!)
 - Re-added *.a to -devel package


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/alsa-oss/FC-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Oct 2006 14:11:15 -0000	1.1
+++ sources	10 Oct 2006 19:23:19 -0000	1.2
@@ -1 +1 @@
-d4d18bbf63a866d6e065b90e16acd676  alsa-oss-1.0.12.tar.bz2
+3106c2d59a329263867fa3dd44133dda  alsa-oss-1.0.11.tar.bz2


--- alsa-oss-1.0.12-aoss.patch DELETED ---




More information about the scm-commits mailing list