diff --git a/ntfs-3g-1.2216-nomtab.patch b/ntfs-3g-1.2216-nomtab.patch index 0aaacdc..88c63dc 100644 --- a/ntfs-3g-1.2216-nomtab.patch +++ b/ntfs-3g-1.2216-nomtab.patch @@ -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; diff --git a/ntfs-3g.spec b/ntfs-3g.spec index d7c98c8..558adb8 100644 --- a/ntfs-3g.spec +++ b/ntfs-3g.spec @@ -4,8 +4,8 @@ Name: ntfs-3g Summary: Linux NTFS userspace driver -Version: 2009.2.1 -Release: 3%{?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,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/libntfs-3g.pc %changelog +* Thu Mar 26 2009 Tom "spot" Callaway - 2:2009.3.8-1 +- update to 2009.3.8 + * Wed Feb 25 2009 Fedora Release Engineering - 2:2009.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild