summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2006-12-16 18:42:59 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-12-16 18:42:59 +0000
commit5c3e7af5c1718a153288a97729fa4ccaccb93b26 (patch)
tree81cd1287131798fb4205856b7185806d8552c4d9
parente7cb4baac47da44a09abc9d640c08f35e09d590d (diff)
downloadpango-5c3e7af5c1718a153288a97729fa4ccaccb93b26.tar.gz
Bug 385478 – Fix tests on OPD platform
2006-12-15 Frederic Crozat <fcrozat@mandriva.com> Bug 385478 – Fix tests on OPD platform * pango/check.defs: Fix tests on OPD platform to report correct symbols name.
-rw-r--r--ChangeLog7
-rwxr-xr-xpango/check.defs2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8dab0c71..64eb083d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-12-15 Frederic Crozat <fcrozat@mandriva.com>
+
+ Bug 385478 – Fix tests on OPD platform
+
+ * pango/check.defs: Fix tests on OPD platform to report correct
+ symbols name.
+
2006-12-13 Behdad Esfahbod <behdad@gnome.org>
Bug 319808 – Patch to let pango support artifical italic, bold and
diff --git a/pango/check.defs b/pango/check.defs
index 29450d89..a72c2edd 100755
--- a/pango/check.defs
+++ b/pango/check.defs
@@ -7,7 +7,7 @@ status=0
get_pango_syms='nm "$so" | grep " T " | cut -d" " -f3'
if [ "`uname -s`" = "Linux" ]; then
- get_pango_syms='objdump -t "$so" | sed -n "/.*g *F *\.\(opd\|text\).*\(pango_.*\)$/s//\2/p"'
+ get_pango_syms='objdump -t "$so" | sed -n "/.*g *F *\.\(opd\|text\).* \(.*pango_.*\)$/s//\2/p"'
fi
for def in $srcdir/*.def; do