Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (567cd793ea39b0e8e2e2d5019f7a45a249b31ec7)
  • Date: Fri, 23 Jun 2006 22:03:25 -0500

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

archive/dpkg/DETAILS | 2 +-
archive/dpkg/HISTORY | 3 +++
devel/fpc/DETAILS | 2 +-
devel/fpc/HISTORY | 3 +++
gnustep-libs/gnustep-back-xlib/DETAILS | 1 -
gnustep-libs/gnustep-back-xlib/HISTORY | 3 +++
gnustep-libs/gnustep-performance/DETAILS | 2 +-
gnustep-libs/gnustep-performance/HISTORY | 3 +++
8 files changed, 15 insertions(+), 4 deletions(-)

New commits:
commit 567cd793ea39b0e8e2e2d5019f7a45a249b31ec7
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

gnustep-performance:

Fixing glitches found by my scraper

commit 21a5dd92378a53859f12c5f431c6cc9d1ba61a28
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

gnustep-back-xlib

fixing glitches found by my scraper

commit dd8fb54fe391b7beab11e65733dac2efc87af252
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

fpc:

Fixing a glitch found by my grimoire scraper

commit e028b7077c063c50517ab5e2f0df040e9aadc5e9
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

fixing a ` in dpkg which makes gaze what die

diff --git a/archive/dpkg/DETAILS b/archive/dpkg/DETAILS
index fe22084..71fe3f5 100755
--- a/archive/dpkg/DETAILS
+++ b/archive/dpkg/DETAILS
@@ -15,5 +15,5 @@ This package contains the low-level comm
and removal of packages on your system.

In order to unpack and build Debian source packages you will need to
-install the developers' package `dpkg-dev' as well as this one.
+install the developers' package 'dpkg-dev' as well as this one.
EOF
diff --git a/archive/dpkg/HISTORY b/archive/dpkg/HISTORY
index 001c1a7..c639f03 100644
--- a/archive/dpkg/HISTORY
+++ b/archive/dpkg/HISTORY
@@ -1,3 +1,6 @@
+2006-06-23 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: removed the ` because it kept gaze what from working
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/devel/fpc/DETAILS b/devel/fpc/DETAILS
index ded4008..c564ed0 100755
--- a/devel/fpc/DETAILS
+++ b/devel/fpc/DETAILS
@@ -6,7 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL

SOURCE_URL[1]=ftp://ftp.freepascal.org/pub/fpc/dist/source-$VERSION/$SOURCE
WEB_SITE=http://www.freepascal.org

SOURCE_HASH=sha512:6355540ffb7186dfcf082a60ca8912cbab544a725d7194b528902a4ecdc7f8d00a9096f00c2e172f666c5a5a9ff7599f11e47d0153485510344436ce1bb38f30
-if !spell_ok fpc;then
+if ! spell_ok fpc ; then
SOURCE2=base.i386-linux.tar.gz
SOURCE3=utils.i386-linux.tar.gz

SOURCE2_URL[0]=http://w3studi.informatik.uni-stuttgart.de/~vonmerad/$SOURCE2
diff --git a/devel/fpc/HISTORY b/devel/fpc/HISTORY
index 89a2d39..37e6655 100644
--- a/devel/fpc/HISTORY
+++ b/devel/fpc/HISTORY
@@ -1,3 +1,6 @@
+2006-06-23 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: fixed a glitch with spell_ok
+
2006-04-15 Treeve Jelbert <treeve01 AT pi.be>
* DETAILS BUILD PRE_BUILD: bootstrap from existing fpc if possible
* PRE_BUILD: delete unnecessary files
diff --git a/gnustep-libs/gnustep-back-xlib/DETAILS
b/gnustep-libs/gnustep-back-xlib/DETAILS
index 5c1b3d6..e2d8064 100755
--- a/gnustep-libs/gnustep-back-xlib/DETAILS
+++ b/gnustep-libs/gnustep-back-xlib/DETAILS
@@ -29,4 +29,3 @@ DPS functions required by the front-end

This is the xlib graphic enabled version.
EOF
-59616964091a7bdfd40cb7be822edea278d694e1d0954e38daf44c66432cbc83481d9f21cd035bb58b6219699f73c9de1ef42674ab8f9b9d1c21a7765b42906d
gnustep-back-0.10.3.tar.gz
diff --git a/gnustep-libs/gnustep-back-xlib/HISTORY
b/gnustep-libs/gnustep-back-xlib/HISTORY
index 3721920..3da35c0 100644
--- a/gnustep-libs/gnustep-back-xlib/HISTORY
+++ b/gnustep-libs/gnustep-back-xlib/HISTORY
@@ -1,3 +1,6 @@
+2006-06-23 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: removed extra sha512 from the bottom of the file
+
2006-04-14 Maurizio Boriani <baux AT sourcemage.org>
* Fix dummy concatenations bugs and others.

diff --git a/gnustep-libs/gnustep-performance/DETAILS
b/gnustep-libs/gnustep-performance/DETAILS
index 17f4285..1e39a35 100755
--- a/gnustep-libs/gnustep-performance/DETAILS
+++ b/gnustep-libs/gnustep-performance/DETAILS
@@ -10,7 +10,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/Perfor
UPDATED=20060227
BUILD_API=2
KEYWORDS="gnustep libs"
- SHORT="GNUStep performance monitor boundle.
+ SHORT="GNUStep performance monitor boundle."
TAR_OPTIONS="--no-same-owner"

cat << EOF
diff --git a/gnustep-libs/gnustep-performance/HISTORY
b/gnustep-libs/gnustep-performance/HISTORY
index 70d5773..cb4a823 100644
--- a/gnustep-libs/gnustep-performance/HISTORY
+++ b/gnustep-libs/gnustep-performance/HISTORY
@@ -1,3 +1,6 @@
+2006-06-23 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: fixing a forgotten " in SHORT
+
2006-04-14 Maurizio Boriani <baux AT sourcemage.org>
* Fix dummy concatenations bugs.




  • [SM-Commit] GIT changes to master grimoire by David Kowis (567cd793ea39b0e8e2e2d5019f7a45a249b31ec7), David Kowis, 06/23/2006

Archive powered by MHonArc 2.6.24.

Top of Page