Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (580f232f366172cb5f9e78a3c789847ad13993a0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (580f232f366172cb5f9e78a3c789847ad13993a0)
  • Date: Sun, 14 Dec 2008 21:12:40 -0600

GIT changes to master grimoire by David Kowis <dkowis AT shlrm.org>:

cluster/ocfs2-tools/DEPENDS | 3 ++-
cluster/ocfs2-tools/DETAILS | 6 +++---
cluster/ocfs2-tools/HISTORY | 4 ++++
3 files changed, 9 insertions(+), 4 deletions(-)

New commits:
commit 580f232f366172cb5f9e78a3c789847ad13993a0
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

ocfs2-tools: Updated to the latest version and fixed dependencies

diff --git a/cluster/ocfs2-tools/DEPENDS b/cluster/ocfs2-tools/DEPENDS
index 4bbde56..fcf03b5 100755
--- a/cluster/ocfs2-tools/DEPENDS
+++ b/cluster/ocfs2-tools/DEPENDS
@@ -1,7 +1,8 @@
depends e2fsprogs &&
+depends pkg-config &&
+depends glib2 &&

if [ "$OCFS2_CONSOLE" == "y" ]; then
- depends glib2 &&
depends pygtk2 &&
depends vte
fi
diff --git a/cluster/ocfs2-tools/DETAILS b/cluster/ocfs2-tools/DETAILS
index 573d038..5ab67bb 100755
--- a/cluster/ocfs2-tools/DETAILS
+++ b/cluster/ocfs2-tools/DETAILS
@@ -1,8 +1,8 @@
SPELL=ocfs2-tools
- VERSION=1.2.6
+ VERSION=1.4.1
SOURCE=${SPELL}-${VERSION}.tar.gz
-
SOURCE_URL[0]=http://oss.oracle.com/projects/${SPELL}/dist/files/source/v1.2/${SOURCE}
-
SOURCE_HASH=sha512:51b9e9820c4a82a1ee4f785fe7a19cfce271dbfa5587bca8cac752c9a60b41520fa72f50b50bb4ae08ee8f8132176d622a2f780b344b78f4e4438a33e765a096
+
SOURCE_URL[0]=http://oss.oracle.com/projects/${SPELL}/dist/files/source/v1.4/${SOURCE}
+
SOURCE_HASH=sha512:ad86c659182bf0326752460d8204e4e4eb049e5edef19427464344791b2c095020f03cfb9c2cf2784e944c07c90133b07474e6d5eb3accc1c1cffe9f8d71d957
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://oss.oracle.com/projects/${SPELL}
ENTERED=20060711
diff --git a/cluster/ocfs2-tools/HISTORY b/cluster/ocfs2-tools/HISTORY
index da72696..f5892da 100644
--- a/cluster/ocfs2-tools/HISTORY
+++ b/cluster/ocfs2-tools/HISTORY
@@ -1,3 +1,7 @@
+2008-12-14 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: updated to 1.4.1
+ * DEPENDS: needs pkgconfig and glib2 always now
+
2007-08-01 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 1.2.6
* BUILD: rewritten because some makefiles use ${OPTS},



  • [SM-Commit] GIT changes to master grimoire by David Kowis (580f232f366172cb5f9e78a3c789847ad13993a0), David Kowis, 12/14/2008

Archive powered by MHonArc 2.6.24.

Top of Page