rpms/cdrdao/devel cdrdao-1.2.3-stat.patch, NONE, 1.1 cdrdao.spec, 1.52, 1.53

Roman Rakus rrakus at fedoraproject.org
Wed Jan 20 19:33:37 UTC 2010


Author: rrakus

Update of /cvs/pkgs/rpms/cdrdao/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10744

Modified Files:
	cdrdao.spec 
Added Files:
	cdrdao-1.2.3-stat.patch 
Log Message:
Some missing includes cause failure build

cdrdao-1.2.3-stat.patch:
 ScsiIf-linux.cc |    3 +++
 1 file changed, 3 insertions(+)

--- NEW FILE cdrdao-1.2.3-stat.patch ---
diff -up cdrdao-1.2.3/dao/ScsiIf-linux.cc.stat cdrdao-1.2.3/dao/ScsiIf-linux.cc
--- cdrdao-1.2.3/dao/ScsiIf-linux.cc.stat	2010-01-20 20:11:36.000000000 +0100
+++ cdrdao-1.2.3/dao/ScsiIf-linux.cc	2010-01-20 20:14:07.000000000 +0100
@@ -19,6 +19,9 @@
 
 #include <config.h>
 
+#include <sys/types.h>
+#include <sys/stat.h>
+
 #include <stdio.h>
 #include <fcntl.h>
 #include <unistd.h>


Index: cdrdao.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cdrdao/devel/cdrdao.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -p -r1.52 -r1.53
--- cdrdao.spec	14 Jan 2010 10:13:38 -0000	1.52
+++ cdrdao.spec	20 Jan 2010 19:33:37 -0000	1.53
@@ -1,7 +1,7 @@
 Summary:   Writes audio CD-Rs in disk-at-once (DAO) mode
 Name:      cdrdao
 Version:   1.2.3
-Release:   4%{?dist}
+Release:   5%{?dist}
 License:   GPLv2+
 Group:     Applications/Multimedia
 URL:       http://cdrdao.sourceforge.net/
@@ -18,6 +18,8 @@ BuildRequires:  libao-devel
 # Only exclude s390
 ExcludeArch: s390 s390x
 
+# Missing includes causes failure build
+Patch1: cdrdao-1.2.3-stat.patch
 
 %description
 Cdrdao records audio CD-Rs in disk-at-once (DAO) mode, based on a
@@ -48,6 +50,7 @@ edition and silence insertion.
 
 %prep
 %setup -q
+%patch -p1 -b .stat
 
 %build
 %configure \
@@ -127,6 +130,9 @@ fi
 
 
 %changelog
+* Wed Jan 20 2010 Roman Rakus rrakus at redhat.com 1.2.3-5
+- Some missing includes cause failure build
+
 * Wed Jan 13 2010 Nikola Pajkovsky <npajkovs at redhat.com> - 1.2.3-4
 - Merge review #225639
 - no need option --with-mp3-support. it needs libmad(don't ship)



More information about the scm-commits mailing list