rpms/fatsort/F-8 fatsort-0.9.8.3-install.patch, NONE, 1.1 fatsort.spec, 1.12, 1.13 sources, 1.5, 1.6

Till Maas (till) fedora-extras-commits at redhat.com
Sat Jul 26 17:05:57 UTC 2008


Author: till

Update of /cvs/pkgs/rpms/fatsort/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23000

Modified Files:
	fatsort.spec sources 
Added Files:
	fatsort-0.9.8.3-install.patch 
Log Message:
* Tue Jul 15 2008 Till Maas <opensource at till.name> - 0.9.8.3-1
- Update to new version
- Fix Makefile install target


fatsort-0.9.8.3-install.patch:

--- NEW FILE fatsort-0.9.8.3-install.patch ---
diff -up fatsort-0.9.8.3/src/Makefile.install fatsort-0.9.8.3/src/Makefile
--- fatsort-0.9.8.3/src/Makefile.install	2008-07-15 12:02:14.000000000 +0200
+++ fatsort-0.9.8.3/src/Makefile	2008-07-15 12:02:50.000000000 +0200
@@ -44,7 +44,7 @@ misc.o: misc.c misc.h options.h Makefile
 	$(CC) ${CFLAGS} -c $< -o $@
 
 install:
-	install -m 0755 -p -D fatsort $(DESTDIR)$(SBINDIR)
+	install -m 0755 -p -D fatsort $(DESTDIR)$(SBINDIR)/fatsort
 
 clean:
 	rm -f *.o fatsort


Index: fatsort.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fatsort/F-8/fatsort.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- fatsort.spec	6 Jul 2008 23:14:58 -0000	1.12
+++ fatsort.spec	26 Jul 2008 17:05:27 -0000	1.13
@@ -1,13 +1,16 @@
 Name:           fatsort
-Version:        0.9.8.2
-Release:        2%{?dist}
+Version:        0.9.8.3
+Release:        1%{?dist}
 Summary:        Fatsort sorts the FAT of FAT16 and FAT32 filesystems
 
 Group:          Applications/System
 License:        GPLv2+
 URL:            http://%{name}.berlios.de/
 Source0:        http://download2.berlios.de/%{name}/%{name}-%{version}.tar.gz
+# 2008-07-07: sent to upstream via personal e-mail
 Patch0:         fatsort-0.9.8.2-CFLAGS.patch
+# 2008-07-15: sent to upstream via personal e-mail
+Patch1:         fatsort-0.9.8.3-install.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 
@@ -19,7 +22,8 @@
 
 %prep
 %setup -q
-%patch -p1 -b .CFLAGS
+%patch0 -p1 -b .CFLAGS
+%patch1 -p1 -b .install
 
 
 %build
@@ -28,7 +32,6 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/%{_sbindir}
 make install DESTDIR=$RPM_BUILD_ROOT SBINDIR=%{_sbindir}
 
 
@@ -43,6 +46,10 @@
 
 
 %changelog
+* Tue Jul 15 2008 Till Maas <opensource at till.name> - 0.9.8.3-1
+- Update to new version
+- Fix Makefile install target
+
 * Mon Jul 07 2008 Till Maas <opensource at till.name> - 0.9.8.2-2
 - Fix CFLAGS handling in the Makefile (Red Hat Bug #454212)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fatsort/F-8/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	11 Jun 2008 20:57:11 -0000	1.5
+++ sources	26 Jul 2008 17:05:27 -0000	1.6
@@ -1 +1 @@
-3ff54fd3e262f2d4834d33129b8885aa  fatsort-0.9.8.2.tar.gz
+936d8acae7032fc1053a46e896fb53c0  fatsort-0.9.8.3.tar.gz




More information about the fedora-extras-commits mailing list