Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-rc-0.4 grimoire by Arwed v. Merkatz (2628ecde54a407042227a92a86a83c882def9086)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Arwed v. Merkatz" <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-rc-0.4 grimoire by Arwed v. Merkatz (2628ecde54a407042227a92a86a83c882def9086)
  • Date: Fri, 23 Jun 2006 04:48:05 -0500

GIT changes to stable-rc-0.4 grimoire by Arwed v. Merkatz <v.merkatz AT gmx.net>:

ChangeLog | 3 +++
audio-libs/wavpack/HISTORY | 3 +++
audio-libs/wavpack/UP_TRIGGERS | 2 +-
crypto/openssl/HISTORY | 3 +++
crypto/openssl/UP_TRIGGERS | 2 +-
database/db/HISTORY | 3 +++
database/db/UP_TRIGGERS | 2 +-
database/firebird/HISTORY | 3 +++
database/firebird/UP_TRIGGERS | 2 +-
gnustep-libs/gnustep-base/HISTORY | 4 ++++
gnustep-libs/gnustep-base/UP_TRIGGERS | 2 +-
libcompat | 4 ++--
libs/expat/HISTORY | 3 +++
libs/expat/UP_TRIGGERS | 2 +-
perl-cpan/perl/HISTORY | 3 +++
perl-cpan/perl/UP_TRIGGERS | 2 +-
printer/cups/HISTORY | 4 ++++
printer/cups/PRE_BUILD | 6 +++---
printer/gnulpr/HISTORY | 4 ++++
printer/gnulpr/PRE_BUILD | 6 +++---
video-libs/gstreamer/HISTORY | 3 +++
video-libs/gstreamer/UP_TRIGGERS | 2 +-
22 files changed, 52 insertions(+), 16 deletions(-)

New commits:
commit 2628ecde54a407042227a92a86a83c882def9086
Author: Arwed v. Merkatz <v.merkatz AT gmx.net>
Commit: Arwed v. Merkatz <v.merkatz AT gmx.net>

replaced fast_up_depends with show_up_depends, bug 12665

commit a248c1bb18acb51222f90143762aafa1276a2df0
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Arwed v. Merkatz <v.merkatz AT gmx.net>

replaced fast_up_depends with show_up_depends, bug #12665
(cherry picked from 790b0c9c07e4df3000f47c76b66e7368d1fbba2f commit)

diff --git a/ChangeLog b/ChangeLog
index 75992e1..5d8544e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-06-21 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * libcompat: replaced fast_up_depends with show_up_depends, bug
#12665,
+
2006-05-27 Arwed v. Merkatz <v.merkatz AT gmx.net>
* video/ffmpeg-cvs, video/ffmpeg-svn: renamed ffmpeg-cvs to ffmpeg-svn

diff --git a/audio-libs/wavpack/HISTORY b/audio-libs/wavpack/HISTORY
index 649e112..f850c14 100644
--- a/audio-libs/wavpack/HISTORY
+++ b/audio-libs/wavpack/HISTORY
@@ -1,3 +1,6 @@
+2006-06-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * UP_TRIGGERS: replaced fast_up_depends with show_up_depends, bug
#12665
+
2006-05-23 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: updated SOURCE_HASH, see bug #11986
* PRE_BUILD, debug-fix.patch: removed, fixed in the updated tarball
diff --git a/audio-libs/wavpack/UP_TRIGGERS b/audio-libs/wavpack/UP_TRIGGERS
index 4d8337f..055b002 100755
--- a/audio-libs/wavpack/UP_TRIGGERS
+++ b/audio-libs/wavpack/UP_TRIGGERS
@@ -2,7 +2,7 @@ # upgrade 4.2 -> 4.3 isn't ABI compatibl
local OLD_SPELL_VERSION=""
spell_ok $SPELL && OLD_SPELL_VERSION="$(installed_version $SPELL)"
if [ "$VERSION" != "$OLD_SPELL_VERSION" ]; then
- for each in $(fast_up_depends $SPELL 1); do
+ for each in $(show_up_depends $SPELL 1); do
up_trigger $each cast_self
done
fi
diff --git a/crypto/openssl/HISTORY b/crypto/openssl/HISTORY
index e131071..073cc80 100644
--- a/crypto/openssl/HISTORY
+++ b/crypto/openssl/HISTORY
@@ -1,3 +1,6 @@
+2006-06-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * UP_TRIGGERS: replaced fast_up_depends with show_up_depends, bug
#12665
+
2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
* UP_TRIGGERS: replaced 'gaze depends' call with
fast_up_depends, bug #10661
diff --git a/crypto/openssl/UP_TRIGGERS b/crypto/openssl/UP_TRIGGERS
index 8592136..d9b53dc 100755
--- a/crypto/openssl/UP_TRIGGERS
+++ b/crypto/openssl/UP_TRIGGERS
@@ -3,7 +3,7 @@ # this makes ABI changes automatically c
local OLD_SPELL_VERSION=""
spell_ok $SPELL && OLD_SPELL_VERSION="$(installed_version $SPELL)"
if [ "${VERSION/[a-z]*/}" != "${OLD_SPELL_VERSION/[a-z]*/}" ]; then
- for each in $(fast_up_depends $SPELL 1); do
+ for each in $(show_up_depends $SPELL 1); do
up_trigger $each cast_self
done
fi
diff --git a/database/db/HISTORY b/database/db/HISTORY
index 432a1e5..0bafa40 100644
--- a/database/db/HISTORY
+++ b/database/db/HISTORY
@@ -1,3 +1,6 @@
+2006-06-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * UP_TRIGGERS: replaced fast_up_depends with show_up_depends, bug
#12665
+
2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
* UP_TRIGGERS: replaced 'gaze depends' call with
fast_up_depends, bug #10661
diff --git a/database/db/UP_TRIGGERS b/database/db/UP_TRIGGERS
index b0ccb43..5d79585 100755
--- a/database/db/UP_TRIGGERS
+++ b/database/db/UP_TRIGGERS
@@ -6,7 +6,7 @@ if spell_ok $SPELL; then
if test "${VERSION:0:3}" != "${OLD_SPELL_VERSION:0:3}"; then
message "This is a possibly incompatible update of libdb..."
message "Figuring out what spells need to be recast, this may take a
while."
- for each in $(fast_up_depends $SPELL); do
+ for each in $(show_up_depends $SPELL); do
if gaze install $each | xargs readelf -d 2> /dev/null |
grep -q "NEEDED.*libdb\(\|_cxx\)-${OLD_SPELL_VERSION:0:3}"; then
up_trigger $each cast_self
diff --git a/database/firebird/HISTORY b/database/firebird/HISTORY
index e897e0e..f20bf1f 100644
--- a/database/firebird/HISTORY
+++ b/database/firebird/HISTORY
@@ -1,3 +1,6 @@
+2006-06-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * UP_TRIGGERS: replaced fast_up_depends with show_up_depends, bug
#12665
+
2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
* UP_TRIGGERS: replaced 'gaze depends' call with
fast_up_depends, bug #10661
diff --git a/database/firebird/UP_TRIGGERS b/database/firebird/UP_TRIGGERS
index 858fccd..9410eec 100755
--- a/database/firebird/UP_TRIGGERS
+++ b/database/firebird/UP_TRIGGERS
@@ -7,7 +7,7 @@ if spell_ok $SPELL; then
if test "${VERSION:0:1}" != "${OLD_SPELL_VERSION:0:1}"; then
message "This is a possibly incompatible update of firebird..."
message "Figuring out what spells need to be recast, this may take a
while."
- for each in $(fast_up_depends $SPELL 1); do
+ for each in $(show_up_depends $SPELL 1); do
if gaze install $each | xargs readelf -d 2> /dev/null |
grep -q "NEEDED.*libfbclient.so.${OLD_SPELL_VERSION:0:1}"; then
up_trigger $each cast_self
diff --git a/gnustep-libs/gnustep-base/HISTORY
b/gnustep-libs/gnustep-base/HISTORY
index 1ff5564..54e531f 100644
--- a/gnustep-libs/gnustep-base/HISTORY
+++ b/gnustep-libs/gnustep-base/HISTORY
@@ -1,3 +1,7 @@
+2006-06-23 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * UP_TRIGGERS: replaced fast_up_depends with show_up_depends,
+ bug #12665
+
2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
* UP_TRIGGERS: made executable, replaced call to 'gaze depends' with
fast_up_depends, bug #10661
diff --git a/gnustep-libs/gnustep-base/UP_TRIGGERS
b/gnustep-libs/gnustep-base/UP_TRIGGERS
index 622e973..f2ed525 100755
--- a/gnustep-libs/gnustep-base/UP_TRIGGERS
+++ b/gnustep-libs/gnustep-base/UP_TRIGGERS
@@ -5,7 +5,7 @@ fi

if [ $(installed_version gnustep-base) != $VERSION ]
then
- for spell in `fast_up_depends $SPELL 2|cut -d":" -f1`
+ for spell in `show_up_depends $SPELL 2|cut -d":" -f1`
do
up_trigger $spell cast_self
done
diff --git a/libcompat b/libcompat
index 59dbcb4..f9a8145 100755
--- a/libcompat
+++ b/libcompat
@@ -8,7 +8,7 @@ #---------------------------------------
## Grimoire gaze depends alternative
## Uses gaze depends if the internal sorcery function isn't available
#-------------------------------------------------------------------------
-declare -f fast_up_depends &> /dev/null ||
-function fast_up_depends() {
+declare -f show_up_depends &> /dev/null ||
+function show_up_depends() {
gaze -q depends --fast "$@"
}
diff --git a/libs/expat/HISTORY b/libs/expat/HISTORY
index 1ff1fa8..e5ecb4c 100644
--- a/libs/expat/HISTORY
+++ b/libs/expat/HISTORY
@@ -1,3 +1,6 @@
+2006-06-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * UP_TRIGGERS: replaced fast_up_depends with show_up_depends, bug
#12665
+
2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
* UP_TRIGGERS: replaced 'gaze depends' call with
fast_up_depends, bug #10661
diff --git a/libs/expat/UP_TRIGGERS b/libs/expat/UP_TRIGGERS
index 9dfcdee..cc2f879 100755
--- a/libs/expat/UP_TRIGGERS
+++ b/libs/expat/UP_TRIGGERS
@@ -6,7 +6,7 @@ if spell_ok $SPELL; then
if test "${VERSION:0:3}" != "${OLD_SPELL_VERSION:0:3}"; then
message "This is a possibly incompatible update of libexpat..."
message "Figuring out what spells need to be recast, this may take a
while."
- for each in $(fast_up_depends $SPELL); do
+ for each in $(show_up_depends $SPELL); do
if gaze install $each | xargs readelf -d 2> /dev/null |
grep -q "NEEDED.*libexpat.so.0"; then
up_trigger $each cast_self
diff --git a/perl-cpan/perl/HISTORY b/perl-cpan/perl/HISTORY
index f14586b..127c236 100644
--- a/perl-cpan/perl/HISTORY
+++ b/perl-cpan/perl/HISTORY
@@ -1,3 +1,6 @@
+2006-06-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * UP_TRIGGERS: replaced fast_up_depends with show_up_depends, bug
#12665
+
2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
* UP_TRIGGERS: replaced 'gaze depends' call with
fast_up_depends, bug #10661
diff --git a/perl-cpan/perl/UP_TRIGGERS b/perl-cpan/perl/UP_TRIGGERS
index b7bff5d..ec58396 100755
--- a/perl-cpan/perl/UP_TRIGGERS
+++ b/perl-cpan/perl/UP_TRIGGERS
@@ -1,7 +1,7 @@
local OLD_SPELL_VERSION=""
spell_ok $SPELL && OLD_SPELL_VERSION="$(installed_version $SPELL)"
if [ "$VERSION" != "$OLD_SPELL_VERSION" ]; then
- for name in $(fast_up_depends perl); do
+ for name in $(show_up_depends perl); do
if test -f $INSTALL_LOGS/$name-$(installed_version $name); then
if grep -q "$TRACK_ROOT/usr/lib/perl5.*\.pm$" \
$INSTALL_LOGS/$name-$(installed_version $name); then
diff --git a/printer/cups/HISTORY b/printer/cups/HISTORY
index bc73ba8..3bf558a 100644
--- a/printer/cups/HISTORY
+++ b/printer/cups/HISTORY
@@ -1,3 +1,7 @@
+2006-06-23 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * PRE_BUILD: replaced fast_up_depends with show_up_depends,
+ bug #12665
+
2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
* PRE_BUILD: replaced 'gaze depends' call with
fast_up_depends, bug #10661
diff --git a/printer/cups/PRE_BUILD b/printer/cups/PRE_BUILD
index b69498c..200f016 100755
--- a/printer/cups/PRE_BUILD
+++ b/printer/cups/PRE_BUILD
@@ -2,11 +2,11 @@ if [ "`gaze installed | grep gnulp
echo "This spell conflicts with gnulpr and will cause it and any
dependants to be dispelled."

if query "Would you like to see a list of affected spells? " y; then
- fast_up_depends gnulpr
+ show_up_depends gnulpr
echo "gnulpr"

if query "Would you like to continue casting? " y; then
- for CASTED_SPELL in `fast_up_depends gnulpr`; do
+ for CASTED_SPELL in `show_up_depends gnulpr`; do
if [ "`gaze installed | grep $CASTED_SPELL | cut -d: -f1`"
= "$CASTED_SPELL" ]; then
dispel $CASTED_SPELL
fi
@@ -18,7 +18,7 @@ if [ "`gaze installed | grep gnulp
fi
else
if query "Would you like to continue casting? " y; then
- for CASTED_SPELL in `fast_up_depends gnulpr`; do
+ for CASTED_SPELL in `show_up_depends gnulpr`; do
if [ "`gaze installed | grep $CASTED_SPELL | cut -d: -f1`"
= "$CASTED_SPELL" ]; then
dispel $CASTED_SPELL
fi
diff --git a/printer/gnulpr/HISTORY b/printer/gnulpr/HISTORY
index b43411e..57a2c76 100644
--- a/printer/gnulpr/HISTORY
+++ b/printer/gnulpr/HISTORY
@@ -1,3 +1,7 @@
+2006-06-23 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * PRE_BUILD: replaced fast_up_depends with show_up_depends,
+ bug #12665
+
2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
* PRE_BUILD: replaced 'gaze depends' call with
fast_up_depends, bug #10661
diff --git a/printer/gnulpr/PRE_BUILD b/printer/gnulpr/PRE_BUILD
index 6ce72b3..39c1304 100755
--- a/printer/gnulpr/PRE_BUILD
+++ b/printer/gnulpr/PRE_BUILD
@@ -2,11 +2,11 @@ if [ "`gaze installed | grep cups
echo "This spell conflicts with cups and will cause it and any dependants
to be dispelled."

if query "Would you like to see a list of affected spells? " y; then
- fast_up_depends cups
+ show_up_depends cups
echo "cups"

if query "Would you like to continue casting? " y; then
- for CASTED_SPELL in `fast_up_depends cups`; do
+ for CASTED_SPELL in `show_up_depends cups`; do
if [ "`gaze installed | grep $CASTED_SPELL | cut -d: -f1`"
= "$CASTED_SPELL" ]; then
dispel $CASTED_SPELL
fi
@@ -18,7 +18,7 @@ if [ "`gaze installed | grep cups
fi
else
if query "Would you like to continue casting? " y; then
- for CASTED_SPELL in `fast_up_depends cups`; do
+ for CASTED_SPELL in `show_up_depends cups`; do
if [ "`gaze installed | grep $CASTED_SPELL | cut -d: -f1`"
= "$CASTED_SPELL" ]; then
dispel $CASTED_SPELL
fi
diff --git a/video-libs/gstreamer/HISTORY b/video-libs/gstreamer/HISTORY
index 034baef..119df9a 100644
--- a/video-libs/gstreamer/HISTORY
+++ b/video-libs/gstreamer/HISTORY
@@ -1,3 +1,6 @@
+2006-06-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * UP_TRIGGERS: replaced fast_up_depends with show_up_depends, bug
#12665
+
2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
* UP_TRIGGERS: replaced 'gaze depends' call with
fast_up_depends, bug #10661
diff --git a/video-libs/gstreamer/UP_TRIGGERS
b/video-libs/gstreamer/UP_TRIGGERS
index 0461c39..a086fb3 100755
--- a/video-libs/gstreamer/UP_TRIGGERS
+++ b/video-libs/gstreamer/UP_TRIGGERS
@@ -4,7 +4,7 @@ # to depend on gstreamer-0.8 now
local OLD_SPELL_VERSION=""
spell_ok $SPELL && OLD_SPELL_VERSION="$(installed_version $SPELL)"
if [ "${OLD_SPELL_VERSION:0:3}" = "0.8" ]; then
- for each in $(fast_up_depends $SPELL 1); do
+ for each in $(show_up_depends $SPELL 1); do
up_trigger $each cast_self
done
fi



  • [SM-Commit] GIT changes to stable-rc-0.4 grimoire by Arwed v. Merkatz (2628ecde54a407042227a92a86a83c882def9086), Arwed v. Merkatz, 06/23/2006

Archive powered by MHonArc 2.6.24.

Top of Page