rpms/xfsprogs/F-7 xfsprogs-2.8.20-fix-type-test.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 sources, 1.9, 1.10 xfsprogs.spec, 1.23, 1.24

Eric Sandeen (sandeen) fedora-extras-commits at redhat.com
Thu Jul 26 19:51:52 UTC 2007


Author: sandeen

Update of /cvs/pkgs/rpms/xfsprogs/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11467

Modified Files:
	.cvsignore sources xfsprogs.spec 
Added Files:
	xfsprogs-2.8.20-fix-type-test.patch 
Log Message:
Update to 2.8.21


xfsprogs-2.8.20-fix-type-test.patch:

--- NEW FILE xfsprogs-2.8.20-fix-type-test.patch ---
Index: xfsprogs-2.8.20/aclocal.m4
===================================================================
--- xfsprogs-2.8.20.orig/aclocal.m4
+++ xfsprogs-2.8.20/aclocal.m4
@@ -317,7 +317,7 @@ AC_DEFUN([AC_TYPE_U32],
 #include <stddef.h>
     ], [
          __u32  u32;
-    ], AC_DEFINE(HAVE___U32_T) AC_MSG_RESULT(yes) , AC_MSG_RESULT(no))
+    ], AC_DEFINE(HAVE___U32) AC_MSG_RESULT(yes) , AC_MSG_RESULT(no))
   ])
 
 # 
Index: xfsprogs-2.8.20/m4/package_types.m4
===================================================================
--- xfsprogs-2.8.20.orig/m4/package_types.m4
+++ xfsprogs-2.8.20/m4/package_types.m4
@@ -37,7 +37,7 @@ AC_DEFUN([AC_TYPE_U32],
 #include <stddef.h>
     ], [
          __u32  u32;
-    ], AC_DEFINE(HAVE___U32_T) AC_MSG_RESULT(yes) , AC_MSG_RESULT(no))
+    ], AC_DEFINE(HAVE___U32) AC_MSG_RESULT(yes) , AC_MSG_RESULT(no))
   ])
 
 # 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xfsprogs/F-7/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	4 Feb 2007 04:55:43 -0000	1.8
+++ .cvsignore	26 Jul 2007 19:51:20 -0000	1.9
@@ -1 +1 @@
-xfsprogs_2.8.18-1.tar.gz
+xfsprogs_2.8.21-1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xfsprogs/F-7/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	4 Feb 2007 04:55:43 -0000	1.9
+++ sources	26 Jul 2007 19:51:20 -0000	1.10
@@ -1 +1 @@
-6ce9e198cc79ebec6f6fb1f34ffa7709  xfsprogs_2.8.18-1.tar.gz
+a40b7d656c9ddb775c3f221433cbf08a  xfsprogs_2.8.21-1.tar.gz


Index: xfsprogs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfsprogs/F-7/xfsprogs.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- xfsprogs.spec	6 Mar 2007 18:19:28 -0000	1.23
+++ xfsprogs.spec	26 Jul 2007 19:51:20 -0000	1.24
@@ -1,7 +1,7 @@
 Summary: Utilities for managing the XFS filesystem
 Name: xfsprogs
-Version: 2.8.18
-Release: 3%{?dist}
+Version: 2.8.21
+Release: 1%{?dist}
 License: GPL
 Group: System Environment/Base
 URL: http://oss.sgi.com/projects/xfs/
@@ -15,6 +15,8 @@
 Obsoletes: xfs-cmds <= %{version}
 Conflicts: xfsdump < 2.0.0
 
+Patch1: xfsprogs-2.8.20-fix-type-test.patch
+
 %description
 A set of commands to use the XFS filesystem, including mkfs.xfs.
 
@@ -44,6 +46,8 @@
 
 %prep
 %setup -q
+# Fix autoconf u32 test for ppc64
+%patch1 -p1 -b .type_test
 #
 %build
 # xfsprogs does not ship ./configure
@@ -107,6 +111,16 @@
 %{_libdir}/*.so
 
 %changelog
+* Thu Jul  6 2007 Eric Sandeen <sandeen at redhat.com> 2.8.21-1
+- Upgrade to xfsprogs 2.8.21, lazy sb counters enabled,
+  xfs_quota fix (#236746)
+
+* Thu May 31 2007 Eric Sandeen <sandeen at redhat.com> 2.8.20-2
+- Fix ppc64 build... again
+
+* Fri May 25 2007 Eric Sandeen <sandeen at redhat.com> 2.8.20-1
+- Upgrade to xfsprogs 2.8.20, several xfs_repair fixes
+
 * Tue Mar 06 2007 Miroslav Lichvar <mlichvar at redhat.com> 2.8.18-3
 - Remove libtermcap-devel from BuildRequires
 




More information about the scm-commits mailing list