From c64b0c4d13678d346802eca7f4e0163b0f1d49494b5ef849ca2e0dafd0696af0 Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Wed, 23 Apr 2014 15:46:04 +0000 Subject: [PATCH] Accepting request 231096 from home:tabraham1:branches:filesystems upgrade to stable version 2014.2.15 OBS-URL: https://build.opensuse.org/request/show/231096 OBS-URL: https://build.opensuse.org/package/show/filesystems/ntfs-3g_ntfsprogs?expand=0&rev=19 --- ntfs-3g_ntfsprogs-2013.1.13.tgz | 3 --- ntfs-3g_ntfsprogs-2014.2.15.tgz | 3 +++ ntfs-3g_ntfsprogs.changes | 25 +++++++++++++++++++++++++ ntfs-3g_ntfsprogs.spec | 6 +++--- 4 files changed, 31 insertions(+), 6 deletions(-) delete mode 100644 ntfs-3g_ntfsprogs-2013.1.13.tgz create mode 100644 ntfs-3g_ntfsprogs-2014.2.15.tgz diff --git a/ntfs-3g_ntfsprogs-2013.1.13.tgz b/ntfs-3g_ntfsprogs-2013.1.13.tgz deleted file mode 100644 index 4f4d00d..0000000 --- a/ntfs-3g_ntfsprogs-2013.1.13.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b383f0074a3ab7683339d1f18222b107aaeb4983db119292c43c2b275cefb27 -size 1176304 diff --git a/ntfs-3g_ntfsprogs-2014.2.15.tgz b/ntfs-3g_ntfsprogs-2014.2.15.tgz new file mode 100644 index 0000000..1b6be61 --- /dev/null +++ b/ntfs-3g_ntfsprogs-2014.2.15.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c3099400cb14b231a3c9d718b3a8d152d38555059341ce5fc6d02292a4a5b56 +size 1143575 diff --git a/ntfs-3g_ntfsprogs.changes b/ntfs-3g_ntfsprogs.changes index 91fe44c..47a0e86 100644 --- a/ntfs-3g_ntfsprogs.changes +++ b/ntfs-3g_ntfsprogs.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Apr 22 23:53:03 UTC 2014 - tabraham@suse.com + +- Upgrade to STABLE Version 2014.2.15 (February 23, 2014) + libntfs: added use of hd library to get the legacy BIOS geometry + libntfs: switched to /proc/mounts for checking existing mounts + libntfs: fixed usa checking by ntfsck on 4K sector disks + libntfs: fixed processing compressed data beyond file size (Windows 8 compliance) + libntfs: fixed expanding a resident attribute without inserting holes + libntfs: allow DACLs to not have any ACE + libntfs: ignore unmapped regions when checking whether sparse + libntfs: upgraded the Win32 interface for use with ntfsprogs + ntfsresize: enabled relocating the MFT when shrinking a volume + ntfsresize: fixed trying to update the MFT and Bitmap on a test run + ntfsresize: fixed updating all the MFT runs in a relocated MFT + ntfsresize: set the backup boot sector when the size is reliable + ntfsresize: reserved a single sector for the backup boot sector + ntfsundelete: output the modification time when scanning files + ntfsundelete: ported to Windows + ntfsclone: fixed wiping fragmented metadata when creating a metadata image + ntfsclone: allowed cloning a file system despite allocation errors + ntfsclone: fixed bad copying of the backup boot sector + ntfsclone: ported to Windows + ntfsdecrypt: made compatible with libgrypt-1.6 + ------------------------------------------------------------------- Mon May 20 02:40:34 UTC 2013 - Greg.Freemyer@gmail.com diff --git a/ntfs-3g_ntfsprogs.spec b/ntfs-3g_ntfsprogs.spec index 85a9ccd..9239bfd 100644 --- a/ntfs-3g_ntfsprogs.spec +++ b/ntfs-3g_ntfsprogs.spec @@ -1,7 +1,7 @@ # # spec file for package ntfs-3g_ntfsprogs # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,13 +16,13 @@ # -%define soname 84 +%define soname 85 Name: ntfs-3g_ntfsprogs Summary: NTFS Support in Userspace License: GPL-2.0+ Group: System/Filesystems -Version: 2013.1.13 +Version: 2014.2.15 Release: 0 Source: http://tuxera.com/opensource/%{name}-%{version}.tgz Source1: buildall.sh