Dominique Leuenberger 3b230dc04a Accepting request 148490 from home:dimstar:branches:GNOME:Factory
- Require at least pango 3.31.1 for the post scriptlets to work.
  This helps for dist upgrades from openSUSE 12.2, where
  pango-querymodules did not yet know the --update-cache parameter.
  Depending on the (random) installation order during zypper dup,
  the post scriptlet of libpango-1_0-0 might execute
  pango-querymodules --update-cache, but not yet have the new tools
  installed yet (bnc#792646) (same change in baselibs.conf).

OBS-URL: https://build.opensuse.org/request/show/148490
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=101
2013-01-14 19:53:19 +00:00

README for bi-architecture 64 bit platforms users
=================================================

Current version of Pango has a problem running 32 and 64 version on
single machine. See http://bugzilla.gnome.org/show_bug.cgi?id=129534 for
more information.

To work around this problem, 64 bit version for SuSE Linux uses special
names for following files:

/usr/bin/pango-querymodules:  /usr/bin/pango-querymodules-64

This can cause problems during self-compilation of packages.

To work-around these problems (introduced by this work-around), you
should:

Either:

- Make a patch of package (please do not send it to package
developers, it's temporary solution).

Or:

- Install 32 bit version of Pango.
- After installation, you must run following commands:
if [ -x /usr/bin/pango-querymodules ] ; then
        /usr/bin/pango-querymodules --update-cache
fi
if [ -x /usr/bin/pango-querymodules-64 ] ; then
        /usr/bin/pango-querymodules-64 --update-cache
fi
Description
No description provided
Readme 7.3 MiB
Languages
RPM Spec 100%