[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4749cc460dd82aab32b1d7b5e610b8213b41540f)

Vlad Glagolev scm at sourcemage.org
Sun Mar 22 05:19:33 EDT 2009


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 utils/qemu/DETAILS |   18 ++++++++++--------
 utils/qemu/HISTORY |    3 +++
 2 files changed, 13 insertions(+), 8 deletions(-)

New commits:
commit 4749cc460dd82aab32b1d7b5e610b8213b41540f
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    qemu: => 0.10.1

diff --git a/utils/qemu/DETAILS b/utils/qemu/DETAILS
index 6ba4fb7..6d311e6 100755
--- a/utils/qemu/DETAILS
+++ b/utils/qemu/DETAILS
@@ -1,10 +1,12 @@
            SPELL=qemu
-         VERSION=0.10.0
+         VERSION=0.10.1
           SOURCE=$SPELL-$VERSION.tar.gz
          SOURCE2=$SOURCE.sig
 SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
-   SOURCE_URL[0]=http://download.savannah.gnu.org/releases/$SPELL/$SOURCE
+   SOURCE_URL[0]=http://savannah.inetbridge.net/$SPELL/$SOURCE
   SOURCE2_URL[0]=$SOURCE_URL.sig
+   SOURCE_URL[1]=http://download.savannah.gnu.org/releases/$SPELL/$SOURCE
+  SOURCE2_URL[1]=${SOURCE_URL[1]}.sig
       SOURCE_GPG=qemu.gpg:$SOURCE2:UPSTREAM_KEY
   SOURCE2_IGNORE=signature
     DISTCC_HOSTS=
@@ -19,10 +21,10 @@ QEMU achieves a good emulation speed by using dynamic translation.
 
 QEMU has two operating modes:
 
-    * Full system emulation. In this mode, QEMU emulates a full system 
-    (for example a PC), including a processor and various peripherials. 
-    It can be used to launch different Operating Systems without 
-    rebooting the PC or to debug system code.
-    * User mode emulation (Linux host only). In this mode, QEMU can 
-    launch Linux processes compiled for one CPU on another CPU. 
+* Full system emulation. In this mode, QEMU emulates a full system (for example
+  a PC), including a processor and various peripherials. It can be used to
+  launch different Operating Systems without rebooting the PC or to debug
+  system code.
+* User mode emulation (Linux host only). In this mode, QEMU can launch Linux
+  processes compiled for one CPU on another CPU. 
 EOF
diff --git a/utils/qemu/HISTORY b/utils/qemu/HISTORY
index 481821c..e5b6554 100644
--- a/utils/qemu/HISTORY
+++ b/utils/qemu/HISTORY
@@ -1,3 +1,6 @@
+2009-03-22 Vlad Glagolev <stealth at sourcemage.org>
+	* DETAILS: updated spell to 0.10.1; added 1 mirror; fixed desc
+
 2009-03-10 Vlad Glagolev <stealth at sourcemage.org>
 	* DEPENDS: changed configure flag for video output
 



More information about the SM-Commit mailing list