diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index e2b605c..1ee5bc6 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1730810698 -commit: 3e07cb6faef98760b11addef0c42d0d294cfa921029306ca19a987bbda9ba12b +mtime: 1730806374 +commit: 8f774c3b9f40d04f66a46759d57c82ef5d71a8e1989bc375a9493ec49c78810e url: https://src.opensuse.org/mcepl/python-pygit2.git -revision: 3e07cb6faef98760b11addef0c42d0d294cfa921029306ca19a987bbda9ba12b +revision: 8f774c3b9f40d04f66a46759d57c82ef5d71a8e1989bc375a9493ec49c78810e diff --git a/build.specials.obscpio b/build.specials.obscpio index 0192414..d59e4d7 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:917a491ff85ea1cdb720bdc4e4ccb16a5afc93d92f8f126aa6f27ded38479f04 +oid sha256:5679ea7608681403ab243a0f778be1990c99f5a64cfe201fa19ad3ba56bd9592 size 280 diff --git a/const-parents.patch b/const-parents.patch index 48e2fcc..2669549 100644 --- a/const-parents.patch +++ b/const-parents.patch @@ -11,7 +11,7 @@ py_author->signature, py_committer->signature, - encoding, message, tree, parent_count, parents); + encoding, message, tree, parent_count, -+ (git_commit * const*)parents); ++ (const git_commit **)parents); if (err < 0) { Error_set(err); goto out; @@ -21,7 +21,7 @@ py_author->signature, py_committer->signature, - encoding, message, tree, parent_count, parents); + encoding, message, tree, parent_count, -+ (git_commit * const*)parents); ++ (const git_commit **)parents); if (err < 0) { Error_set(err); goto out;