Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (406293827820210f18760ea5a5b8a7d13f86b952)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (406293827820210f18760ea5a5b8a7d13f86b952)
  • Date: Thu, 17 May 2012 06:00:42 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

utils/qemu/DETAILS | 6 +++++-
utils/qemu/HISTORY | 1 +
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 406293827820210f18760ea5a5b8a7d13f86b952
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

qemu: Fix branch 1.1 VERSION and SOURCE

diff --git a/utils/qemu/DETAILS b/utils/qemu/DETAILS
index fef629b..51ab8ee 100755
--- a/utils/qemu/DETAILS
+++ b/utils/qemu/DETAILS
@@ -16,10 +16,14 @@ case $QEMU_VER in
VERSION=1.0.1
;;
*)
- VERSION=1.1-rc2
+ VERSION=1.1.0-rc2
;;
esac
+if [ $QEMU_VER = 1.1 ]; then
+ SOURCE=$SPELL-$VERSION.tar.bz2
+else
SOURCE=$SPELL-$VERSION.tar.gz
+fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
case $QEMU_VER in
0.12|0.14)
diff --git a/utils/qemu/HISTORY b/utils/qemu/HISTORY
index 538e856..4319796 100644
--- a/utils/qemu/HISTORY
+++ b/utils/qemu/HISTORY
@@ -1,4 +1,5 @@
2012-05-17 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fixed branch 1.1 VERSION and SOURCE
* DETAILS, PREPARE: Added branch 1.1, and renamed 1.00 to 1.0
* PREPARE: Cut $QEMU_VER at the last dot




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (406293827820210f18760ea5a5b8a7d13f86b952), Ismael Luceno, 05/17/2012

Archive powered by MHonArc 2.6.24.

Top of Page