Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (56022dab6aa91e5589e0292f65da624de99b2e2e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (56022dab6aa91e5589e0292f65da624de99b2e2e)
  • Date: Fri, 2 Dec 2011 07:50:22 -0600

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

libs/raptor/DETAILS | 2 +-
libs/raptor/HISTORY | 3 +++
python-pypi/mercurial/DETAILS | 4 ++--
python-pypi/mercurial/HISTORY | 3 +++
utils/qemu/DETAILS | 5 ++++-
utils/qemu/HISTORY | 4 ++++
utils/qemu/PREPARE | 2 +-
7 files changed, 18 insertions(+), 5 deletions(-)

New commits:
commit 7088eca227089702e1c59bb4693b579f5876b928
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mercurial: => 2.0.1

commit 0d3a62ab814b3d1a62e47c5b8e54478b7e2272e0
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

qemu: => 1.0

commit 46eb3ba3d87d163826919daf55607dad4332619e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

raptor: => 2.0.6

diff --git a/libs/raptor/DETAILS b/libs/raptor/DETAILS
index ff23c04..4af2b8d 100755
--- a/libs/raptor/DETAILS
+++ b/libs/raptor/DETAILS
@@ -1,6 +1,6 @@
SPELL=raptor
SPELLX=raptor2
- VERSION=2.0.5
+ VERSION=2.0.6
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
diff --git a/libs/raptor/HISTORY b/libs/raptor/HISTORY
index f3c1111..2d22f41 100644
--- a/libs/raptor/HISTORY
+++ b/libs/raptor/HISTORY
@@ -1,3 +1,6 @@
+2011-12-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.0.6
+
2011-11-15 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 2.0.5

diff --git a/python-pypi/mercurial/DETAILS b/python-pypi/mercurial/DETAILS
index d6fae74..a297bb4 100755
--- a/python-pypi/mercurial/DETAILS
+++ b/python-pypi/mercurial/DETAILS
@@ -1,6 +1,6 @@
SPELL=mercurial
- VERSION=2.0
-
SOURCE_HASH=sha512:78715bb2bd7ed3291089948530a59d5eff146a64179eae87904a2c328716f26749abb0c5417d6001cadfeebabb4e24985d5a59ceaae4d98c4762163970f83975
+ VERSION=2.0.1
+
SOURCE_HASH=sha512:a752329291337642cb7bd301abf13eb098e833259d245667c4103a84402773f45fbf87e5b192bc56af22161f17eeec2dd0c8220997321ab57b312b39240ee71e
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://www.selenic.com/mercurial/release/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/python-pypi/mercurial/HISTORY b/python-pypi/mercurial/HISTORY
index e99cdf0..cdebdf7 100644
--- a/python-pypi/mercurial/HISTORY
+++ b/python-pypi/mercurial/HISTORY
@@ -1,3 +1,6 @@
+2011-12-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.0.1
+
2011-11-03 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.0
* PRE{PARE,_BUILD}: removed hgtools (not compatible with 2.0)
diff --git a/utils/qemu/DETAILS b/utils/qemu/DETAILS
index 8316359..b25e463 100755
--- a/utils/qemu/DETAILS
+++ b/utils/qemu/DETAILS
@@ -1,7 +1,7 @@
SPELL=qemu

if [[ -z $QEMU_VER ]]; then
- QEMU_VER="0.15"
+ QEMU_VER="1.00"
fi

case ${QEMU_VER:0:4} in
@@ -17,6 +17,9 @@ case ${QEMU_VER:0:4} in
0.15)
VERSION=0.15.1
;;
+ 1.00)
+ VERSION=1.0
+ ;;
esac

SOURCE=$SPELL-$VERSION.tar.gz
diff --git a/utils/qemu/HISTORY b/utils/qemu/HISTORY
index 2c0d981..3f04aa3 100644
--- a/utils/qemu/HISTORY
+++ b/utils/qemu/HISTORY
@@ -1,3 +1,7 @@
+2011-11-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.0
+ * PREPARE: added 1.00 branch
+
2011-10-25 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: cflags.patch is only for 0.15+
* CONFIGURE: 0.15 adds new architectures not valid for earlier
versions
diff --git a/utils/qemu/PREPARE b/utils/qemu/PREPARE
index cbd6b4c..49b63ee 100755
--- a/utils/qemu/PREPARE
+++ b/utils/qemu/PREPARE
@@ -3,4 +3,4 @@ if [[ ${#QEMU_VER} -eq 6 ]]; then
fi

config_query_list QEMU_VER "Which branch to build?" \
- 0.15 0.14 0.13 0.12
+ 1.00 0.15 0.14 0.13 0.12



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (56022dab6aa91e5589e0292f65da624de99b2e2e), Vlad Glagolev, 12/02/2011

Archive powered by MHonArc 2.6.24.

Top of Page