Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-rc-0.8 grimoire by Jaka Kranjc (0e6a9025d3debc6563c44bd1e401dd2aa81d306d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-rc-0.8 grimoire by Jaka Kranjc (0e6a9025d3debc6563c44bd1e401dd2aa81d306d)
  • Date: Sun, 4 Mar 2007 12:30:59 -0600

GIT changes to stable-rc-0.8 grimoire by Jaka Kranjc
<lynxlynxlynx AT sourcemage.org>:

archive/gzip/HISTORY | 5 +++++
archive/gzip/REPAIR^5a04e3821a948c0fa5ca50d054caa253^UP_TRIGGERS | 3 +++
archive/gzip/REPAIR^none^UP_TRIGGERS | 3 ---
archive/gzip/UP_TRIGGERS | 2 +-
4 files changed, 9 insertions(+), 4 deletions(-)

New commits:
commit 0e6a9025d3debc6563c44bd1e401dd2aa81d306d
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

gzip: fix my #13585
(cherry picked from commit 0c9bf22f224feffd562d418e5f3e37879b5dd93c)

diff --git a/archive/gzip/HISTORY b/archive/gzip/HISTORY
index add1f61..313a46e 100644
--- a/archive/gzip/HISTORY
+++ b/archive/gzip/HISTORY
@@ -1,3 +1,8 @@
+2007-03-04 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * REPAIR^5a04e3821a948c0fa5ca50d054caa253^UP_TRIGGERS: added
+ * REPAIR^none^UP_TRIGGERS: removed
+ * UP_TRIGGERS: fix #13585
+
2007-02-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* UP_TRIGGERS, REPAIR^none^UP_TRIGGERS: added for previous bug, broke
man

diff --git a/archive/gzip/REPAIR^5a04e3821a948c0fa5ca50d054caa253^UP_TRIGGERS
b/archive/gzip/REPAIR^5a04e3821a948c0fa5ca50d054caa253^UP_TRIGGERS
new file mode 100755
index 0000000..e6c1633
--- /dev/null
+++ b/archive/gzip/REPAIR^5a04e3821a948c0fa5ca50d054caa253^UP_TRIGGERS
@@ -0,0 +1,3 @@
+if [[ $VERSION == 1.3.9 ]] && spell_ok man; then
+ up_trigger man cast_self
+fi
diff --git a/archive/gzip/REPAIR^none^UP_TRIGGERS
b/archive/gzip/REPAIR^none^UP_TRIGGERS
deleted file mode 100755
index 1689383..0000000
--- a/archive/gzip/REPAIR^none^UP_TRIGGERS
+++ /dev/null
@@ -1,3 +0,0 @@
-if [[ $VERSION == 1.3.9 ]]; then
- up_trigger man cast_self
-fi
diff --git a/archive/gzip/UP_TRIGGERS b/archive/gzip/UP_TRIGGERS
index 1689383..e6c1633 100755
--- a/archive/gzip/UP_TRIGGERS
+++ b/archive/gzip/UP_TRIGGERS
@@ -1,3 +1,3 @@
-if [[ $VERSION == 1.3.9 ]]; then
+if [[ $VERSION == 1.3.9 ]] && spell_ok man; then
up_trigger man cast_self
fi



  • [SM-Commit] GIT changes to stable-rc-0.8 grimoire by Jaka Kranjc (0e6a9025d3debc6563c44bd1e401dd2aa81d306d), Jaka Kranjc, 03/04/2007

Archive powered by MHonArc 2.6.24.

Top of Page