From d9470e601bac19fa9b6ecde127da774a85793a65 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Dec 15 2008 21:16:33 +0000 Subject: - Update to new release --- diff --git a/.cvsignore b/.cvsignore index 16efe13..aabfcf6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -fatsort-0.9.9.1.tar.gz +fatsort-0.9.10-187.tar.gz diff --git a/fatsort.spec b/fatsort.spec index 8541abb..61fdce2 100644 --- a/fatsort.spec +++ b/fatsort.spec @@ -1,12 +1,15 @@ +%define svn_revision 187 +%define tarball_name %{name}-%{version}-%{svn_revision} + Name: fatsort -Version: 0.9.9.1 -Release: 2%{?dist} +Version: 0.9.10 +Release: 1%{?dist} Summary: FAT sorter for FAT16 and FAT32 filesystems Group: Applications/System License: GPLv2+ URL: http://%{name}.berlios.de/ -Source0: http://download2.berlios.de/%{name}/%{name}-%{version}.tar.gz +Source0: http://download2.berlios.de/%{name}/%{tarball_name}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -17,7 +20,7 @@ their name but by the order they appear in the file allocation table (FAT). %prep -%setup -q +%setup -q -n %{tarball_name} %build @@ -40,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Dec 15 2008 Till Maas - 0.9.10-1 +- Update to new release + * Tue Dec 02 2008 Till Maas - 0.9.9.1-2 - Fix typo in %%description diff --git a/sources b/sources index a2f7126..86c4d72 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c2fce4319e92d7ff26deb6e5729bc083 fatsort-0.9.9.1.tar.gz +a86460bc658369c5119224269c8895a1 fatsort-0.9.10-187.tar.gz