[SM-Commit] PERFORCE change 77842 by Treeve Jelbert for review

Perforce Review Daemon p4review at smee.org
Tue Apr 18 04:00:01 EDT 2006


Change 77842 by treeve_jelbert at treeve-knowhow on 2006/04/18 08:55:39

	newt   0.52.2-5.2

Affected files ...

... //sgl/grimoires/test/libs/newt/DETAILS#5 integrate
... //sgl/grimoires/test/libs/newt/HISTORY#7 integrate
... //sgl/grimoires/test/libs/newt/PRE_BUILD#3 integrate
... //sgl/grimoires/test/libs/newt/UP_TRIGGERS#1 branch

Differences ...

==== //sgl/grimoires/test/libs/newt/DETAILS#5 (xtext) ====

@@ -1,12 +1,12 @@
            SPELL=newt
-         VERSION=0.51.6-7
+         VERSION=0.52.2-5.2
+     SOURCE_HASH=sha512:2ba3507ed6c39031d2b5dc989447f1000be2349c7de4c126530d3639c5e7a517cc97e349f9ec395255a924796ef252730e1a67dbdb3c1dd69b1d0db40573d52c
           SOURCE=$SPELL-$VERSION.src.rpm
 local RHL_DIR
-          RHL_DIR=pub/fedora/linux/core/4/SRPMS
+          RHL_DIR=pub/fedora/linux/core/5/source/SRPMS
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION//-*}
    SOURCE_URL[0]=ftp://download.fedora.redhat.com/$RHL_DIR/$SOURCE
    SOURCE_URL[1]=ftp://mirror.mcs.anl.gov/$RHL_DIR/$SOURCE
-     SOURCE_HASH=sha512:9f6694a09609b8d2eccfcd8f9a102148e3e3d0c2b03779c18fd8bf34aa81d352110250b641af53e11d9ee4aaaa0f0308e87a9d8805724d9a33cbad615c54b6e7
       LICENSE[0]=LGPL
         WEB_SITE=http://www.redhat.com/
          ENTERED=20020316

==== //sgl/grimoires/test/libs/newt/HISTORY#7 (text) ====

@@ -1,3 +1,8 @@
+2006-04-17 Treeve Jelbert <treeve01 at pi.be>
+	* DETAILS: version 0.52.2-5.2
+	* PRE_BUILD: apply multiple patches
+	* UP_TRIGGERS: add, check for library version change (affects partimage)
+
 2006-03-12 Karsten Behrmann <BearPerson at sourcemage.org>
 	* DETAILS: (automated) Add KEYWORDS
 

==== //sgl/grimoires/test/libs/newt/PRE_BUILD#3 (xtext) ====

@@ -1,7 +1,10 @@
 default_pre_build                 &&
-tar xzf  $SPELL-*.tar.gz          &&
-# apply patches
-patch -p0 < newt*.patch           &&
+local FF                           &&
+tar xzf $SPELL-*.tar.gz          &&
+cd $SOURCE_DIRECTORY             &&
+# apply multiple patches
+for FF in `ls ../*.patch`;do
+  patch -p1 < $FF
+done                              &&
 # remove files
-rm newt*{patch,gz,spec}           &&
-cd $SOURCE_DIRECTORY
+rm ../newt*{patch,gz,spec}



More information about the SM-Commit mailing list