rpms/xfsprogs/devel xfsprogs-wrapper.h, 1.1, 1.2 xfsprogs.spec, 1.30, 1.31

Eric Sandeen (sandeen) fedora-extras-commits at redhat.com
Mon Oct 1 23:09:43 UTC 2007


Author: sandeen

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

Modified Files:
	xfsprogs-wrapper.h xfsprogs.spec 
Log Message:
* Mon Oct 01 2007 Eric Sandeen <sandeen at redhat.com> 2.9.4-2
- Add alpha to the multilib wrapper (#310411)



Index: xfsprogs-wrapper.h
===================================================================
RCS file: /cvs/pkgs/rpms/xfsprogs/devel/xfsprogs-wrapper.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfsprogs-wrapper.h	5 Jul 2006 13:26:08 -0000	1.1
+++ xfsprogs-wrapper.h	1 Oct 2007 23:09:10 -0000	1.2
@@ -17,6 +17,8 @@
 #include "platform_defs-s390.h"
 #elif defined(__x86_64__)
 #include "platform_defs-x86_64.h"
+#elif defined(__alpha__)
+#include "platform_defs-alpha.h"
 #else
 #error "This xfsprogs-devel package does not work your architecture?"
 #endif


Index: xfsprogs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfsprogs/devel/xfsprogs.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- xfsprogs.spec	11 Sep 2007 03:05:36 -0000	1.30
+++ xfsprogs.spec	1 Oct 2007 23:09:10 -0000	1.31
@@ -1,7 +1,7 @@
 Summary: Utilities for managing the XFS filesystem
 Name: xfsprogs
 Version: 2.9.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 # Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
 # in source, with no mention of version.
 # doc/COPYING file specifies what is GPL and what is LGPL
@@ -111,6 +111,9 @@
 %{_libdir}/*.so
 
 %changelog
+* Mon Oct 01 2007 Eric Sandeen <sandeen at redhat.com> 2.9.4-2
+- Add alpha to the multilib wrapper (#310411)
+
 * Mon Sep 10 2007 Eric Sandeen <sandeen at redhat.com> 2.9.4-1
 - Update to xfsprogs 2.9.4
 
@@ -121,7 +124,7 @@
 - Update license tag
 
 * Thu Jul 26 2007 Eric Sandeen <sandeen at redhat.com> 2.9.3-1
- - Upgrade to xfsprogs 2.9.2, quota, xfs_repair, and filestreams changes
+- Upgrade to xfsprogs 2.9.2, quota, xfs_repair, and filestreams changes
 
 * Thu Jul  6 2007 Eric Sandeen <sandeen at redhat.com> 2.8.21-1
 - Upgrade to xfsprogs 2.8.21, lazy sb counters enabled,




More information about the fedora-extras-commits mailing list