Hello community,

here is the log from the commit of package f2fs-tools for openSUSE:Factory 
checked in at 2013-08-12 10:16:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-20 
21:23:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.f2fs-tools.new/f2fs-tools.changes       
2013-08-12 10:16:17.000000000 +0200
@@ -1,0 +2,9 @@
+Wed Aug  7 22:16:55 UTC 2013 - jeng...@inai.de
+
+- Update to new snapshot v1.1.0-40-g6e8f2d5
+* Correct endianess conversions for CRC calculations, checkpoint
+  flags and in f2fs_update_nat_root.
+* Fix the total_zones calculation in f2fs_prepare_super_block
+* Add the fsck.f2fs and dump.f2fs utilities
+
+-------------------------------------------------------------------

Old:
----
  f2fs-tools-1.1.0+git24.tar.xz

New:
----
  f2fs-tools-1.1.0+git40.tar.xz

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

Other differences:
------------------
++++++ f2fs-tools.spec ++++++
--- /var/tmp/diff_new_pack.fvMeXO/_old  2013-08-12 10:16:18.000000000 +0200
+++ /var/tmp/diff_new_pack.fvMeXO/_new  2013-08-12 10:16:18.000000000 +0200
@@ -18,9 +18,9 @@
 
 Name:           f2fs-tools
 %define lname  libf2fs0
-Version:        1.1.0+git24
+Version:        1.1.0+git40
 Release:        0
-#git describe: v1.1.0-24-gfef98eb
+#Snapshot:     6e8f2d5d222eff0abea4b5c0abc7433834094924
 Summary:        Utilities for the Flash-friendly Filesystem (F2FS)
 License:        GPL-2.0
 Group:          System/Filesystems
@@ -30,9 +30,6 @@
 #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}
@@ -48,20 +45,26 @@
 %setup -qn %name
 
 %build
-if [ ! -e configure ]; then
-       autoreconf -fi
-fi
-%configure --disable-shared
-make %{?_smp_mflags}
+%configure --disable-static
+make %{?_smp_mflags} sbindir="%_sbindir"
 
 %install
-make install DESTDIR="%buildroot";
-# The library is quite useless ATM without public headers.
-rm -f "%buildroot/%_libdir"/*.a "%buildroot/%_libdir"/*.la
+b="%buildroot"
+make install DESTDIR="$b" sbindir="%_sbindir"
+# The devel file is quite useless ATM without public headers.
+rm -f "$b/%_libdir"/*.{la,so}
+# /usr/sbin/filefrag already does what fibmap can do.
+rm -f "$b/%_sbindir/fibmap"
+
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
-/sbin/mkfs.f2fs
+%_sbindir/dump.f2fs
+%_sbindir/fsck.f2fs
+%_sbindir/mkfs.f2fs
+%_libdir/libf2fs.so.0*
 %_mandir/man8/*
 %doc COPYING
 

++++++ f2fs-tools-1.1.0+git24.tar.xz -> f2fs-tools-1.1.0+git40.tar.xz ++++++
++++ 46552 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to