Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (eeb0d0e50ee736fc33f7ce94a371adbac1dbe77d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (eeb0d0e50ee736fc33f7ce94a371adbac1dbe77d)
  • Date: Sat, 25 Jul 2009 05:05:40 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

gnustep-libs/gnustep-make/HISTORY | 3 +++
gnustep-libs/gnustep-make/UP_TRIGGERS | 2 +-
graphics-libs/libpano13/HISTORY | 3 +++
graphics-libs/libpano13/UP_TRIGGERS | 4 ++--
4 files changed, 9 insertions(+), 3 deletions(-)

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

libpano13: UP_TRIGGERS: added missing parameter #15317

commit 46fee0537082a3a993dba71b82fbba451cfdde83
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

gnustep-make: UP_TRIGGERS: added missing parameter #15317

diff --git a/gnustep-libs/gnustep-make/HISTORY
b/gnustep-libs/gnustep-make/HISTORY
index 39177e7..9068a0d 100644
--- a/gnustep-libs/gnustep-make/HISTORY
+++ b/gnustep-libs/gnustep-make/HISTORY
@@ -1,3 +1,6 @@
+2009-07-25 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * UP_TRIGGERS: added missing parameter #15317
+
2009-04-29 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: updated to 2.0.8, use upstream key

diff --git a/gnustep-libs/gnustep-make/UP_TRIGGERS
b/gnustep-libs/gnustep-make/UP_TRIGGERS
index 664a08f..481bbb5 100755
--- a/gnustep-libs/gnustep-make/UP_TRIGGERS
+++ b/gnustep-libs/gnustep-make/UP_TRIGGERS
@@ -10,5 +10,5 @@ then
message "compliant." &&
message "Going to recast gnustep base and dependants too." &&
message "${DEFAULT_COLOR}" &&
- up_trigger gnustep-base
+ up_trigger gnustep-base cast_self
fi
diff --git a/graphics-libs/libpano13/HISTORY b/graphics-libs/libpano13/HISTORY
index 746e949..5b29b3c 100644
--- a/graphics-libs/libpano13/HISTORY
+++ b/graphics-libs/libpano13/HISTORY
@@ -1,3 +1,6 @@
+2009-07-25 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * UP_TRIGGERS: added missing parameter #15317
+
2009-07-24 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: updated spell to 2.9.14
* UP_TRIGGERS: added, the soname changed
diff --git a/graphics-libs/libpano13/UP_TRIGGERS
b/graphics-libs/libpano13/UP_TRIGGERS
index cb5837f..9de81b1 100755
--- a/graphics-libs/libpano13/UP_TRIGGERS
+++ b/graphics-libs/libpano13/UP_TRIGGERS
@@ -1,9 +1,9 @@
local old_version=$(installed_version $SPELL) &&
if [[ $old_version == 2.9.12 ]]; then
if spell_installed autopano-sift-c; then
- up_trigger autopano-sift-c
+ up_trigger autopano-sift-c cast_self
fi &&
if spell_installed hugin; then
- up_trigger hugin
+ up_trigger hugin cast_self
fi
fi



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (eeb0d0e50ee736fc33f7ce94a371adbac1dbe77d), Jaka Kranjc, 07/25/2009

Archive powered by MHonArc 2.6.24.

Top of Page