Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 456660 - kde-base/katepart-4.10.0: wrong version check for plugins
Summary: kde-base/katepart-4.10.0: wrong version check for plugins
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL: https://bugs.kde.org/show_bug.cgi?id=...
Whiteboard: tracking upstream
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-10 14:51 UTC by Erich Seifert
Modified: 2013-02-11 14:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erich Seifert 2013-02-10 14:51:57 UTC
Obviously, KDE's katepart component uses floating point number for checking its plugins. So, if a plugin defines 4.3 it will be rejected because 4.3 > 4.10. For me, "highlight selection" plugin was affected by this issue.

The patch that was proposed upstream (see URL) is working for me and should be added to a new kde-base/katepart-4.10.0-r1 ebuild.
Comment 1 Andreas Sturmlechner gentoo-dev 2013-02-10 21:32:01 UTC
Patch was accepted upstream and will be fixed in 4.10.1
Comment 2 Michael Palimaka (kensington) gentoo-dev 2013-02-11 14:35:20 UTC
Thanks, fixed in CVS.

+  11 Feb 2013; Michael Palimaka <kensington@gentoo.org>
+  +files/katepart-4.10.0-plugins.patch, +katepart-4.10.0-r1.ebuild:
+  Backport patch from upstream to fix loading of the highlight-selection plugin,
+  wrt bug #456660.