diff --git a/.gitignore b/.gitignore index d878386..253abb8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /f2fs-tools-1.0.0.tar.gz +/f2fs-tools-1.1.0.tar.gz diff --git a/f2fs-tools.spec b/f2fs-tools.spec index 0aa2171..ca0f9f1 100644 --- a/f2fs-tools.spec +++ b/f2fs-tools.spec @@ -1,12 +1,14 @@ Name: f2fs-tools -Version: 1.0.0 -Release: 4%{?dist} +Version: 1.1.0 +Release: 1%{?dist} Summary: Tools for Flash-Friendly File System (F2FS) License: GPLv2+ URL: http://sourceforge.net/projects/f2fs-tools/ -Source0: http://downloads.sourceforge.net/project/%{name}/%{name}-%{version}.tar.gz +Source0: http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/%{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake +BuildRequires: uuid-devel +BuildRequires: libuuid-devel %description NAND flash memory-based storage devices, such as SSD, and SD cards, @@ -51,8 +53,8 @@ make DESTDIR=%{buildroot} INSTALL="install -p" CP="cp -p" install %changelog -* Wed Feb 13 2013 Fedora Release Engineering - 1.0.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild +* Mon Mar 18 2013 Eduardo Echeverria - 1.1.0-1 +- Updated to the new upstream release * Mon Oct 22 2012 Eduardo Echeverria - 1.0.0-3 - Change to the correct license GPLv2+ diff --git a/sources b/sources index 3c51c26..1d371a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d4d7c9a5117c0e68daaa45e98b56a465 f2fs-tools-1.0.0.tar.gz +f163f5cff30c3d2bb59a5b002b3141ea f2fs-tools-1.1.0.tar.gz