1
0

Accepting request 101908 from home:tabraham1:branches:filesystems

update to version 2012.1.15

OBS-URL: https://build.opensuse.org/request/show/101908
OBS-URL: https://build.opensuse.org/package/show/filesystems/ntfs-3g_ntfsprogs?expand=0&rev=3
This commit is contained in:
Vincent Untz 2012-02-08 15:48:22 +00:00 committed by Git OBS Bridge
parent 64bd67ee36
commit 0cfc1a7d32
4 changed files with 64 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b9f7b395a878fff183cc0b58b77a93a2abe026f1020b01918acd4997ed7c3e29
size 881175

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ec2e2ce3cd18f4f83b5ba22cd8c133b75ba8405d1a1a980658dbf7836521096
size 910362

View File

@ -1,3 +1,56 @@
-------------------------------------------------------------------
Sat Jan 28 16:44:49 UTC 2012 - tabraham@novell.com
- Update to version 2012.1.15
+ ntfs-3g:
- fixed device path canonicalization for use by devmapper
- fixed setting DOS names when defined with lower-case chars
- fixed attribute flags controlling recursive writes
- fixed compilation on OpenIndiana
- fixed options parsing on OSes with no extended attributes
- fixed realtime as a default mount option
- fixed endless recursion when MFT extents are described by
themselves
- fixed the description of inherit option
- fixed overwriting a truncated file
- fixed truncation of DOS file names (12 ntfschars, not 12
utf8 chars)
- fixed the setting of attributes by secaudit (index not synced)
- faster compression
- new option delay_mtime to delay updates of mtime+ctime
+ ntfsfix:
- new option -d to clear the dirty flag if fix is successful
- fixed volume dirty flag test
- new option to clear the list of bad sectors
- fixed compilation on Sparc
- fixed a bug causing segmentation violation
- repair self-located MFT data bug
+ ntfscp:
- fix free space calculation
- support compression
+ ntfsresize:
- implemented expanding runlists
- updated the description of the -f option
- expand an NTFS volume downwards
+ ntfsclone:
- backup bootsector not be to accounted for
- creating/restoring a metadata image
+ ntfsundelete:
- try to recover the file name when undeleting
- use inode number to name unnamed files
+ ntfswipe:
- big endian and other fixes
+ secaudit:
- prefixed owner and group SID in ACL display
+ library:
- fixed big cluster support using 4kB sector disk
- fixed huge data writes
- use transparent compression by default
- fixed several bad returns in error conditions
- enabled getting the sector size on FreeBSD and MacOSX
+ build:
- fixed "make libs" to only build libraries
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 1 15:41:25 CEST 2011 - vuntz@opensuse.org Fri Jul 1 15:41:25 CEST 2011 - vuntz@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package ntfs-3g_ntfsprogs # spec file for package ntfs-3g_ntfsprogs
# #
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
Name: ntfs-3g_ntfsprogs Name: ntfs-3g_ntfsprogs
Summary: NTFS Support in Userspace Summary: NTFS Support in Userspace
Version: 2011.4.12 Version: 2012.1.15
Release: 1 Release: 1
License: GPL-2.0+ License: GPL-2.0+
Group: System/Filesystems Group: System/Filesystems
@ -57,12 +57,12 @@ NTFS-3G allows for read/write access to NTFS partitions which can be
shared with Windows XP, Windows Server 2003, Windows 2000, Windows shared with Windows XP, Windows Server 2003, Windows 2000, Windows
Vista and Windows Seven. Vista and Windows Seven.
%package -n libntfs-3g81 %package -n libntfs-3g83
License: LGPL-2.1+ License: LGPL-2.1+
Summary: NTFS Support in Userspace -- Library Summary: NTFS Support in Userspace -- Library
Group: System/Filesystems Group: System/Filesystems
%description -n libntfs-3g81 %description -n libntfs-3g83
NTFS-3G allows for read/write access to NTFS partitions which can be NTFS-3G allows for read/write access to NTFS partitions which can be
shared with Windows XP, Windows Server 2003, Windows 2000, Windows shared with Windows XP, Windows Server 2003, Windows 2000, Windows
Vista and Windows Seven. Vista and Windows Seven.
@ -72,7 +72,7 @@ License: LGPL-2.1+
Summary: NTFS Support in Userspace -- Development Files Summary: NTFS Support in Userspace -- Development Files
Group: System/Filesystems Group: System/Filesystems
Requires: glibc-devel Requires: glibc-devel
Requires: libntfs-3g81 = %{version} Requires: libntfs-3g83 = %{version}
Provides: ntfs-3g-devel = %{version} Provides: ntfs-3g-devel = %{version}
Obsoletes: ntfs-3g-devel < %{version} Obsoletes: ntfs-3g-devel < %{version}
@ -145,9 +145,9 @@ if [ ! -f /sbin/mount.ntfs -a -f /sbin/mount.ntfs-3g ]; then
update-alternatives --install /sbin/mount.ntfs mount.ntfs /sbin/mount.ntfs-3g 10 --slave /usr/share/man/man8/mount.ntfs.8.gz mount.ntfs.8.gz /usr/share/man/man8/mount.ntfs-3g.8.gz update-alternatives --install /sbin/mount.ntfs mount.ntfs /sbin/mount.ntfs-3g 10 --slave /usr/share/man/man8/mount.ntfs.8.gz mount.ntfs.8.gz /usr/share/man/man8/mount.ntfs-3g.8.gz
fi fi
%post -n libntfs-3g81 -p /sbin/ldconfig %post -n libntfs-3g83 -p /sbin/ldconfig
%postun -n libntfs-3g81 -p /sbin/ldconfig %postun -n libntfs-3g83 -p /sbin/ldconfig
%files -n ntfs-3g %files -n ntfs-3g
%defattr(-,root,root,-) %defattr(-,root,root,-)
@ -175,7 +175,7 @@ fi
# We already have this, so no need to package it again. # We already have this, so no need to package it again.
%exclude /usr/share/doc/ntfs-3g/README %exclude /usr/share/doc/ntfs-3g/README
%files -n libntfs-3g81 %files -n libntfs-3g83
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc COPYING.LIB %doc COPYING.LIB
/%{_lib}/libntfs-3g.so.* /%{_lib}/libntfs-3g.so.*