rpms/dosfstools/devel dosfstools.spec,1.32,1.33

Tom Callaway spot at fedoraproject.org
Mon Nov 17 22:01:55 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/dosfstools/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17265/devel

Modified Files:
	dosfstools.spec 
Log Message:
fix vfat timing bug (bz 448247)


Index: dosfstools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dosfstools/devel/dosfstools.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- dosfstools.spec	30 Sep 2008 14:55:52 -0000	1.32
+++ dosfstools.spec	17 Nov 2008 22:01:24 -0000	1.33
@@ -1,10 +1,11 @@
 Name: dosfstools
 Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux
 Version: 3.0.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv3+
 Group: Applications/System
-Source: http://www.daniel-baumann.ch/software/dosfstools/%{name}-%{version}.tar.bz2
+Source0: http://www.daniel-baumann.ch/software/dosfstools/%{name}-%{version}.tar.bz2
+Patch0: dosfstools-vfat-timingfix.diff
 URL: http://www.daniel-baumann.ch/software/dosfstools/
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Obsoletes: mkdosfs-ygg
@@ -17,6 +18,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .vfat-timingfix
 
 %build
 make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
@@ -35,6 +37,9 @@
 %{_mandir}/man8/*
 
 %changelog
+* Mon Nov 17 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 3.0.0-2
+- apply vfat timing fix (bz 448247)
+
 * Tue Sep 30 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 3.0.0-1
 - update to 3.0.0
 




More information about the scm-commits mailing list