From 878a18abd8b6838a7ab8cda63fe0405051f0d245118dc2907a4aaad3f5ea3618 Mon Sep 17 00:00:00 2001 From: Git SCM Staging Date: Tue, 5 Nov 2024 12:45:09 +0000 Subject: [PATCH] [info=3e07cb6faef98760b11addef0c42d0d294cfa921029306ca19a987bbda9ba12b] OBS-URL: https://build.opensuse.org/package/show/devel:Factory:git-workflow:staging:mcepl:python-pygit2:2/python-pygit2?expand=0&rev=3 --- _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 6555c31..e2b605c 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1730810625 -commit: f5cc8fe3ef04e9b1df5cb981df4c43ac7d52c00b4080d07075cb899be178dcae +mtime: 1730810698 +commit: 3e07cb6faef98760b11addef0c42d0d294cfa921029306ca19a987bbda9ba12b url: https://src.opensuse.org/mcepl/python-pygit2.git -revision: f5cc8fe3ef04e9b1df5cb981df4c43ac7d52c00b4080d07075cb899be178dcae +revision: 3e07cb6faef98760b11addef0c42d0d294cfa921029306ca19a987bbda9ba12b diff --git a/build.specials.obscpio b/build.specials.obscpio index 8740d84..0192414 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e7e8db858273ffd00a356a63ea1754f840ee8519e5e1aeb2ae8e065317ef582 +oid sha256:917a491ff85ea1cdb720bdc4e4ccb16a5afc93d92f8f126aa6f27ded38479f04 size 280 diff --git a/const-parents.patch b/const-parents.patch index 2669549..48e2fcc 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, -+ (const git_commit **)parents); ++ (git_commit * const*)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, -+ (const git_commit **)parents); ++ (git_commit * const*)parents); if (err < 0) { Error_set(err); goto out;