[Lunar-commits] CVS: moonbase/utils/parted BUILD, 1.1, 1.2 DETAILS, 1.5, 1.6

Terry Chan tchan at lunar-linux.org
Sat Mar 20 18:46:52 GMT 2004


Update of /var/cvs/lunar/moonbase/utils/parted
In directory dbguin.lunar-linux.org:/tmp/cvs-serv17208

Modified Files:
	BUILD DETAILS 
Log Message:
Version bump to 1.6.7.  Compiled and tested with gcc-3.3.3 and kernel-headers
2.4.x.  The patch from 1.6.6 is no longer necessary and was removed.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/parted/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	19 Oct 2003 06:13:58 -0000	1.1
+++ BUILD	20 Mar 2004 18:46:50 -0000	1.2
@@ -1,6 +1,9 @@
 (
 
-  patch_it  $SOURCE_CACHE/$SOURCE2 1 &&
+  # Hopefully this is a temporary hack to clean up the mess the parted devs made.
+  sedit "/^intl\/Makefile/d" configure.in &&
+  aclocal &&
+  autoconf &&
 
   default_build
 

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/parted/DETAILS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DETAILS	19 Oct 2003 06:13:58 -0000	1.5
+++ DETAILS	20 Mar 2004 18:46:50 -0000	1.6
@@ -1,16 +1,14 @@
           MODULE=parted
-         VERSION=1.6.6
-        #VERSION=1.6.5
+         VERSION=1.6.7
+        #VERSION=1.6.6
           SOURCE=$MODULE-$VERSION.tar.gz
-         SOURCE2=$MODULE-$VERSION-disk_sun-1.patch
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=$GNU_URL/$MODULE/$SOURCE
    SOURCE_URL[1]=ftp://ftp.gnu.org/gnu/$MODULE/$SOURCE
-  SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
-   SOURCE_VFY[0]=md5:563ab3855124c2ed706ea71eb8e47cf5
+   SOURCE_VFY[0]=md5:ad717f3705dcbfb75d002a25b1096bdb
         WEB_SITE=http://www.gnu.org/software/parted
          ENTERED=20010922
-         UPDATED=20031018
+         UPDATED=20040320
            SHORT="GNU Parted allows you to create, destroy, resize, and copy partitions."
 cat << EOF
 GNU Parted allows you to create, destroy, resize, and copy partitions.  



More information about the Lunar-commits mailing list