rpms/dvd+rw-tools/devel dvd+rw-tools.spec,1.24,1.25

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Dec 14 17:35:46 UTC 2006


Author: harald

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

Modified Files:
	dvd+rw-tools.spec 
Log Message:
- set pthread stack size according to limit (#215818)



Index: dvd+rw-tools.spec
===================================================================
RCS file: /cvs/dist/rpms/dvd+rw-tools/devel/dvd+rw-tools.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- dvd+rw-tools.spec	13 Dec 2006 14:25:19 -0000	1.24
+++ dvd+rw-tools.spec	14 Dec 2006 17:35:44 -0000	1.25
@@ -1,12 +1,13 @@
 Summary:	Toolchain to master DVD+RW/+R media
 Name:		dvd+rw-tools
 Version:	7.0
-Release: 	0%{dist}.3
+Release: 	2%{dist}
 License:	GPL
 Group:		Applications/Multimedia
 Source:		http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-%{version}.tar.gz
 Source1: 	index.html
-Patch: 		dvd+rw-tools-7.0-phys.patch
+Patch1:		dvd+rw-tools-7.0-phys.patch
+Patch2:		dvd+rw-tools-7.0-pthread.patch
 URL:		http://fy.chalmers.se/~appro/linux/DVD+RW/
 Requires:	mkisofs >= 2.0
 BuildRoot:	%{_tmppath}/%{name}-root
@@ -18,7 +19,8 @@
 
 %prep
 %setup -q  -n %{name}-%{version}
-%patch -p1 -b .phys
+%patch1 -p1 -b .phys
+%patch2 -p1 -b .pthread
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -45,6 +47,9 @@
 %{_mandir}/man1/growisofs.1*
 
 %changelog
+* Thu Dec 14 2006 Harald Hoyer <harald at redhat.com> - 7.0-0%{dist}.4
+- set pthread stack size according to limit (#215818)
+
 * Wed Dec 13 2006 Harald Hoyer <harald at redhat.com> - 7.0-0%{dist}.3
 - use _SC_PHYS_PAGES instead of _SC_AVPHYS_PAGES to determine available memory
 - Resolves: rhbz#216794




More information about the fedora-cvs-commits mailing list