After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 504643 - libgailutil.so binary age
libgailutil.so binary age
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Accessibility
unspecified
Other Linux
: Normal major
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2007-12-20 10:46 UTC by Christian Persch
Modified: 2007-12-20 14:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] Keep the same libtool version as the standalone libgail-util had. Bug #504643. (1.45 KB, patch)
2007-12-20 13:33 UTC, Christian Persch
none Details | Review

Description Christian Persch 2007-12-20 10:46:32 UTC
From bug 169488 comment 29:

1. libgailutil.so's version is changed, because it is now using gtk_binary_age.
This means all applications built before cannot start. Is this breaking binary
compatibility?
Comment 1 Christian Persch 2007-12-20 13:33:46 UTC
Created attachment 101319 [details] [review]
[PATCH] Keep the same libtool version as the standalone libgail-util had. Bug #504643.

 configure.in                                |    7 +++++++
 modules/other/gail/libgail-util/Makefile.am |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)
Comment 2 Matthias Clasen 2007-12-20 14:10:03 UTC
Looks good to me
Comment 3 Christian Persch 2007-12-20 14:34:20 UTC
        * configure.in:
        * modules/other/gail/libgail-util/Makefile.am:
        Keep the same libtool version as the standalone libgail-util had.
        Bug #504643.