rpms/dosfstools/devel dosfstools.spec,1.42,1.43

Jaroslav Škarvada jskarvad at fedoraproject.org
Mon May 31 08:22:43 UTC 2010


Author: jskarvad

Update of /cvs/pkgs/rpms/dosfstools/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv647

Modified Files:
	dosfstools.spec 
Log Message:
* Mon May 31 2010 Jaroslav Škarvada <jskarvad at redhat.com> - 3.0.9-3
- Rebuilt with -fno-strict-aliasing



Index: dosfstools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dosfstools/devel/dosfstools.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- dosfstools.spec	26 Feb 2010 16:02:10 -0000	1.42
+++ dosfstools.spec	31 May 2010 08:22:42 -0000	1.43
@@ -1,7 +1,7 @@
 Name: dosfstools
 Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux
 Version: 3.0.9
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv3+
 Group: Applications/System
 Source0: http://www.daniel-baumann.ch/software/dosfstools/%{name}-%{version}.tar.bz2
@@ -17,7 +17,7 @@ drives or on floppies.
 %setup -q
 
 %build
-make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing"
 
 %install
 rm -rf %{buildroot}
@@ -33,6 +33,9 @@ rm -rf %{buildroot}
 %{_mandir}/man8/*
 
 %changelog
+* Mon May 31 2010 Jaroslav Škarvada <jskarvad at redhat.com> - 3.0.9-3
+- Rebuilt with -fno-strict-aliasing
+
 * Fri Feb 26 2010 Jaroslav Škarvada <jskarvad at redhat.com> - 3.0.9-2
 - Used bz2 compresed sources
 



More information about the scm-commits mailing list