Hello community,

here is the log from the commit of package f2fs-tools for openSUSE:Factory 
checked in at 2018-07-06 10:45:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/f2fs-tools (Old)
 and      /work/SRC/openSUSE:Factory/.f2fs-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "f2fs-tools"

Fri Jul  6 10:45:27 2018 rev:14 rq:621056 version:1.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/f2fs-tools/f2fs-tools.changes    2016-08-31 
00:11:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.f2fs-tools.new/f2fs-tools.changes       
2018-07-06 10:45:30.527003811 +0200
@@ -1,0 +2,12 @@
+Mon Mar 19 18:07:09 UTC 2018 - jeng...@inai.de
+
+- Update to version 1.10.0
+  * f2fs-tools: support inode creation time
+  * fsck.f2fs: add -y for generic fsck
+  * fsck.f2fs: support quota
+  * mkfs.f2fs: support quota option in mkfs
+  * f2fs-tools: support flexible inline xattr size
+  * add sparse support for f2fs
+  * f2fscrypt: add a tool for encryption management in f2fs
+
+-------------------------------------------------------------------

Old:
----
  f2fs-tools-1.7.0.tar.xz

New:
----
  f2fs-tools-1.10.0.tar.xz

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

Other differences:
------------------
++++++ f2fs-tools.spec ++++++
--- /var/tmp/diff_new_pack.amOf1m/_old  2018-07-06 10:45:31.447002715 +0200
+++ /var/tmp/diff_new_pack.amOf1m/_new  2018-07-06 10:45:31.455002706 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package f2fs-tools
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,10 @@
 
 
 Name:           f2fs-tools
-Version:        1.7.0
+Version:        1.10.0
 Release:        0
 Summary:        Utilities for the Flash-friendly Filesystem (F2FS)
-License:        GPL-2.0 and LGPL-2.1
+License:        GPL-2.0-only AND LGPL-2.1-only
 Group:          System/Filesystems
 Url:            
https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git
 Source:         %name-%version.tar.xz
@@ -39,24 +39,24 @@
 Utilities needed to create and maintain so-called Flash-Friendly (F2)
 filesystems.
 
-%package -n libf2fs1
+%package -n libf2fs4
 Summary:        Library to manipulate F2 filesystems
 Group:          System/Libraries
 
-%description -n libf2fs1
+%description -n libf2fs4
 This package contains a shared library used for manipulation of F2
 filesystems.
 
-%package -n libf2fs_format0
+%package -n libf2fs_format3
 Summary:        Library to create F2 filesystems
 Group:          System/Libraries
 
-%description -n libf2fs_format0
+%description -n libf2fs_format3
 This package contains a shared library to format F2 filesystems.
 
 %package compat
 Summary:        f2fs utility compatibility symlinks
-Group:          System/Filesystem
+Group:          System/Filesystems
 BuildArch:      noarch
 
 %description compat
@@ -66,8 +66,8 @@
 %package devel
 Summary:        Development files for f2fs
 Group:          Development/Languages/C and C++
-Requires:       libf2fs1 = %version
-Requires:       libf2fs_format0 = %version
+Requires:       libf2fs4 = %version
+Requires:       libf2fs_format3 = %version
 
 %description devel
 This package contains development files for %name.
@@ -92,10 +92,10 @@
 cp -a include/f2fs_fs.h mkfs/f2fs_format_utils.h \
        "%buildroot/%_includedir/"
 
-%post   -n libf2fs1 -p /sbin/ldconfig
-%postun -n libf2fs1 -p /sbin/ldconfig
-%post   -n libf2fs_format0 -p /sbin/ldconfig
-%postun -n libf2fs_format0 -p /sbin/ldconfig
+%post   -n libf2fs4 -p /sbin/ldconfig
+%postun -n libf2fs4 -p /sbin/ldconfig
+%post   -n libf2fs_format3 -p /sbin/ldconfig
+%postun -n libf2fs_format3 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -103,11 +103,11 @@
 %_sbindir/*
 %_mandir/man8/*
 
-%files -n libf2fs1
+%files -n libf2fs4
 %defattr(-,root,root)
 %_libdir/libf2fs.so.*
 
-%files -n libf2fs_format0
+%files -n libf2fs_format3
 %defattr(-,root,root)
 %_libdir/libf2fs_format.so.*
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.amOf1m/_old  2018-07-06 10:45:31.475002682 +0200
+++ /var/tmp/diff_new_pack.amOf1m/_new  2018-07-06 10:45:31.475002682 +0200
@@ -2,9 +2,8 @@
        <service mode="disabled" name="tar_scm">
                <param 
name="url">https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git</param>
                <param name="scm">git</param>
-               <param name="changesgenerate">enable</param>
                <param name="filename">f2fs-tools</param>
-               <param name="version">1.7.0</param>
+               <param name="version">1.10.0</param>
        </service>
        <service mode="disabled" name="recompress">
                <param name="file">*.tar</param>

++++++ f2fs-tools-1.7.0.tar.xz -> f2fs-tools-1.10.0.tar.xz ++++++
++++ 16999 lines of diff (skipped)


Reply via email to