Hello community,

here is the log from the commit of package f2fs-tools for openSUSE:Factory 
checked in at 2014-07-21 21:40:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/f2fs-tools (Old)
 and      /work/SRC/openSUSE:Factory/.f2fs-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "f2fs-tools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/f2fs-tools/f2fs-tools.changes    2013-12-02 
07:22:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.f2fs-tools.new/f2fs-tools.changes       
2014-07-21 22:34:49.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Jul 18 23:06:22 UTC 2014 - [email protected]
+
+- Update to new snapshot 1.3.0.g22
+* add "f2fstat" program to print f2fs's status in sec
+* mkfs: support large directories
+* mkfs.f2fs, fsck.f2fs: large volume support
+
+-------------------------------------------------------------------

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

New:
----
  f2fs-tools-1.3.0.g22.tar.xz

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

Other differences:
------------------
++++++ f2fs-tools.spec ++++++
--- /var/tmp/diff_new_pack.yuDk87/_old  2014-07-21 22:34:50.000000000 +0200
+++ /var/tmp/diff_new_pack.yuDk87/_new  2014-07-21 22:34:50.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package f2fs-tools
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -18,25 +18,24 @@
 
 Name:           f2fs-tools
 %define lname  libf2fs0
-Version:        1.2.0
+Version:        1.3.0.g22
 Release:        0
 Summary:        Utilities for the Flash-friendly Filesystem (F2FS)
-License:        GPL-2.0
+License:        GPL-2.0 and LGPL-2.1
 Group:          System/Filesystems
 Url:            http://f2fs-tools.sf.net/_(disused)
 
-#Snapshot:     v1.2.0
+#Snapshot:     v1.3.0-22-g092e3d9
 #Git-Clone:    git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools
 #DL-URL:       no tarballs provided
 Source:         %name-%version.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  xz
-%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
 BuildRequires:  pkgconfig(uuid)
-%else
-BuildRequires:  libuuid-devel
-%endif
 
 %description
 Utilities needed to create and maintain F2 filesystems.
@@ -45,6 +44,9 @@
 %setup -qn %name
 
 %build
+if [ ! -e configure ]; then
+       autoreconf -fi
+fi
 %configure --disable-static
 make %{?_smp_mflags} sbindir="%_sbindir"
 
@@ -60,6 +62,7 @@
 %files
 %defattr(-,root,root)
 %_sbindir/dump.f2fs
+%_sbindir/f2fstat
 %_sbindir/fibmap.f2fs
 %_sbindir/fsck.f2fs
 %_sbindir/mkfs.f2fs

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

Reply via email to