FS#55969 - [geany-plugins] git-changebar links to old libgit2

Attached to Project: Community Packages
Opened by Max Mehl (mxmehl) - Thursday, 12 October 2017, 15:01 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 12 October 2017, 15:15 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The geany plugin "git-changebar" links to an old version of libgit2 which isn't existent on up-to-date Arch Linux systems:

$ geany -v
[...]
Geany-INFO: Can't load plugin: libgit2.so.25: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
Geany-INFO: Failed to load "/usr/lib/geany/git-changebar.so" - ignoring plugin!

$ ldd git-changebar.so | grep git
libgit2.so.25 => not found

The current libgit2 version is libgit2.so.26.


Additional info:
* package version(s): 1.31-1


Steps to reproduce:
* Install geany and geany-plugins from official repositories
* Run "geany -v" and see whether you receive the same error as above
This task depends upon

Closed by  Doug Newgard (Scimmia)
Thursday, 12 October 2017, 15:15 GMT
Reason for closing:  Not a bug
Additional comments about closing:  No, it doesn't.
/usr/lib/geany/git-changebar.so
NEEDED libgit2.so.26

Loading...