Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c67ea0c4a08069cef1a95fcd11561f86d43829e3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c67ea0c4a08069cef1a95fcd11561f86d43829e3)
  • Date: Mon, 22 Apr 2013 05:08:24 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

devel/libunwind/BUILD | 4 +++-
devel/libunwind/DETAILS | 10 +++++++++-
devel/libunwind/PREPARE | 2 ++
python-pypi/mercurial/DETAILS | 4 ++--
python-pypi/mercurial/HISTORY | 3 +++
5 files changed, 19 insertions(+), 4 deletions(-)

New commits:
commit c67ea0c4a08069cef1a95fcd11561f86d43829e3
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

mercurial: => 2.5.4

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

libunwind: => 1.1

diff --git a/devel/libunwind/BUILD b/devel/libunwind/BUILD
index 3afa5d0..ce7473a 100755
--- a/devel/libunwind/BUILD
+++ b/devel/libunwind/BUILD
@@ -1,7 +1,9 @@
+if [[$LIBUNWIND_BRANCH == scm]];then
mkdir -p config &&
libtoolize --copy &&
aclocal &&
autoheader &&
automake --add-missing --copy &&
-autoconf &&
+autoconf
+fi &&
default_build
diff --git a/devel/libunwind/DETAILS b/devel/libunwind/DETAILS
index 3798004..e98c502 100755
--- a/devel/libunwind/DETAILS
+++ b/devel/libunwind/DETAILS
@@ -1,4 +1,5 @@
SPELL=libunwind
+if [[$LIBUNWIND_BRANCH == scm]];then
if [[ "$DRM_AUTOUPDATE" == "y" ]]
then
VERSION="$(date +%Y%m%d)"
@@ -9,7 +10,14 @@ fi
FORCE_DOWNLOAD=on
SOURCE_URL=git://git.sv.gnu.org/libunwind.git
SOURCE_IGNORE=volatile
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-git
+else
+ VERSION=1.1
+
SOURCE_HASH=sha512:bfe04f2bfac9f9e47c37f0b23ed2f264d8d3d3d6f1392fe9d794ee13cad216b3740979e922e4276fb65c1ccdc836fce48812cb5459ecdd2a89a621036a35d7c1
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL=http://download.savannah.gnu.org/releases/libunwind/$SOURCE
+fi
+
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://www.nongnu.org/libunwind/
ENTERED=20090421
LICENSE[0]=MIT
diff --git a/devel/libunwind/PREPARE b/devel/libunwind/PREPARE
new file mode 100755
index 0000000..98d27e4
--- /dev/null
+++ b/devel/libunwind/PREPARE
@@ -0,0 +1,2 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch stable scm
diff --git a/python-pypi/mercurial/DETAILS b/python-pypi/mercurial/DETAILS
index b57dab0..01a754d 100755
--- a/python-pypi/mercurial/DETAILS
+++ b/python-pypi/mercurial/DETAILS
@@ -1,6 +1,6 @@
SPELL=mercurial
- VERSION=2.5.3
-
SOURCE_HASH=sha512:be952e6fa15859074ee627a69bad3a4ccce79cb676e349d88c4aea280e0bd2afd4c1c24f953174b9faf4a4ca6f60c39f66d21751cbe98871076260ec3ed30a13
+ VERSION=2.5.4
+
SOURCE_HASH=sha512:928fdeaaf0eaec80adbd8765521de9666ab56aaa2101fb9ab2cb392d8b29475d3b052d89652ff9b67522cfcc6cd958717ac715f51b0573ee088e9a595f29afe2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://mercurial.selenic.com/release/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/python-pypi/mercurial/HISTORY b/python-pypi/mercurial/HISTORY
index e202da9..d057f5f 100644
--- a/python-pypi/mercurial/HISTORY
+++ b/python-pypi/mercurial/HISTORY
@@ -1,3 +1,6 @@
+2013-04-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: updated to 2.5.4
+
2013-04-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: updated to 2.5.3




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c67ea0c4a08069cef1a95fcd11561f86d43829e3), Treeve Jelbert, 04/22/2013

Archive powered by MHonArc 2.6.24.

Top of Page