From bb5fbf71059d706909ee1ef9036c38f51019e074 Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Fri, 2 Jan 2009 12:30:06 -0500 Subject: pts: Update wine-unstable test profile to WINE v1.1.12 --- CHANGE-LOG | 1 + pts/base-test-profiles/wine-unstable.xml | 2 +- pts/base-test-resources/wine-unstable/downloads.xml | 6 +++--- pts/base-test-resources/wine-unstable/install.sh | 6 +++--- pts/base-test-resources/wine-unstable/post.php | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGE-LOG b/CHANGE-LOG index 6b14ec8..597bd9d 100644 --- a/CHANGE-LOG +++ b/CHANGE-LOG @@ -28,6 +28,7 @@ Phoronix Test Suite (Git) - pts: Update lzma download link for compress-lzma test profile - pts: Adjust more test profiles from using $argv to $LOG_FILE - pts: Update and fix specviewperf10 test profile +- pts: Update wine-unstable test profile to WINE v1.1.12 - pts_Graph: Tweak formatting of basic graph attributes - pts_Graph: When rendering a graph on a percent basis, format scale for 100-point basis - pts_Graph: Add more stock colors to painter 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 @@ glut, libpng-development, xorg-development, bison, flex, build-utilities - WINE v1.1.7 + WINE v1.1.12 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 @@ - 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 - 873b8dde7d05cf57351c66f32195d042 - 14623875 + 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 + f5270b0d2f0fca5852b5bc649c3e796d + 14794095 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 @@ -- cgit