rpms/fatsort/devel fatsort-0.9.8.3-install.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 fatsort.spec, 1.18, 1.19 sources, 1.7, 1.8

Till Maas (till) fedora-extras-commits at redhat.com
Sat Jul 26 16:32:21 UTC 2008


Author: till

Update of /cvs/pkgs/rpms/fatsort/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15176

Modified Files:
	.cvsignore 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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fatsort/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	11 Jun 2008 20:40:47 -0000	1.7
+++ .cvsignore	26 Jul 2008 16:31:51 -0000	1.8
@@ -1 +1 @@
-fatsort-0.9.8.2.tar.gz
+fatsort-0.9.8.3.tar.gz


Index: fatsort.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fatsort/devel/fatsort.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- fatsort.spec	6 Jul 2008 23:16:55 -0000	1.18
+++ fatsort.spec	26 Jul 2008 16:31:51 -0000	1.19
@@ -1,6 +1,6 @@
 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
@@ -9,6 +9,8 @@
 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)
 
 
@@ -20,7 +22,8 @@
 
 %prep
 %setup -q
-%patch -p1 -b .CFLAGS
+%patch0 -p1 -b .CFLAGS
+%patch1 -p1 -b .install
 
 
 %build
@@ -29,7 +32,6 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/%{_sbindir}
 make install DESTDIR=$RPM_BUILD_ROOT SBINDIR=%{_sbindir}
 
 
@@ -44,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/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	11 Jun 2008 20:40:47 -0000	1.7
+++ sources	26 Jul 2008 16:31:51 -0000	1.8
@@ -1 +1 @@
-3ff54fd3e262f2d4834d33129b8885aa  fatsort-0.9.8.2.tar.gz
+936d8acae7032fc1053a46e896fb53c0  fatsort-0.9.8.3.tar.gz




More information about the scm-commits mailing list