From af281eeb758d6cc86675115a1968867147979ccc Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 18 Feb 2008 20:34:46 +0000 Subject: [PATCH] 1.2216 --- .cvsignore | 2 +- ntfs-3g.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 96d4fd4..979b467 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ntfs-3g-1.2121-RC.tgz +ntfs-3g-1.2216.tgz diff --git a/ntfs-3g.spec b/ntfs-3g.spec index 644f248..e5597f0 100644 --- a/ntfs-3g.spec +++ b/ntfs-3g.spec @@ -4,11 +4,11 @@ Name: ntfs-3g Summary: Linux NTFS userspace driver -Version: 1.2121 -Release: 0.1.RC%{?dist} +Version: 1.2216 +Release: 1%{?dist} License: GPLv2+ Group: System Environment/Base -Source0: http://www.ntfs-3g.org/%{name}-%{version}-RC.tgz +Source0: http://www.ntfs-3g.org/%{name}-%{version}.tgz URL: http://www.ntfs-3g.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %if %{with_externalfuse} @@ -45,7 +45,7 @@ Headers and libraries for developing applications that use ntfs-3g functionality. %prep -%setup -q -n %{name}-%{version}-RC +%setup -q -n %{name}-%{version} %build CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64" @@ -104,7 +104,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING CREDITS NEWS README /sbin/mount.ntfs -%attr(754,root,fuse) /sbin/mount.ntfs-3g +%attr(754,root,root) /sbin/mount.ntfs-3g /sbin/mount.ntfs-fuse /bin/ntfs-3g /bin/ntfsmount @@ -121,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/libntfs-3g.pc %changelog +* Mon Feb 18 2008 Tom "spot" Callaway 2:1.2216-1 +- update to 1.2216 + * Tue Nov 20 2007 Tom "spot" Callaway 2:1.1120-1 - bump to 1.1120 - default to fuse-lite (internal to ntfs-3g), but enable --with externalfuse diff --git a/sources b/sources index 2500e93..d5e0486 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -adf5b08d02239e2045f6d8bf777ba16e ntfs-3g-1.2121-RC.tgz +d1664636d38e4ce8eb2af1f09bc5a15d ntfs-3g-1.2216.tgz