rpms/dvd+rw-tools/FC-5 dvd+rw-tools.spec,1.18,1.19

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 18 12:58:18 UTC 2006


Author: harald

Update of /cvs/dist/rpms/dvd+rw-tools/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv16667

Modified Files:
	dvd+rw-tools.spec 
Log Message:
- compile with smaller buffer size
- removed O_EXCL patch



Index: dvd+rw-tools.spec
===================================================================
RCS file: /cvs/dist/rpms/dvd+rw-tools/FC-5/dvd+rw-tools.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- dvd+rw-tools.spec	24 Mar 2006 13:57:45 -0000	1.18
+++ dvd+rw-tools.spec	18 Apr 2006 12:58:16 -0000	1.19
@@ -1,7 +1,7 @@
 Summary:	Toolchain to master DVD+RW/+R media
 Name:		dvd+rw-tools
 Version:	6.1
-Release: 	0.FC5.1
+Release: 	0.FC5.2
 License:	GPL
 Group:		Applications/Multimedia
 Source:		http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-%{version}.tar.gz
@@ -20,13 +20,13 @@
 %prep
 %setup -q  -n %{name}-%{version}
 %patch -p1 -b .manpatch
-%patch10 -p1 -b .excl
+#%patch10 -p1 -b .excl
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
 export CXXFLAGS="$RPM_OPT_FLAGS"
 
-make
+make WARN="-DDEFAULT_BUF_SIZE_MB=16"
 cp %SOURCE1 index.html
 
 %install
@@ -54,6 +54,10 @@
 %{_mandir}/man1/growisofs.1*
 
 %changelog
+* Tue Apr 18 2006 Harald Hoyer <harald at redhat.com> - 6.1-0.FC5.2
+- compile with smaller buffer size
+- removed O_EXCL patch
+
 * Fri Mar 24 2006 Harald Hoyer <harald at redhat.com> - 6.1-0.FC5.1
 - version 6.1
 




More information about the fedora-cvs-commits mailing list