Changes of Revision 4
[-] | Changed | dvd+rw-tools.spec |
x 1
2 Name: dvd+rw-tools 3 -Version: 7.0 4 +Version: 7.1 5 Release: 1 6 7 -Source0: dvd+rw-tools-7.0.tar.bz2 8 +Source0: dvd+rw-tools-7.1.tar.bz2 9 10 Patch0: subfs.diff 11 +Patch1: dvd+rw-tools-limits.patch 12 BuildRoot: %{_tmppath}/buildroot-%{name}-%{version} 13 BuildRequires: gcc-c++ 14 15
16 17 %prep 18 %setup -q 19 -%patch 20 +%patch0 21 +%patch1 22 23 %build 24 CFLAGS="$RPM_OPT_FLAGS" make %_smp_mflags 25
26 %doc %{_mandir}/man1/* 27 28 %changelog 29 - 30 +* Sun Jun 28 2009 Carsten Schoene <cs@linux-administrator.com> - 7.1-1 31 +- update to release 7.1 32 |
||
[+] | Added | dvd+rw-tools-limits.patch ^ |
@@ -0,0 +1,10 @@ +--- transport.hxx.orig 2009-06-28 21:25:48.000000000 +0200 ++++ transport.hxx 2009-06-28 21:26:33.000000000 +0200 +@@ -16,6 +16,7 @@ + #include <fcntl.h> + #include <poll.h> + #include <sys/time.h> ++#include <limits.h> + + inline long getmsecs() + { struct timeval tv; | ||
Added | dvd+rw-tools-7.1.tar.bz2 ^ |