Hello community,

here is the log from the commit of package ntfs-3g_ntfsprogs for 
openSUSE:Factory checked in at 2013-05-27 09:54:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ntfs-3g_ntfsprogs (Old)
 and      /work/SRC/openSUSE:Factory/.ntfs-3g_ntfsprogs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ntfs-3g_ntfsprogs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ntfs-3g_ntfsprogs/ntfs-3g_ntfsprogs.changes      
2013-04-23 11:33:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ntfs-3g_ntfsprogs.new/ntfs-3g_ntfsprogs.changes 
2013-05-27 09:54:54.000000000 +0200
@@ -1,0 +2,25 @@
+Mon May 20 02:40:34 UTC 2013 - [email protected]
+
+- Upgrade to STABLE Version 2013.1.13 (January 14, 2013)
+    ntfs-3g: fixed returned files types in readdir()
+    ntfs-3g: force option ‘ro’ when mounting a read-only device
+    ntfs-3g: keep the name of a deleted file in place for easier undeletion
+    ntfs-3g: accept multiple read-only mounts
+    ntfs-3g: improved Windows-type ACL inheritance, as needed by Windows 8
+    ntfs-3g: avoid unnecessary runlist update when appending data to a file
+    ntfs-3g: added inheritance of the set-group-id flag
+    ntfs-3g: deny mounting when fast restart mode of Windows 8 is detected
+    ntfs-3g: reject getting/setting DOS names on hard linked files
+    ntfsclone: fixed wiping user data when creating metadata images
+    ntfsclone: implemented a new option to set a new serial number
+    ntfsfix: implemented fixing the backup boot sector
+    ntfsfix: fixed clearing the bad cluster list
+    ntfsinfo: added allocation data to the volume parameters summary
+    ntfsinfo: output the numbers of runs and fragments for the selected file
+    ntfslabel: implemented a new option to set a new serial number
+    ntfswipe: added optional wiping of file tails and undelete data
+    mkntfs: insert an $Info stream in $UpCase to comply with Windows 8
+    openindianas: merged OpenIndiana requirements into the driver and fuse-lite
+- remove ntfs-3g_ntfsprogs-use-caution-with-fastboot.patch, now in upstream
+
+-------------------------------------------------------------------

Old:
----
  ntfs-3g_ntfsprogs-2012.1.15.tgz
  ntfs-3g_ntfsprogs-use-caution-with-fastboot.patch

New:
----
  ntfs-3g_ntfsprogs-2013.1.13.tgz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ntfs-3g_ntfsprogs.spec ++++++
--- /var/tmp/diff_new_pack.bnEfMv/_old  2013-05-27 09:54:55.000000000 +0200
+++ /var/tmp/diff_new_pack.bnEfMv/_new  2013-05-27 09:54:55.000000000 +0200
@@ -16,17 +16,17 @@
 #
 
 
+%define soname 84
+
 Name:           ntfs-3g_ntfsprogs
 Summary:        NTFS Support in Userspace
 License:        GPL-2.0+
 Group:          System/Filesystems
-Version:        2012.1.15
+Version:        2013.1.13
 Release:        0
 Source:         http://tuxera.com/opensource/%{name}-%{version}.tgz
 Source1:        buildall.sh
 Source2:        21-storage-ntfs-3g.fdi
-# PATCH-FIX-UPSTREAM ntfs-3g_ntfsprogs-use-caution-with-fastboot.patch 
rh#859373 [email protected] -- Prevent partitions with metadata cached in 
Windows from being mounted; patch taken from upstream git
-Patch0:         ntfs-3g_ntfsprogs-use-caution-with-fastboot.patch
 Url:            http://www.tuxera.com/community/ntfs-3g-download/
 %if 0%{?sles_version}
 BuildRequires:  fuse-devel >= 2.6.0
@@ -63,12 +63,12 @@
 shared with Windows XP, Windows Server 2003, Windows 2000, Windows
 Vista and Windows Seven.
 
-%package -n libntfs-3g83
+%package -n libntfs-3g%soname
 Summary:        NTFS Support in Userspace -- Library
 License:        LGPL-2.1+
 Group:          System/Filesystems
 
-%description -n libntfs-3g83
+%description -n libntfs-3g%soname
 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.
@@ -78,7 +78,7 @@
 License:        LGPL-2.1+
 Group:          System/Filesystems
 Requires:       glibc-devel
-Requires:       libntfs-3g83 = %{version}
+Requires:       libntfs-3g%soname = %{version}
 Provides:       ntfs-3g-devel = %{version}
 Obsoletes:      ntfs-3g-devel < %{version}
 
@@ -99,7 +99,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 #
@@ -146,9 +145,9 @@
   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-3g83 -p /sbin/ldconfig
+%post -n libntfs-3g%soname -p /sbin/ldconfig
 
-%postun -n libntfs-3g83 -p /sbin/ldconfig
+%postun -n libntfs-3g%soname -p /sbin/ldconfig
 
 %files -n ntfs-3g
 %defattr(-,root,root,-)
@@ -176,7 +175,7 @@
 # We already have this, so no need to package it again.
 %exclude /usr/share/doc/ntfs-3g/README
 
-%files -n libntfs-3g83
+%files -n libntfs-3g%soname
 %defattr(-,root,root,-)
 %doc COPYING.LIB
 %{_libdir}/libntfs-3g.so.*


++++++ ntfs-3g_ntfsprogs-2012.1.15.tgz -> ntfs-3g_ntfsprogs-2013.1.13.tgz ++++++
++++ 9368 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to