Package: guile-git / 0.5.2-5

Metadata

Package Version Patches format
guile-git 0.5.2-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
structs Adjust remote callbacks for libgit2 v1.2.0.patch | (download)

configure.ac | 18 12 6 - 0 !
git/configuration.scm.in | 6 6 0 - 0 !
git/structs.scm | 6 6 0 - 0 !
3 files changed, 24 insertions( ), 6 deletions(-)

 [patch 3/5] structs: adjust %remote-callbacks for libgit2 v1.2.0.

Fixes <https://gitlab.com/guile-git/guile-git/-/issues/23>.

* configure.ac (AC_CHECK_MEMBER)
<git_remote_callbacks.remote_ready>: New member check.
<git_remote_callbacks.resolve_url>: Streamline.
* git/config.scm.in (%have-remote-callbacks-remote-ready?): New variable.
* git/structs.scm (%remote-callbacks): Conditionally add the new
callback 'remote_ready' callback field.