rpms/xfsprogs/F-8 .cvsignore, 1.12, 1.13 sources, 1.13, 1.14 xfsprogs.spec, 1.33, 1.34 xfsprogs-2.9.4-misc-mkfs-fixes.patch, 1.1, NONE

Eric Sandeen (sandeen) fedora-extras-commits at redhat.com
Mon Jan 21 19:16:08 UTC 2008


Author: sandeen

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

Modified Files:
	.cvsignore sources xfsprogs.spec 
Removed Files:
	xfsprogs-2.9.4-misc-mkfs-fixes.patch 
Log Message:
* Mon Jan 21 2008 Eric Sandeen <sandeen at redhat.com> 2.9.5-1
- Update to xfsprogs 2.9.5
- Contains more optimal mkfs defaults
- specfile cleanup, & don't restate config defaults



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xfsprogs/F-8/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	11 Sep 2007 03:05:36 -0000	1.12
+++ .cvsignore	21 Jan 2008 19:15:31 -0000	1.13
@@ -1 +1 @@
-xfsprogs_2.9.4-1.tar.gz
+xfsprogs_2.9.5-1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xfsprogs/F-8/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	11 Sep 2007 03:05:36 -0000	1.13
+++ sources	21 Jan 2008 19:15:31 -0000	1.14
@@ -1 +1 @@
-174683e3b86b587ed59823fdbbb96ea4  xfsprogs_2.9.4-1.tar.gz
+d9079d9a8dbc7cc983ed518842ca909f  xfsprogs_2.9.5-1.tar.gz


Index: xfsprogs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfsprogs/F-8/xfsprogs.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- xfsprogs.spec	24 Oct 2007 02:14:57 -0000	1.33
+++ xfsprogs.spec	21 Jan 2008 19:15:31 -0000	1.34
@@ -1,25 +1,23 @@
-Summary: Utilities for managing the XFS filesystem
-Name: xfsprogs
-Version: 2.9.4
-Release: 4%{?dist}
+Summary:	Utilities for managing the XFS filesystem
+Name:		xfsprogs
+Version:	2.9.5
+Release:	1%{?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
 # but no mention of versions in the source.
-License: GPL+ and LGPLv2+
-Group: System Environment/Base
-URL: http://oss.sgi.com/projects/xfs/
-Source0: ftp://oss.sgi.com/projects/xfs/download/cmd_tars/%{name}_%{version}-1.tar.gz
-Source1: xfsprogs-wrapper.h
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: autoconf, libtool, gettext, gawk
-BuildRequires: readline-devel
-BuildRequires: /usr/include/uuid/uuid.h
-Provides: xfs-cmds
-Obsoletes: xfs-cmds <= %{version}
-Conflicts: xfsdump < 2.0.0
-
-Patch1: xfsprogs-2.9.4-misc-mkfs-fixes.patch
+License:	GPL+ and LGPLv2+
+Group:		System Environment/Base
+URL:		http://oss.sgi.com/projects/xfs/
+Source0:	ftp://oss.sgi.com/projects/xfs/download/cmd_tars/%{name}_%{version}-1.tar.gz
+Source1:	xfsprogs-wrapper.h
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:	autoconf, libtool, gettext, gawk
+BuildRequires:	readline-devel
+BuildRequires:	/usr/include/uuid/uuid.h
+Provides:	xfs-cmds
+Obsoletes:	xfs-cmds <= %{version}
+Conflicts:	xfsdump < 2.0.0
 
 %description
 A set of commands to use the XFS filesystem, including mkfs.xfs.
@@ -50,28 +48,23 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
-# xfsprogs does not ship ./configure
-autoconf
-#
 # xfsprogs abuses libexecdir
 export tagname=CC DEBUG=-DNDEBUG
+
 %configure \
         --sbindir=/sbin         \
         --libdir=/%{_lib}       \
         --libexecdir=%{_libdir} \
-        --bindir=%{_sbindir}    \
-        --enable-shared=yes     \
-        --enable-gettext=yes    \
-        --enable-shared-uuid=yes
+        --bindir=%{_sbindir}
+
 make %{?_smp_mflags}
-#
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make DIST_ROOT=$RPM_BUILD_ROOT install install-dev
-#
+
 # nuke .la files, etc
 rm -f $RPM_BUILD_ROOT/{%{_lib}/*.{la,a,so},%{_libdir}/*.la}
 # fix up symlink to be correct
@@ -114,6 +107,11 @@
 %{_libdir}/*.so
 
 %changelog
+* Mon Jan 21 2008 Eric Sandeen <sandeen at redhat.com> 2.9.5-1
+- Update to xfsprogs 2.9.5
+- Contains more optimal mkfs defaults
+- specfile cleanup, & don't restate config defaults
+
 * Tue Oct 23 2007 Eric Sandeen <sandeen at redhat.com> 2.9.4-4
 - Add arm to multilib header wrapper
 


--- xfsprogs-2.9.4-misc-mkfs-fixes.patch DELETED ---




More information about the fedora-extras-commits mailing list