rpms/ntfs-3g/F-9 ntfs-3g-1.2216-nomtab.patch, 1.1, 1.2 ntfs-3g.spec, 1.43, 1.44

Tom Callaway spot at fedoraproject.org
Thu Mar 26 23:12:28 UTC 2009


Author: spot

Update of /cvs/extras/rpms/ntfs-3g/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20953/F-9

Modified Files:
	ntfs-3g-1.2216-nomtab.patch ntfs-3g.spec 
Log Message:
2009.3.8

ntfs-3g-1.2216-nomtab.patch:

Index: ntfs-3g-1.2216-nomtab.patch
===================================================================
RCS file: /cvs/extras/rpms/ntfs-3g/F-9/ntfs-3g-1.2216-nomtab.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ntfs-3g-1.2216-nomtab.patch	10 Mar 2008 19:06:20 -0000	1.1
+++ ntfs-3g-1.2216-nomtab.patch	26 Mar 2009 23:11:58 -0000	1.2
@@ -1,20 +1,20 @@
-diff -up ntfs-3g-1.2216/src/ntfs-3g.c.BAD ntfs-3g-1.2216/src/ntfs-3g.c
---- ntfs-3g-1.2216/src/ntfs-3g.c.BAD	2008-02-27 11:40:33.000000000 -0500
-+++ ntfs-3g-1.2216/src/ntfs-3g.c	2008-02-27 13:17:57.000000000 -0500
-@@ -1947,10 +1947,11 @@ static int parse_options(int argc, char 
+diff -up ntfs-3g-2009.3.8/src/ntfs-3g.c.orig ntfs-3g-2009.3.8/src/ntfs-3g.c
+--- ntfs-3g-2009.3.8/src/ntfs-3g.c.orig	2009-03-03 19:01:21.000000000 -0500
++++ ntfs-3g-2009.3.8/src/ntfs-3g.c	2009-03-26 18:37:45.000000000 -0400
+@@ -2012,10 +2012,11 @@ static int parse_options(int argc, char 
  {
  	int c;
  
--	static const char *sopt = "-o:hv";
-+	static const char *sopt = "-o:hnv";
+-	static const char *sopt = "-o:hvV";
++	static const char *sopt = "-o:hnvV";
  	static const struct option lopt[] = {
  		{ "options",	 required_argument,	NULL, 'o' },
  		{ "help",	 no_argument,		NULL, 'h' },
-+		{ "nomtab",	 no_argument,		NULL, 'n' },
++		{ "nomtab",      no_argument,           NULL, 'n' },
  		{ "verbose",	 no_argument,		NULL, 'v' },
+ 		{ "version",	 no_argument,		NULL, 'V' },
  		{ NULL,		 0,			NULL,  0  }
- 	};
-@@ -1989,6 +1990,11 @@ static int parse_options(int argc, char 
+@@ -2055,6 +2056,11 @@ static int parse_options(int argc, char 
  			if (strappend(&opts.options, optarg))
  				return -1;
  			break;


Index: ntfs-3g.spec
===================================================================
RCS file: /cvs/extras/rpms/ntfs-3g/F-9/ntfs-3g.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ntfs-3g.spec	16 Feb 2009 14:24:33 -0000	1.43
+++ ntfs-3g.spec	26 Mar 2009 23:11:58 -0000	1.44
@@ -4,8 +4,8 @@
 
 Name:		ntfs-3g
 Summary: 	Linux NTFS userspace driver 
-Version:	2009.2.1
-Release:	2%{?dist}
+Version:	2009.3.8
+Release:	1%{?dist}
 License:	GPLv2+
 Group:		System Environment/Base
 Source0:	http://ntfs-3g.org/ntfs-3g-%{version}.tgz
@@ -128,6 +128,12 @@
 %{_libdir}/pkgconfig/libntfs-3g.pc
 
 %changelog
+* Thu Mar 26 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 2:2009.3.8-1
+- update to 2009.3.8
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2:2009.2.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Mon Feb 16 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 2:2009.2.1-2
 - update fdi to fix nautilus mount bug
 




More information about the fedora-extras-commits mailing list