rpms/libraw1394/devel firewire-cdev.h, 1.1, 1.2 libraw1394.spec, 1.30, 1.31

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Apr 18 14:55:45 UTC 2007


Author: krh

Update of /cvs/dist/rpms/libraw1394/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1968

Modified Files:
	firewire-cdev.h libraw1394.spec 
Log Message:
* Wed Apr 18 2007 Kristian Høgsberg <krh at redhat.com> - 1.2.1-7
- Update firewire-cdev.h again to get the iso context create ioctl changes.
- Bump kernel requires accordingly.



Index: firewire-cdev.h
===================================================================
RCS file: /cvs/dist/rpms/libraw1394/devel/firewire-cdev.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- firewire-cdev.h	18 Apr 2007 00:59:15 -0000	1.1
+++ firewire-cdev.h	18 Apr 2007 14:55:42 -0000	1.2
@@ -133,7 +133,7 @@
 #define FW_CDEV_IOC_ADD_DESCRIPTOR	_IOWR('#', 0x06, struct fw_cdev_add_descriptor)
 #define FW_CDEV_IOC_REMOVE_DESCRIPTOR	_IOW('#', 0x07, struct fw_cdev_remove_descriptor)
 
-#define FW_CDEV_IOC_CREATE_ISO_CONTEXT	_IOW('#', 0x08, struct fw_cdev_create_iso_context)
+#define FW_CDEV_IOC_CREATE_ISO_CONTEXT	_IOWR('#', 0x08, struct fw_cdev_create_iso_context)
 #define FW_CDEV_IOC_QUEUE_ISO		_IOWR('#', 0x09, struct fw_cdev_queue_iso)
 #define FW_CDEV_IOC_START_ISO		_IOW('#', 0x0a, struct fw_cdev_start_iso)
 #define FW_CDEV_IOC_STOP_ISO		_IOW('#', 0x0b, struct fw_cdev_stop_iso)
@@ -233,6 +233,7 @@
 	__u32 header_size;
 	__u32 channel;
 	__u32 speed;
+	__u64 closure;
 	__u32 handle;
 };
 


Index: libraw1394.spec
===================================================================
RCS file: /cvs/dist/rpms/libraw1394/devel/libraw1394.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- libraw1394.spec	18 Apr 2007 00:59:15 -0000	1.30
+++ libraw1394.spec	18 Apr 2007 14:55:42 -0000	1.31
@@ -12,7 +12,7 @@
 
 Source1:	firewire-cdev.h
 Patch0:		libraw1394-juju.patch
-Requires:	kernel >= 2.6.20-1.3062.fc7
+Requires:	kernel >= 2.6.20-1.3087.fc7
 
 %description
 The libraw1394 library provides direct access to the IEEE-1394 bus through
@@ -78,7 +78,11 @@
 
 
 %changelog
-* Tue Apr 17 2007 Kristian Høgsberg <krh at redhat.com> - 1.2.1--6
+* Wed Apr 18 2007 Kristian Høgsberg <krh at redhat.com> - 1.2.1-7
+- Update firewire-cdev.h again to get the iso context create ioctl changes.
+- Bump kernel requires accordingly.
+
+* Tue Apr 17 2007 Kristian Høgsberg <krh at redhat.com> - 1.2.1-6
 - Update to latest ioctl changes.
 
 * Thu Apr 12 2007 Kristian Høgsberg <krh at redhat.com> - 1.2.1-5




More information about the fedora-cvs-commits mailing list