rpms/dvd+rw-tools/devel dvd+rw-tools-7.0-glibc2.6.90.patch, NONE, 1.1 dvd+rw-tools.spec, 1.28, 1.29

Harald Hoyer (harald) fedora-extras-commits at redhat.com
Wed Aug 15 11:03:03 UTC 2007


Author: harald

Update of /cvs/pkgs/rpms/dvd+rw-tools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31703

Modified Files:
	dvd+rw-tools.spec 
Added Files:
	dvd+rw-tools-7.0-glibc2.6.90.patch 
Log Message:
- added limits.h to transport.hxx

dvd+rw-tools-7.0-glibc2.6.90.patch:

--- NEW FILE dvd+rw-tools-7.0-glibc2.6.90.patch ---
diff -up dvd+rw-tools-7.0/transport.hxx.glibc2.6.90 dvd+rw-tools-7.0/transport.hxx
--- dvd+rw-tools-7.0/transport.hxx.glibc2.6.90	2007-08-15 12:56:17.000000000 +0200
+++ dvd+rw-tools-7.0/transport.hxx	2007-08-15 12:56:42.000000000 +0200
@@ -11,6 +11,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
+#include <limits.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>


Index: dvd+rw-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dvd+rw-tools/devel/dvd+rw-tools.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- dvd+rw-tools.spec	21 Jun 2007 11:08:24 -0000	1.28
+++ dvd+rw-tools.spec	15 Aug 2007 11:02:30 -0000	1.29
@@ -1,7 +1,7 @@
 Summary:	Toolchain to master DVD+RW/+R media
 Name:		dvd+rw-tools
 Version:	7.0
-Release: 	4%{?dist}
+Release: 	5%{?dist}
 License:	GPL
 Group:		Applications/Multimedia
 Source:		http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-%{version}.tar.gz
@@ -11,6 +11,7 @@
 Patch3: 	dvd+rw-tools-7.0.manpatch
 Patch4: 	dvd+rw-tools-7.0-wexit.patch
 Patch5: 	dvd+rw-tools-7.0-bacula.patch
+Patch6: 	dvd+rw-tools-7.0-glibc2.6.90.patch
 URL:		http://fy.chalmers.se/~appro/linux/DVD+RW/
 Requires:	mkisofs >= 2.0
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -27,6 +28,7 @@
 %patch3 -p1 -b .manpatch
 %patch4 -p1 -b .wexit
 %patch5 -p1 -b .bacula
+%patch6 -p1 -b .glibc2.6.90
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -50,6 +52,9 @@
 %{_mandir}/man1/growisofs.1*
 
 %changelog
+* Wed Aug 15 2007 Harald Hoyer <harald at redhat.com> - 7.0-5
+- added limits.h to transport.hxx
+
 * Thu Jun 21 2007 Harald Hoyer <harald at redhat.com> - 7.0-4
 - fixed exit status (#243036)
 - Allow session to cross 4GB boundary regardless of medium type.




More information about the fedora-extras-commits mailing list