Skip to Content.
Sympa Menu

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

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 (2d31e795ed121fbb65f23c2fe580d2a7b2242cd0)
  • Date: Tue, 30 Oct 2007 14:59:44 -0500

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

devel/gdb/DETAILS | 2 +-
devel/gdb/HISTORY | 3 +++
libs/redland/DEPENDS | 6 +++++-
libs/redland/HISTORY | 3 +++
telephony/sofia-sip/DETAILS | 4 ++--
telephony/sofia-sip/HISTORY | 3 +++
telephony/telepathy-sofiasip/DETAILS | 4 ++--
telephony/telepathy-sofiasip/HISTORY | 3 +++
utils/hal-info/DETAILS | 6 +++---
utils/hal-info/HISTORY | 4 ++++
utils/hal/DETAILS | 6 +++---
utils/hal/HISTORY | 5 +++++
utils/hal/libparted_check.patch | 34
++++++++++++++++------------------
13 files changed, 53 insertions(+), 30 deletions(-)

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

hal-info-20071030

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

hal-0.5.10

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

sofia-sip-1.12.7

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

telepathy-sofiasip-0.4.3

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

redland - db is optional

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

gdb-6.7.1

diff --git a/devel/gdb/DETAILS b/devel/gdb/DETAILS
index bd46dab..6c82787 100755
--- a/devel/gdb/DETAILS
+++ b/devel/gdb/DETAILS
@@ -1,5 +1,5 @@
SPELL=gdb
- VERSION=6.7
+ VERSION=6.7.1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/devel/gdb/HISTORY b/devel/gdb/HISTORY
index 3ce80a6..69cd89d 100644
--- a/devel/gdb/HISTORY
+++ b/devel/gdb/HISTORY
@@ -1,3 +1,6 @@
+2007-10-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 6.7.1
+
2007-10-13 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 6.7
* BUILD: add --disable-werror
diff --git a/libs/redland/DEPENDS b/libs/redland/DEPENDS
index 736a355..455326f 100755
--- a/libs/redland/DEPENDS
+++ b/libs/redland/DEPENDS
@@ -1,9 +1,13 @@
depends raptor "--with-raptor=system" &&
depends rasqal "--with-rasqal=system" &&
-depends db "--with-bdb=/usr" &&
depends libxml2 "--with-xml-parser=libxml" &&
depends openssl "--with-openssl-digests" &&

+optional_depends db \
+ "--with-bdb=/usr" \
+ "--with-bdb=no" \
+ "Sleepycat db support" &&
+
optional_depends sqlite \
"--with-sqlite=yes" \
"--with-sqlite=no" \
diff --git a/libs/redland/HISTORY b/libs/redland/HISTORY
index 529ed25..0d9aca2 100644
--- a/libs/redland/HISTORY
+++ b/libs/redland/HISTORY
@@ -1,3 +1,6 @@
+2007-10-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: db is optional
+
2007-05-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.6
convert to upstream key
diff --git a/telephony/sofia-sip/DETAILS b/telephony/sofia-sip/DETAILS
index d19e4cd..952aa18 100755
--- a/telephony/sofia-sip/DETAILS
+++ b/telephony/sofia-sip/DETAILS
@@ -1,6 +1,6 @@
SPELL=sofia-sip
- VERSION=1.12.6
-
SOURCE_HASH=sha512:0589283bce66823a25af2ae587006f4b1a2e596e46a4650c80031db6b262bef4d022e207aa613e3287ed761f768c808b7035efdacf13756a0bc072d4dd6d4e17
+ VERSION=1.12.7
+
SOURCE_HASH=sha512:c76827829dff3e388fd92cc000bcfa50542c3629638045c48ed8e0a7ca473f94dc72fc33830d433c3e5b9d6948eb96ae5f067581476d1b3e0e316bdd75a218b2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/telephony/sofia-sip/HISTORY b/telephony/sofia-sip/HISTORY
index 0dc9d8e..2f80eb0 100644
--- a/telephony/sofia-sip/HISTORY
+++ b/telephony/sofia-sip/HISTORY
@@ -1,3 +1,6 @@
+2007-10-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.12.7
+
2007-04-26 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.12.6

diff --git a/telephony/telepathy-sofiasip/DETAILS
b/telephony/telepathy-sofiasip/DETAILS
index 376cdf6..7b933f0 100755
--- a/telephony/telepathy-sofiasip/DETAILS
+++ b/telephony/telepathy-sofiasip/DETAILS
@@ -1,6 +1,6 @@
SPELL=telepathy-sofiasip
- VERSION=0.3.30
-
SOURCE_HASH=sha512:d4d06a6a7f2f10d85592a7990c0a9fff47ccb4bcaf2c5077b33f6254399b3542cfe1c549077e67d284348b859bab9e8e0f3ed2c0a1a5a97dd80fc17691a035ff
+ VERSION=0.4.3
+
SOURCE_HASH=sha512:85e4864fc49181679036faa4c5e5ea4aa81d3cb1a7bc7dc9e6587f8de29c068a2c5c1e39cc789628249c8898a1f577d3b2376f811bd021bf59ca8311db247f59
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://sourceforge.net/projects/tp-sofiasip
diff --git a/telephony/telepathy-sofiasip/HISTORY
b/telephony/telepathy-sofiasip/HISTORY
index 29f3125..7c0496f 100644
--- a/telephony/telepathy-sofiasip/HISTORY
+++ b/telephony/telepathy-sofiasip/HISTORY
@@ -1,3 +1,6 @@
+2007-10-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.3
+
2007-09-20 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.3.30

diff --git a/utils/hal-info/DETAILS b/utils/hal-info/DETAILS
index 83be703..dfdce53 100755
--- a/utils/hal-info/DETAILS
+++ b/utils/hal-info/DETAILS
@@ -1,9 +1,9 @@
SPELL=hal-info
- VERSION=20070618
-
SOURCE_HASH=sha512:accc9075048978d3114e92583e7874f1220d94db903b89065d5d194fdf88d4303c130475426ec1136bdef3376b1327dfd0f3123a53639a68fd753b1b5ce96be4
+ VERSION=20071030
+
SOURCE_HASH=sha512:c02e6499cf1d1910ef4865f819a42be7b6b3fe828c735e09e50279a574ad0f5fa3829bd98e6b5043aa49907867179fabe2c88e666c5e91ff28f9a2f84cb1cd70
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://people.freedesktop.org/~david/dist/$SOURCE
+ SOURCE_URL[0]=http://hal.freedesktop.org/releases/$SOURCE
WEB_SITE=http://freedesktop.org/wiki/Software/hal
LICENSE[0]=GPL
ENTERED=20070424
diff --git a/utils/hal-info/HISTORY b/utils/hal-info/HISTORY
index 3fe1139..b301ddf 100644
--- a/utils/hal-info/HISTORY
+++ b/utils/hal-info/HISTORY
@@ -1,3 +1,7 @@
+2007-10-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 20071030
+ new url
+
2007-06=2- Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 20070618

diff --git a/utils/hal/DETAILS b/utils/hal/DETAILS
index d1f61a9..12541ab 100755
--- a/utils/hal/DETAILS
+++ b/utils/hal/DETAILS
@@ -1,9 +1,9 @@
SPELL=hal
- VERSION=0.5.9.1
-
SOURCE_HASH=sha512:0705eb15a406090829b4339cc0714acda8ebb11cf840e8c20d7e9a3ff7cca9ed48c55d323b3b14599becf87b079ed3e694cc1b46f1e87ec7237648bc4d456cda
+ VERSION=0.5.10
+
SOURCE_HASH=sha512:eec0e82046e3f772e7e7415338d5cb317e1febb0b93544764260076e4555ab7255ba0d24cd0e8f7ec0d5ff5a7c428e40dc4ff624f05463e88513e67131a843ba
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://freedesktop.org/~david/dist/$SOURCE
+ SOURCE_URL[0]=http://hal.freedesktop.org/releases/$SOURCE
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
WEB_SITE=http://freedesktop.org/Software/hal
ENTERED=20040904
diff --git a/utils/hal/HISTORY b/utils/hal/HISTORY
index a4cf5bd..272cea3 100644
--- a/utils/hal/HISTORY
+++ b/utils/hal/HISTORY
@@ -1,3 +1,8 @@
+2007-10-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.5.10
+ new url
+ * libparted_check.patch: updated
+
2007-09-24 Treeve Jelbert <treeve AT sourcemage.org>
* BUILD, CONFIGURE: uncomment selinx stuff

diff --git a/utils/hal/libparted_check.patch b/utils/hal/libparted_check.patch
index d7d8131..09586a4 100644
--- a/utils/hal/libparted_check.patch
+++ b/utils/hal/libparted_check.patch
@@ -1,35 +1,33 @@
-diff -uNr hal-0.5.9.1/configure hal-0.5.9.1.cp/configure
---- hal-0.5.9.1/configure 2007-06-12 20:27:26.000000000 +0200
-+++ hal-0.5.9.1.cp/configure 2007-06-21 10:04:22.000000000 +0200
-@@ -22743,8 +22743,8 @@
+diff -uNr hal-0.5.10/configure hal-0.5.10.cp/configure
+--- hal-0.5.10/configure 2007-09-25 21:08:31.000000000 +0200
++++ hal-0.5.10.cp/configure 2007-10-30 20:50:49.000000000 +0100
+@@ -21845,8 +21845,8 @@
{ (exit 1); exit 1; }; }
fi

-- { echo "$as_me:$LINENO: checking for libparted == 1.7.1, 1.8.0, 1.8.1,
1.8.2, 1.8.6" >&5
--echo $ECHO_N "checking for libparted == 1.7.1, 1.8.0, 1.8.1, 1.8.2,
1.8.6... $ECHO_C" >&6; }
-+ { echo "$as_me:$LINENO: checking for libparted == 1.7.1, 1.8.0, 1.8.1,
1.8.2, 1.8.6, 1.8.7" >&5
-+echo $ECHO_N "checking for libparted == 1.7.1, 1.8.0, 1.8.1, 1.8.2, 1.8.6,
1.8.8... $ECHO_C" >&6; }
+- { echo "$as_me:$LINENO: checking for libparted == 1.7.1, 1.8.0, 1.8.1,
1.8.2, 1.8.6, 1.8.7" >&5
+-echo $ECHO_N "checking for libparted == 1.7.1, 1.8.0, 1.8.1, 1.8.2, 1.8.6,
1.8.7... $ECHO_C" >&6; }
++ { echo "$as_me:$LINENO: checking for libparted == 1.7.1, 1.8.0, 1.8.1,
1.8.2, 1.8.6, 1.8.7, 1.8.8" >&5
++echo $ECHO_N "checking for libparted == 1.7.1, 1.8.0, 1.8.1, 1.8.2, 1.8.6,
1.8.7, 1.8.8... $ECHO_C" >&6; }
LDFLAGS=-lparted
if test "$cross_compiling" = yes; then
{ { echo "$as_me:$LINENO: error: cannot run test program while cross
compiling
-@@ -22774,7 +22774,8 @@
- (major == 1 && minor == 8 && micro == 0) ||
+@@ -21878,7 +21878,8 @@
(major == 1 && minor == 8 && micro == 1) ||
(major == 1 && minor == 8 && micro == 2) ||
-- (major == 1 && minor == 8 && micro == 6))
-+ (major == 1 && minor == 8 && micro == 6) ||
+ (major == 1 && minor == 8 && micro == 6) ||
+- (major == 1 && minor == 8 && micro == 7))
++ (major == 1 && minor == 8 && micro == 7) ||
+ (major == 1 && minor == 8 && micro == 8))
return 0;

return 1;
-@@ -22809,8 +22810,8 @@
- sed 's/^/| /' conftest.$ac_ext >&5
+@@ -21914,7 +21915,7 @@

( exit $ac_status )
--{ { echo "$as_me:$LINENO: error: *** Requires libparted ==
1.7.1/1.8.0/1.8.1/1.8.2 or 1.8.6" >&5
--echo "$as_me: error: *** Requires libparted == 1.7.1/1.8.0/1.8.1/1.8.2 or
1.8.6" >&2;}
-+{ { echo "$as_me:$LINENO: error: *** Requires libparted ==
1.7.1/1.8.0/1.8.1/1.8.2 or 1.8.6/7" >&5
-+echo "$as_me: error: *** Requires libparted == 1.7.1/1.8.0/1.8.1/1.8.2 or
1.8.6/7/8" >&2;}
+ { { echo "$as_me:$LINENO: error: *** Requires libparted ==
1.7.1/1.8.0/1.8.1/1.8.2/1.8.6 or 1.8.7" >&5
+-echo "$as_me: error: *** Requires libparted ==
1.7.1/1.8.0/1.8.1/1.8.2/1.8.6 or 1.8.7" >&2;}
++echo "$as_me: error: *** Requires libparted ==
1.7.1/1.8.0/1.8.1/1.8.2/1.8.6/1.8.7 or 1.8.8" >&2;}
{ (exit 1); exit 1; }; }
fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext
conftest.$ac_objext conftest.$ac_ext



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (2d31e795ed121fbb65f23c2fe580d2a7b2242cd0), Treeve Jelbert, 10/30/2007

Archive powered by MHonArc 2.6.24.

Top of Page