diff --git a/.gitignore b/.gitignore index 9e2b023..52a5220 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /f2fs-tools-1.0.0.tar.gz /f2fs-tools-1.1.0.tar.gz /f2fs-tools-1.2.0.tar.gz +/f2fs-tools-1.4.0.tar.gz diff --git a/f2fs-tools.spec b/f2fs-tools.spec index 2772742..f209d16 100644 --- a/f2fs-tools.spec +++ b/f2fs-tools.spec @@ -1,6 +1,6 @@ Name: f2fs-tools -Version: 1.2.0 -Release: 3%{?dist} +Version: 1.4.0 +Release: 1%{?dist} Summary: Tools for Flash-Friendly File System (F2FS) License: GPLv2+ URL: http://sourceforge.net/projects/f2fs-tools/ @@ -64,8 +64,8 @@ rm -f %{buildroot}/%{_libdir}/*.la %{_sbindir}/mkfs.f2fs %{_sbindir}/fibmap.f2fs %{_sbindir}/fsck.f2fs -%{_sbindir}/mkfs.f2fs %{_sbindir}/dump.f2fs +%{_sbindir}/f2fstat %{_libdir}/*.so.* %{_mandir}/man8/mkfs.f2fs.8* @@ -73,6 +73,9 @@ rm -f %{buildroot}/%{_libdir}/*.la %{_libdir}/*.so %changelog +* Thu Dec 25 2014 Eduardo Echeverria - 1.4.0-1 +- Update to the latest upstream version + * Sat Aug 16 2014 Fedora Release Engineering - 1.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 686cf89..f72dafb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d27ad7cd56f6001f7e1d508d85eef195 f2fs-tools-1.2.0.tar.gz +be9bfdddf3e5fd5e701a88d0b388dc26 f2fs-tools-1.4.0.tar.gz