From c42d629af5c5f134dc216667f6dee104905f79362a3a9868579d51d32e76659c Mon Sep 17 00:00:00 2001 From: Git SCM Staging Date: Tue, 5 Nov 2024 12:48:56 +0000 Subject: [PATCH] [info=8f774c3b9f40d04f66a46759d57c82ef5d71a8e1989bc375a9493ec49c78810e] OBS-URL: https://build.opensuse.org/package/show/devel:Factory:git-workflow:staging:mcepl:python-pygit2:2/python-pygit2?expand=0&rev=4 --- _scmsync.obsinfo | 6 +++--- build.specials.obscpio | 2 +- const-parents.patch | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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;