Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (c266ffcd5c3c5b28391ba966c7bc7c981e0ccdeb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (c266ffcd5c3c5b28391ba966c7bc7c981e0ccdeb)
  • Date: Fri, 23 Mar 2007 20:15:26 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

dev/null |binary
gnome2-apps/gnome-power-manager/DETAILS | 2
-
gnome2-apps/gnome-power-manager/HISTORY | 3
++
gnome2-apps/gnome-power-manager/gnome-power-manager-2.18.0.tar.gz.sig | 0
gnome2-apps/gnome-power-manager/gnome-power-manager-2.18.1.tar.gz.sig |binary
gnome2-apps/mergeant/DETAILS | 4
+--
gnome2-apps/mergeant/HISTORY | 3
++
gnome2-apps/mergeant/mergeant-0.65.tar.gz.sig |binary
gnome2-apps/mergeant/mergeant-0.66.tar.gz.sig |binary
gnome2-libs/libgda2-dev/BUILD | 2
-
gnome2-libs/libgda2-dev/DEPENDS | 13
+++-------
gnome2-libs/libgda2-dev/DETAILS | 4
+--
gnome2-libs/libgda2-dev/HISTORY | 5
+++
gnome2-libs/libgda2-dev/libgda-2.99.6.tar.bz2.sig |binary
gnome2-libs/libgnomedb-dev/DETAILS | 2
-
gnome2-libs/libgnomedb-dev/HISTORY | 3
++
gnome2-libs/libgnomedb-dev/libgnomedb-2.99.5.tar.bz2.sig | 0
gnome2-libs/libgnomedb-dev/libgnomedb-2.99.6.tar.bz2.sig |binary
18 files changed, 24 insertions(+), 17 deletions(-)

New commits:
commit c266ffcd5c3c5b28391ba966c7bc7c981e0ccdeb
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

gnome-power-manager: updated to 2.18.1

commit 63fb893fb857c490ffb78c84bad1b357cc735715
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

mergeant: updated to 0.66

commit 8594e053946a282ccbfde3aa1975743162cc0629
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

libgnomedb-dev: updated to 2.99.6

commit afe4a184e1bb40d9777a4f63cac4a29f1e26e7be
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

libgda2-dev: updated to 2.99.6

diff --git a/gnome2-apps/gnome-power-manager/DETAILS
b/gnome2-apps/gnome-power-manager/DETAILS
index 0abcc73..1e1dfa0 100755
--- a/gnome2-apps/gnome-power-manager/DETAILS
+++ b/gnome2-apps/gnome-power-manager/DETAILS
@@ -1,5 +1,5 @@
SPELL=gnome-power-manager
- VERSION=2.18.0
+ VERSION=2.18.1
SOURCE=${SPELL}-${VERSION}.tar.gz
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE_URL[0]=ftp://ftp.gnome.org/pub/GNOME/sources/$SPELL/$BRANCH/$SOURCE
diff --git a/gnome2-apps/gnome-power-manager/HISTORY
b/gnome2-apps/gnome-power-manager/HISTORY
index b1e9835..c25d638 100644
--- a/gnome2-apps/gnome-power-manager/HISTORY
+++ b/gnome2-apps/gnome-power-manager/HISTORY
@@ -1,3 +1,6 @@
+2007-03-23 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.18.1
+
2007-03-16 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.18.0

diff --git
a/gnome2-apps/gnome-power-manager/gnome-power-manager-2.18.0.tar.gz.sig
b/gnome2-apps/gnome-power-manager/gnome-power-manager-2.18.0.tar.gz.sig
deleted file mode 100644
index 537a8c0..0000000
Binary files
a/gnome2-apps/gnome-power-manager/gnome-power-manager-2.18.0.tar.gz.sig and
/dev/null differ
diff --git
a/gnome2-apps/gnome-power-manager/gnome-power-manager-2.18.1.tar.gz.sig
b/gnome2-apps/gnome-power-manager/gnome-power-manager-2.18.1.tar.gz.sig
new file mode 100644
index 0000000..4818d40
Binary files /dev/null and
b/gnome2-apps/gnome-power-manager/gnome-power-manager-2.18.1.tar.gz.sig differ
diff --git a/gnome2-apps/mergeant/DETAILS b/gnome2-apps/mergeant/DETAILS
index 32a2874..6e249df 100755
--- a/gnome2-apps/mergeant/DETAILS
+++ b/gnome2-apps/mergeant/DETAILS
@@ -1,10 +1,10 @@
SPELL=mergeant
- VERSION=0.64
+ VERSION=0.66
BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
-
SOURCE_HASH=sha512:9c3fbbbf8680e0d9ba5dfbca5f6003ecea6f1e123fbcc2ee957de0faeebb343f4b916fc87cea0424e24497727a0c169f563160582e6b31a437a4f0b58aad44ae
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]="GPL"
LICENSE[1]="LGPL"
WEB_SITE=http://www.gnome-db.org
diff --git a/gnome2-apps/mergeant/HISTORY b/gnome2-apps/mergeant/HISTORY
index cfdac8d..e619092 100644
--- a/gnome2-apps/mergeant/HISTORY
+++ b/gnome2-apps/mergeant/HISTORY
@@ -1,3 +1,6 @@
+2007-03-23 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.66
+
2006-11-04 Alexander Tsamutali <astsmtl AT gmail.com>
* DETAILS: updated to 0.64

diff --git a/gnome2-apps/mergeant/mergeant-0.65.tar.gz.sig
b/gnome2-apps/mergeant/mergeant-0.65.tar.gz.sig
new file mode 100644
index 0000000..4202660
Binary files /dev/null and b/gnome2-apps/mergeant/mergeant-0.65.tar.gz.sig
differ
diff --git a/gnome2-apps/mergeant/mergeant-0.66.tar.gz.sig
b/gnome2-apps/mergeant/mergeant-0.66.tar.gz.sig
new file mode 100644
index 0000000..b274b73
Binary files /dev/null and b/gnome2-apps/mergeant/mergeant-0.66.tar.gz.sig
differ
diff --git a/gnome2-libs/libgda2-dev/BUILD b/gnome2-libs/libgda2-dev/BUILD
index 6f9b231..feceeab 100755
--- a/gnome2-libs/libgda2-dev/BUILD
+++ b/gnome2-libs/libgda2-dev/BUILD
@@ -1,5 +1,3 @@
-OPTS="${OPTS} --without-mdb" &&
-
make_single &&
default_build &&
make_normal
diff --git a/gnome2-libs/libgda2-dev/DEPENDS b/gnome2-libs/libgda2-dev/DEPENDS
index 0c619fd..43b53c2 100755
--- a/gnome2-libs/libgda2-dev/DEPENDS
+++ b/gnome2-libs/libgda2-dev/DEPENDS
@@ -33,15 +33,10 @@ optional_depends firebird
"--without-firebird" \
"Enable Firebird DB Support" &&

-#optional_depends mdbtools \
-# "--with-mdb" \
-# "--without-mdb" \
-# "Enable MDBTools support (MS Access)" &&
-
-optional_depends gtk-sharp-2 \
- "--enable-csharp" \
- "--disable-csharp" \
- "Build Mono bindings?" &&
+optional_depends mdbtools \
+ "--with-mdb" \
+ "--without-mdb" \
+ "Enable MDBTools support (MS Access)" &&

optional_depends openldap \
"--with-ldap" \
diff --git a/gnome2-libs/libgda2-dev/DETAILS b/gnome2-libs/libgda2-dev/DETAILS
index bb87fe3..7a89b5f 100755
--- a/gnome2-libs/libgda2-dev/DETAILS
+++ b/gnome2-libs/libgda2-dev/DETAILS
@@ -1,6 +1,6 @@
SPELL=libgda2-dev
- VERSION=2.99.5
-
SOURCE_HASH=sha512:a3223d1d37e078b97afeeaddb70613708dac5c7add9c5c7bde59f6d9bbcfdb4dbeabcde8795f4ff834da7328f1538d4325ca15c196d6eac53a30ae07df9681c7
+ VERSION=2.99.6
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=libgda-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/libgda-$VERSION
diff --git a/gnome2-libs/libgda2-dev/HISTORY b/gnome2-libs/libgda2-dev/HISTORY
index 67a1211..dd149b1 100644
--- a/gnome2-libs/libgda2-dev/HISTORY
+++ b/gnome2-libs/libgda2-dev/HISTORY
@@ -1,3 +1,8 @@
+2007-03-23 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.99.6
+ * DEPENDS: removed gtk-sharp-2, uncommented mdbtools
+ * BUILD: removed disable of mdbtools
+
2007-02-13 Treeve Jelbert <treeve AT pi.be>
* DETAILS: version 2.99.5

diff --git a/gnome2-libs/libgda2-dev/libgda-2.99.6.tar.bz2.sig
b/gnome2-libs/libgda2-dev/libgda-2.99.6.tar.bz2.sig
new file mode 100644
index 0000000..fc1f88f
Binary files /dev/null and
b/gnome2-libs/libgda2-dev/libgda-2.99.6.tar.bz2.sig differ
diff --git a/gnome2-libs/libgnomedb-dev/DETAILS
b/gnome2-libs/libgnomedb-dev/DETAILS
index 2439227..4498aaf 100755
--- a/gnome2-libs/libgnomedb-dev/DETAILS
+++ b/gnome2-libs/libgnomedb-dev/DETAILS
@@ -1,5 +1,5 @@
SPELL=libgnomedb-dev
- VERSION=2.99.5
+ VERSION=2.99.6
BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE=libgnomedb-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/libgnomedb-$VERSION
diff --git a/gnome2-libs/libgnomedb-dev/HISTORY
b/gnome2-libs/libgnomedb-dev/HISTORY
index f159219..2ec88ba 100644
--- a/gnome2-libs/libgnomedb-dev/HISTORY
+++ b/gnome2-libs/libgnomedb-dev/HISTORY
@@ -1,3 +1,6 @@
+2007-03-23 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.99.6
+
2007-03-10 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.99.5

diff --git a/gnome2-libs/libgnomedb-dev/libgnomedb-2.99.5.tar.bz2.sig
b/gnome2-libs/libgnomedb-dev/libgnomedb-2.99.5.tar.bz2.sig
deleted file mode 100644
index c793000..0000000
Binary files a/gnome2-libs/libgnomedb-dev/libgnomedb-2.99.5.tar.bz2.sig and
/dev/null differ
diff --git a/gnome2-libs/libgnomedb-dev/libgnomedb-2.99.6.tar.bz2.sig
b/gnome2-libs/libgnomedb-dev/libgnomedb-2.99.6.tar.bz2.sig
new file mode 100644
index 0000000..b4dbd13
Binary files /dev/null and
b/gnome2-libs/libgnomedb-dev/libgnomedb-2.99.6.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (c266ffcd5c3c5b28391ba966c7bc7c981e0ccdeb), Robin Cook, 03/23/2007

Archive powered by MHonArc 2.6.24.

Top of Page