Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (bf1ea2ab72e63726ae285e4b49d67996e8782b1a)
  • Date: Fri, 2 Feb 2007 04:04:05 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT scarlet.be>:

libs/newt/DEPENDS | 9 +++++++--
libs/newt/DETAILS | 5 ++---
libs/newt/HISTORY | 6 ++++++
libs/newt/PRE_BUILD | 8 ++++----
4 files changed, 19 insertions(+), 9 deletions(-)

New commits:
commit bf1ea2ab72e63726ae285e4b49d67996e8782b1a
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

newt-0.52.5-1.fc7

diff --git a/libs/newt/DEPENDS b/libs/newt/DEPENDS
index f63d275..8e7cc55 100755
--- a/libs/newt/DEPENDS
+++ b/libs/newt/DEPENDS
@@ -1,7 +1,12 @@
depends rpmunpack &&
depends patch &&
-depends popt &&
depends slang &&
-depends tcl &&
+optional_depends gpm "--with-gpm-support" \
+ "--without-gpm-support" \
+ "mouse support" &&
+
+optional_depends tcl "--with-tcl" \
+ "--without-tcl" \
+ "tcl bindings" &&

optional_depends python '' '' 'for Python bindings'
diff --git a/libs/newt/DETAILS b/libs/newt/DETAILS
index b3f0314..dee6453 100755
--- a/libs/newt/DETAILS
+++ b/libs/newt/DETAILS
@@ -1,6 +1,6 @@
SPELL=newt
- VERSION=0.52.4-3.fc7
-
SOURCE_HASH=sha512:ea52f7cf4f9d9ffdd07640167290052ddf7488a88b06da554065f2714055d9cdb0cf35761b0c80df9e289feb8b08f5bdc78df2f17ee80ed18c5a2d661832dda2
+ VERSION=0.52.5-1.fc7
+
SOURCE_HASH=sha512:4468ef1c824293a9f48fd07e1bad7bd59a6b08f42fa332c1a3cfab87dd1df00ebb2867d9cb3de32ad0fd350c6bcda6a6edc6a7377e182e207c8b81e2be958d69
SOURCE=$SPELL-$VERSION.src.rpm
local RHL_DIR
RHL_DIR=pub/fedora/linux/core/development/source/SRPMS
@@ -10,7 +10,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
LICENSE[0]=LGPL
WEB_SITE=http://www.redhat.com/
ENTERED=20020316
- PATCHLEVEL=1
KEYWORDS="libs"
SHORT="A development library for text mode user interfaces."
cat << EOF
diff --git a/libs/newt/HISTORY b/libs/newt/HISTORY
index ac1ed20..60658b1 100644
--- a/libs/newt/HISTORY
+++ b/libs/newt/HISTORY
@@ -1,3 +1,9 @@
+2007-02-02 Treeve Jelbert <treeve01 AT pi.be>
+ * DETAILS: version 0.52.5-1.fc7
+ * PRE_BUILD: disable patching
+ * DEPENDS: tcl is optional
+ add optional gpm, remove popt
+
2007-01-16 Treeve Jelbert <treeve01 AT pi.be>
* DETAILS: PATCHLEVEL++
* PRE_BUILD: correctly apply patches
diff --git a/libs/newt/PRE_BUILD b/libs/newt/PRE_BUILD
index eb84d04..457e174 100755
--- a/libs/newt/PRE_BUILD
+++ b/libs/newt/PRE_BUILD
@@ -3,8 +3,8 @@ local FF &&
tar xzf $SPELL-*.tar.gz &&
cd $SOURCE_DIRECTORY &&
# apply multiple patches
-for FF in `ls ../*.patch`;do
- patch -p0 < $FF
-done &&
+#for FF in `ls ../*.patch`;do
+# patch -p0 < $FF
+#done &&
# remove files
-rm ../newt*{patch,gz,spec}
+rm -f ../newt*{patch,gz,spec}



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (bf1ea2ab72e63726ae285e4b49d67996e8782b1a), Treeve Jelbert, 02/02/2007

Archive powered by MHonArc 2.6.24.

Top of Page