summaryrefslogtreecommitdiffstats
path: root/pts
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2009-01-02 12:30:06 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2009-01-02 12:30:06 -0500
commitbb5fbf71059d706909ee1ef9036c38f51019e074 (patch)
tree9d5986bc6f944b97b1002dfb236604c422a601d2 /pts
parentcb4c4036f8ab08b1e4a1ca84a79acca17e5241f5 (diff)
downloadphoronix-test-suite-upstream-bb5fbf71059d706909ee1ef9036c38f51019e074.tar.gz
phoronix-test-suite-upstream-bb5fbf71059d706909ee1ef9036c38f51019e074.tar.xz
phoronix-test-suite-upstream-bb5fbf71059d706909ee1ef9036c38f51019e074.zip
pts: Update wine-unstable test profile to WINE v1.1.12
Diffstat (limited to 'pts')
-rw-r--r--pts/base-test-profiles/wine-unstable.xml2
-rw-r--r--pts/base-test-resources/wine-unstable/downloads.xml6
-rwxr-xr-xpts/base-test-resources/wine-unstable/install.sh6
-rw-r--r--pts/base-test-resources/wine-unstable/post.php2
4 files changed, 8 insertions, 8 deletions
diff --git a/pts/base-test-profiles/wine-unstable.xml b/pts/base-test-profiles/wine-unstable.xml
index 6efccab..e61449d 100644
--- a/pts/base-test-profiles/wine-unstable.xml
+++ b/pts/base-test-profiles/wine-unstable.xml
@@ -6,6 +6,6 @@
<ExternalDependencies>glut, libpng-development, xorg-development, bison, flex, build-utilities</ExternalDependencies>
</TestProfile>
<TestInformation>
- <SubTitle>WINE v1.1.7</SubTitle>
+ <SubTitle>WINE v1.1.12</SubTitle>
</TestInformation>
</PhoronixTestSuite>
diff --git a/pts/base-test-resources/wine-unstable/downloads.xml b/pts/base-test-resources/wine-unstable/downloads.xml
index b421936..0b67b8d 100644
--- a/pts/base-test-resources/wine-unstable/downloads.xml
+++ b/pts/base-test-resources/wine-unstable/downloads.xml
@@ -1,9 +1,9 @@
<PhoronixTestSuite>
<Downloads>
<Package>
- <URL>http://internap.dl.sourceforge.net/sourceforge/wine/wine-1.1.7.tar.bz2, http://voxel.dl.sourceforge.net/sourceforge/wine/wine-1.1.7.tar.bz2, http://garr.dl.sourceforge.net/sourceforge/wine/wine-1.1.7.tar.bz2, http://puzzle.dl.sourceforge.net/sourceforge/wine/wine-1.1.7.tar.bz2, http://internode.dl.sourceforge.net/sourceforge/wine/wine-1.1.7.tar.bz2</URL>
- <MD5>873b8dde7d05cf57351c66f32195d042</MD5>
- <FileSize>14623875</FileSize>
+ <URL>http://voxel.dl.sourceforge.net/sourceforge/wine/wine-1.1.12.tar.bz2, http://internap.dl.sourceforge.net/sourceforge/wine/wine-1.1.12.tar.bz2, http://heanet.dl.sourceforge.net/sourceforge/wine/wine-1.1.12.tar.bz2, http://waix.dl.sourceforge.net/sourceforge/wine/wine-1.1.12.tar.bz2</URL>
+ <MD5>f5270b0d2f0fca5852b5bc649c3e796d</MD5>
+ <FileSize>14794095</FileSize>
</Package>
</Downloads>
</PhoronixTestSuite>
diff --git a/pts/base-test-resources/wine-unstable/install.sh b/pts/base-test-resources/wine-unstable/install.sh
index 1936c6c..ad35988 100755
--- a/pts/base-test-resources/wine-unstable/install.sh
+++ b/pts/base-test-resources/wine-unstable/install.sh
@@ -3,13 +3,13 @@
THIS_DIR=$(pwd)
mkdir $THIS_DIR/wine_env/
-tar -jxvf wine-1.1.7.tar.bz2
-cd wine-1.1.7/
+tar -jxvf wine-1.1.12.tar.bz2
+cd wine-1.1.12/
./configure --prefix=$THIS_DIR/wine_env/
make -j $NUM_CPU_JOBS depend
make -j $NUM_CPU_JOBS
make install
cd ..
-rm -rf wine-1.1.7/
+rm -rf wine-1.1.12/
ln -s wine_env/bin/wine wine
diff --git a/pts/base-test-resources/wine-unstable/post.php b/pts/base-test-resources/wine-unstable/post.php
index 77f60c6..78651d5 100644
--- a/pts/base-test-resources/wine-unstable/post.php
+++ b/pts/base-test-resources/wine-unstable/post.php
@@ -1,6 +1,6 @@
<?php
-file_put_contents("pts-test-note", "WINE Server: WINE v1.1.7");
+file_put_contents("pts-test-note", "WINE Server: WINE v1.1.12");
?>