From a47b811c05e6d2f3c609f16a55365b6df66ade15 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Jun 11 2008 09:14:17 +0000 Subject: - New upstream release --- diff --git a/.cvsignore b/.cvsignore index a61ac22..30935d6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -fatsort-0.9.8.tar.gz +fatsort-0.9.8.1.tar.gz diff --git a/fatsort-0.9.8-no_stripping.patch b/fatsort-0.9.8-no_stripping.patch deleted file mode 100644 index 3b46b70..0000000 --- a/fatsort-0.9.8-no_stripping.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -up fatsort-0.9.8/src/Makefile.no_stripping fatsort-0.9.8/src/Makefile ---- fatsort-0.9.8/src/Makefile.no_stripping 2007-10-25 23:38:44.000000000 +0200 -+++ fatsort-0.9.8/src/Makefile 2008-06-09 22:03:55.000000000 +0200 -@@ -1,7 +1,6 @@ - CC=gcc - LD=gcc - CFLAGS += -g -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 --LDFLAGS += -s - - all: fatsort - diff --git a/fatsort.spec b/fatsort.spec index a66a89c..2477730 100644 --- a/fatsort.spec +++ b/fatsort.spec @@ -1,5 +1,5 @@ Name: fatsort -Version: 0.9.8 +Version: 0.9.8.1 Release: 1%{?dist} Summary: Fatsort sorts the FAT of FAT16 and FAT32 filesystems @@ -9,7 +9,6 @@ URL: http://%{name}.berlios.de/ Source0: http://download2.berlios.de/%{name}/%{name}-%{version}.tar.gz # 2008-06-09: sent to upstream Patch0: fatsort-0.9.8-install.patch -Patch1: fatsort-0.9.8-no_stripping.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -22,11 +21,10 @@ their name but by their entry in the file allocation table. %prep %setup -q %patch0 -p1 -b .install -%patch1 -p1 -b .no_stripping + %build -export CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS" -make %{?_smp_mflags} +make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS" %install @@ -46,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jun 11 2008 Till Maas - 0.9.8.1-1 +- New upstream release + * Mon Jun 09 2008 Till Maas - 0.9.8-1 - New upstream release - move install to Makefile/patch diff --git a/sources b/sources index 9ba2f01..4d8d927 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0924e17660d71394aa9abe7a024d682e fatsort-0.9.8.tar.gz +7649801767ab288824a2a12263f09e34 fatsort-0.9.8.1.tar.gz