Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Dave Josephsen (2953007fa3c2dae0b24e0d1124b63abfaf6132d3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Dave Josephsen <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Dave Josephsen (2953007fa3c2dae0b24e0d1124b63abfaf6132d3)
  • Date: Sat, 24 Mar 2007 18:33:46 -0500

GIT changes to master grimoire by Dave Josephsen <dave AT sourcemage.org>:

doc/docmfp/DETAILS | 3 ++-
doc/docmfp/HISTORY | 3 +++
fonts/allrunes/DETAILS | 3 ++-
fonts/allrunes/HISTORY | 3 +++
fonts/cmbright/DETAILS | 3 ++-
fonts/cmbright/HISTORY | 3 +++
ham/xlog/DEPENDS | 3 ++-
ham/xlog/HISTORY | 3 +++
8 files changed, 20 insertions(+), 4 deletions(-)

New commits:
commit 2000cf495142b9c08acb9769f066b9789867b321
Author: Dave Josephsen <dave AT sourcemage.org>
Commit: Dave Josephsen <dave AT sourcemage.org>

xlog: fixed bug 12450

commit 5ecb919e518eafb08bdad8dd847078abdcd24f64
Author: Dave Josephsen <dave AT sourcemage.org>
Commit: Dave Josephsen <dave AT sourcemage.org>

cmbright: fixed bug 12172

commit 95098e1d304a27c657f8fe4dceb5e9ded2d28223
Author: Dave Josephsen <dave AT sourcemage.org>
Commit: Dave Josephsen <dave AT sourcemage.org>

allrunes: fixed bug 12072

commit 79ad4c63375cd94415f4124007223935999ab70f
Author: Dave Josephsen <dave AT sourcemage.org>
Commit: Dave Josephsen <dave AT sourcemage.org>

docmfp: fixed bug 11698

diff --git a/doc/docmfp/DETAILS b/doc/docmfp/DETAILS
index 4afc9a8..4579962 100755
--- a/doc/docmfp/DETAILS
+++ b/doc/docmfp/DETAILS
@@ -4,7 +4,8 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=$CTAN_URL/macros/latex/contrib/$SOURCE
SOURCE_URL[1]=ftp://ftp.dante.de/tex-archive/macros/latex/contrib/$SOURCE
- MD5[0]='a91f1bcd444a8d238b8dc12bb30f3bb8'
+ SOURCE_IGNORE=unversioned
+ FORCE_DOWNLOAD=on

WEB_SITE=http://www.ctan.org/tex-archive/help/Catalogue/entries/docmfp.html
ENTERED=20020526
UPDATED=20020813
diff --git a/doc/docmfp/HISTORY b/doc/docmfp/HISTORY
index 80c8e5b..2b0e2f7 100644
--- a/doc/docmfp/HISTORY
+++ b/doc/docmfp/HISTORY
@@ -1,3 +1,6 @@
+2007-03-25 Dave Josephsen <dave AT sourcemage.org>
+ * DETAILS: Fixed bug 11698
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/fonts/allrunes/DETAILS b/fonts/allrunes/DETAILS
index 2a3d91e..6190bb4 100755
--- a/fonts/allrunes/DETAILS
+++ b/fonts/allrunes/DETAILS
@@ -4,7 +4,8 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=$CTAN_URL/fonts/$SOURCE
SOURCE_URL[1]=ftp://ftp.dante.de/tex-archive/fonts/$SOURCE
- MD5[0]=df6884607f09a52d025e7dc4eb48536c
+ SOURCE_IGNORE=unversioned
+ FORCE_DOWNLOAD=on

WEB_SITE=http://www.ctan.org/tex-archive/help/Catalogue/entries/allrunes.html
ENTERED=20020526
UPDATED=20020813
diff --git a/fonts/allrunes/HISTORY b/fonts/allrunes/HISTORY
index 463551b..1367acb 100644
--- a/fonts/allrunes/HISTORY
+++ b/fonts/allrunes/HISTORY
@@ -1,3 +1,6 @@
+2007-03-25 Dave Josephsen <dave AT sourcemage.org>
+ * DETAILS: Fixed bug 12072
+
2006-07-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS, FINAL, POST_REMOVE: changed to use section wide files

diff --git a/fonts/cmbright/DETAILS b/fonts/cmbright/DETAILS
index 08b53e8..a953dcc 100755
--- a/fonts/cmbright/DETAILS
+++ b/fonts/cmbright/DETAILS
@@ -4,7 +4,8 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=$CTAN_URL/fonts/$SPELL.tar.gz
SOURCE_URL[1]=ftp://ftp.dante.de/tex-archive/fonts/$SPELL.tar.gz
- MD5[0]=0390cac753ad492f7c9222b37561795f
+ SOURCE_IGNORE=unversioned
+ FORCE_DOWNLOAD=on

WEB_SITE=http://www.ctan.org/tex-archive/help/Catalogue/entries/cmbright.html
ENTERED=20020528
UPDATED=20020813
diff --git a/fonts/cmbright/HISTORY b/fonts/cmbright/HISTORY
index 2f569d0..61bd810 100644
--- a/fonts/cmbright/HISTORY
+++ b/fonts/cmbright/HISTORY
@@ -1,3 +1,6 @@
+2007-03-25 Dave Josephsen <dave AT sourcemage.org>
+ * DETAILS: Fixed bug 12172
+
2006-07-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS, FINAL, POST_REMOVE: changed to use section wide files

diff --git a/ham/xlog/DEPENDS b/ham/xlog/DEPENDS
index a0e80ef..b968e48 100755
--- a/ham/xlog/DEPENDS
+++ b/ham/xlog/DEPENDS
@@ -1 +1,2 @@
-depends gtk+2
+depends gtk+2 &&
+depends libgnomeprint
diff --git a/ham/xlog/HISTORY b/ham/xlog/HISTORY
index d80aa9b..f9ea805 100644
--- a/ham/xlog/HISTORY
+++ b/ham/xlog/HISTORY
@@ -1,3 +1,6 @@
+2007-03-25 Dave Josephsen <dave AT sourcemage.org>
+ * DETAILS: Fixed bug 12450
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.




  • [SM-Commit] GIT changes to master grimoire by Dave Josephsen (2953007fa3c2dae0b24e0d1124b63abfaf6132d3), Dave Josephsen, 03/24/2007

Archive powered by MHonArc 2.6.24.

Top of Page