rpms/ntfs-3g/FC-6 ntfs-3g-1.810-glibc27-open.patch, NONE, 1.1 ntfs-3g.spec, 1.15, 1.16

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Aug 24 17:16:04 UTC 2007


Author: spot

Update of /cvs/extras/rpms/ntfs-3g/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9647/FC-6

Modified Files:
	ntfs-3g.spec 
Added Files:
	ntfs-3g-1.810-glibc27-open.patch 
Log Message:

Bump to 1.810


ntfs-3g-1.810-glibc27-open.patch:

--- NEW FILE ntfs-3g-1.810-glibc27-open.patch ---
diff -up ntfs-3g-1.810/libntfs-3g/volume.c.BAD ntfs-3g-1.810/libntfs-3g/volume.c
--- ntfs-3g-1.810/libntfs-3g/volume.c.BAD	2007-08-24 13:05:27.000000000 -0400
+++ ntfs-3g-1.810/libntfs-3g/volume.c	2007-08-24 13:05:39.000000000 -0400
@@ -457,7 +457,7 @@ ntfs_volume *ntfs_volume_startup(struct 
 	if (flags & MS_NOATIME)
 		NVolSetNoATime(vol);
 	ntfs_log_debug("Reading bootsector... ");
-	if (dev->d_ops->open(dev, NVolReadOnly(vol) ? O_RDONLY: O_RDWR)) {
+	if ((dev->d_ops->open)(dev, NVolReadOnly(vol) ? O_RDONLY: O_RDWR)) {
 		ntfs_log_debug(FAILED);
 		ntfs_log_perror("Error opening partition device");
 		goto error_exit;


Index: ntfs-3g.spec
===================================================================
RCS file: /cvs/extras/rpms/ntfs-3g/FC-6/ntfs-3g.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ntfs-3g.spec	24 Jul 2007 21:11:42 -0000	1.15
+++ ntfs-3g.spec	24 Aug 2007 17:15:31 -0000	1.16
@@ -1,8 +1,8 @@
 Name:		ntfs-3g
 Summary: 	Linux NTFS userspace driver 
-Version:	1.710
+Version:	1.810
 Release:	1%{?dist}
-License:	GPL
+License:	GPLv2+
 Group:		System Environment/Base
 Source0:	http://www.ntfs-3g.org/%{name}-%{version}.tgz
 URL:		http://www.ntfs-3g.org/
@@ -13,6 +13,7 @@
 Provides:	ntfsprogs-fuse = %{epoch}:%{version}-%{release}
 Obsoletes:	ntfsprogs-fuse
 Provides:	fuse-ntfs-3g = %{epoch}:%{version}-%{release}
+Patch0:		ntfs-3g-1.810-glibc27-open.patch
 
 %description
 The ntfs-3g driver is an open source, GPL licensed, third generation 
@@ -39,6 +40,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static --disable-ldconfig --exec-prefix=/ --bindir=/bin --libdir=/%{_lib}
@@ -96,6 +98,11 @@
 /%{_lib}/libntfs-3g.so
 
 %changelog
+* Fri Aug 24 2007 Tom "spot" Callaway <tcallawa at redhat.com> 2:1.810-1
+- bump to 1.810
+- fix license tag
+- rebuild for ppc32
+
 * Sun Jul 22 2007 Tom "spot" Callaway <tcallawa at redhat.com> 2:1.710-1
 - bump to 1.710
 - add compat symlinks




More information about the fedora-extras-commits mailing list