]> git.pld-linux.org Git - packages/cdrdao.git/commitdiff
- rel 4 auto/th/cdrdao-1_2_3-4
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 3 Jun 2010 15:50:32 +0000 (15:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added headers required for stat(2)

Changed files:
    cdrdao-gcc4.patch -> 1.5
    cdrdao.spec -> 1.76

cdrdao-gcc4.patch
cdrdao.spec

index 8e25be8f856022e6e240e0079d89859bbb581c87..c82e4e2940a1613b943aba305d792a14b9023af0 100644 (file)
@@ -50,3 +50,14 @@ diff -Naurp cdrdao-1.2.2.orig/xdao/AudioCDProject.cc cdrdao-1.2.2/xdao/AudioCDPr
  #include <gtkmm.h>
  #include <libgnome/gnome-i18n.h>
  
+--- cdrdao-1.2.3/dao/ScsiIf-linux.cc.orig      2009-09-28 12:12:03.000000000 +0200
++++ cdrdao-1.2.3/dao/ScsiIf-linux.cc   2010-06-03 17:47:13.502076082 +0200
+@@ -26,6 +26,8 @@
+ #include <string.h>
+ #include <assert.h>
+ #include <sys/ioctl.h>
++#include <sys/types.h>
++#include <sys/stat.h>
+ #include <glob.h>
+ #include <asm/param.h>
+ #include <scsi/scsi.h>
index 5e2211d2bf6e6749f5239f40eb564c7a0c4b5e20..d0e4c9ee1cf79f15edecb95991936b97ea3cdf54 100644 (file)
@@ -9,7 +9,7 @@ Summary(pl.UTF-8):      Narzędzia do wypalania płyt w trybie Disk At Once
 Summary(pt_BR.UTF-8):  Cdrdao - Escreve CD-Rs de áudio em modo "disk-at-once"
 Name:          cdrdao
 Version:       1.2.3
-Release:       3
+Release:       4
 License:       GPL v2+
 Group:         Applications/System
 Source0:       http://dl.sourceforge.net/cdrdao/%{name}-%{version}.tar.bz2
This page took 0.082453 seconds and 4 git commands to generate.