1
0

Accepting request 103377 from filesystems

Update to 2012.1.15

OBS-URL: https://build.opensuse.org/request/show/103377
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ntfs-3g_ntfsprogs?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2012-02-10 16:18:14 +00:00 committed by Git OBS Bridge
commit 811c862d2a
4 changed files with 72 additions and 18 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,59 @@
-------------------------------------------------------------------
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
- Rename libntfs-3g81 subpackage to libntfs-3g83, following
upstream soversion bump.
-------------------------------------------------------------------
Fri Jul 1 15:41:25 CEST 2011 - vuntz@opensuse.org

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -15,14 +15,12 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: ntfs-3g_ntfsprogs
Summary: NTFS Support in Userspace
Version: 2011.4.12
Release: 1
License: GPL-2.0+
Group: System/Filesystems
Version: 2012.1.15
Release: 0
Source: %{name}-%{version}.tar.bz2
Source1: buildall.sh
Source2: 21-storage-ntfs-3g.fdi
@ -36,8 +34,8 @@ shared with Windows XP, Windows Server 2003, Windows 2000, Windows
Vista and Windows Seven.
%package -n ntfs-3g
License: GPL-2.0+
Summary: NTFS Support in Userspace
License: GPL-2.0+
Group: System/Filesystems
Provides: ntfsprogs-fuse = 1.13.1
Obsoletes: ntfsprogs-fuse < 1.13.1
@ -57,22 +55,22 @@ NTFS-3G allows for read/write access to NTFS partitions which can be
shared with Windows XP, Windows Server 2003, Windows 2000, Windows
Vista and Windows Seven.
%package -n libntfs-3g81
License: LGPL-2.1+
%package -n libntfs-3g83
Summary: NTFS Support in Userspace -- Library
License: LGPL-2.1+
Group: System/Filesystems
%description -n libntfs-3g81
%description -n libntfs-3g83
NTFS-3G allows for read/write access to NTFS partitions which can be
shared with Windows XP, Windows Server 2003, Windows 2000, Windows
Vista and Windows Seven.
%package -n libntfs-3g-devel
License: LGPL-2.1+
Summary: NTFS Support in Userspace -- Development Files
License: LGPL-2.1+
Group: System/Filesystems
Requires: glibc-devel
Requires: libntfs-3g81 = %{version}
Requires: libntfs-3g83 = %{version}
Provides: ntfs-3g-devel = %{version}
Obsoletes: ntfs-3g-devel < %{version}
@ -82,8 +80,8 @@ shared with Windows XP, Windows Server 2003, Windows 2000, Windows
Vista and Windows Seven.
%package -n ntfsprogs
License: GPL-2.0+
Summary: NTFS Utilities
License: GPL-2.0+
Group: System/Filesystems
%description -n ntfsprogs
@ -145,9 +143,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
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
%defattr(-,root,root,-)
@ -175,7 +173,7 @@ fi
# We already have this, so no need to package it again.
%exclude /usr/share/doc/ntfs-3g/README
%files -n libntfs-3g81
%files -n libntfs-3g83
%defattr(-,root,root,-)
%doc COPYING.LIB
/%{_lib}/libntfs-3g.so.*