Hello community,

here is the log from the commit of package libstorage for openSUSE:Factory 
checked in at 2012-08-15 11:19:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libstorage (Old)
 and      /work/SRC/openSUSE:Factory/.libstorage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libstorage", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libstorage/libstorage.changes    2012-08-13 
19:53:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libstorage.new/libstorage.changes       
2012-08-15 11:19:24.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Aug 14 12:40:44 CEST 2012 - [email protected]
+
+- 2.22.11
+- allow mount-by label and uuid for NTFS (bnc#775594)
+
+-------------------------------------------------------------------

Old:
----
  libstorage-2.22.10.tar.bz2

New:
----
  libstorage-2.22.11.tar.bz2

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

Other differences:
------------------
++++++ libstorage.spec ++++++
--- /var/tmp/diff_new_pack.ObywqC/_old  2012-08-15 11:19:28.000000000 +0200
+++ /var/tmp/diff_new_pack.ObywqC/_new  2012-08-15 11:19:28.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           libstorage
-Version:        2.22.10
+Version:        2.22.11
 Release:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source:         libstorage-%{version}.tar.bz2

++++++ libstorage-2.22.10.tar.bz2 -> libstorage-2.22.11.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.22.10/VERSION 
new/libstorage-2.22.11/VERSION
--- old/libstorage-2.22.10/VERSION      2012-08-13 16:01:13.000000000 +0200
+++ new/libstorage-2.22.11/VERSION      2012-08-14 12:49:16.000000000 +0200
@@ -1 +1 @@
-2.22.10
+2.22.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.22.10/storage/Storage.cc 
new/libstorage-2.22.11/storage/Storage.cc
--- old/libstorage-2.22.10/storage/Storage.cc   2012-08-13 15:55:36.000000000 
+0200
+++ new/libstorage-2.22.11/storage/Storage.cc   2012-08-14 12:29:44.000000000 
+0200
@@ -5783,8 +5783,8 @@
     static FsCapabilitiesX xfsCaps (true, true, false, false, true, true,
                                    false, 12, 40*1024);
 
-    static FsCapabilitiesX ntfsCaps (true, false, true, false, false, false,
-                                    false, 0, 10*1024);
+    static FsCapabilitiesX ntfsCaps (true, false, true, false, true, true,
+                                    false, 32, 10*1024);
 
     static FsCapabilitiesX fatCaps (true, false, true, false, false, false,
                                    false, 0, 64);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.22.10/storage/StorageDefines.h 
new/libstorage-2.22.11/storage/StorageDefines.h
--- old/libstorage-2.22.10/storage/StorageDefines.h     2012-06-19 
12:37:19.000000000 +0200
+++ new/libstorage-2.22.11/storage/StorageDefines.h     2012-08-14 
12:45:55.000000000 +0200
@@ -95,6 +95,7 @@
 #define TUNEREISERBIN  "/sbin/reiserfstune"
 #define TUNEJFSBIN     "/sbin/jfs_tune"
 #define XFSADMINBIN    "/usr/sbin/xfs_admin"
+#define NTFSLABELBIN   "/usr/sbin/ntfslabel"
 
 #define FSCKBIN        "/sbin/fsck"
 #define FSCKEXT2BIN    "/sbin/fsck.ext2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.22.10/storage/Volume.cc 
new/libstorage-2.22.11/storage/Volume.cc
--- old/libstorage-2.22.10/storage/Volume.cc    2012-08-07 19:17:11.000000000 
+0200
+++ new/libstorage-2.22.11/storage/Volume.cc    2012-08-14 12:46:13.000000000 
+0200
@@ -2507,6 +2507,9 @@
                cmd = BTRFSBIN " filesystem label " + quote(mountDevice());
                cmd += " " + quote(label);
                break;
+           case NTFS:
+               cmd = NTFSLABELBIN " " + quote(mountDevice()) + " " + 
quote(label);
+               break;
            default:
                ret = VOLUME_MKLABEL_FS_UNABLE;
                break;

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

Reply via email to