Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pygit2 for openSUSE:Factory 
checked in at 2024-05-22 21:29:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pygit2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-pygit2.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pygit2"

Wed May 22 21:29:43 2024 rev:38 rq:1174862 version:1.14.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pygit2/python-pygit2.changes      
2024-05-03 10:43:36.075196277 +0200
+++ /work/SRC/openSUSE:Factory/.python-pygit2.new.1880/python-pygit2.changes    
2024-05-22 21:30:02.160626566 +0200
@@ -1,0 +2,6 @@
+Fri May 17 10:57:08 UTC 2024 - Dirk Müller <dmuel...@suse.com>
+
+- add  pygit2-Upgrade_to_libgit2_v1_8_1-2.patch
+  pygit2-Upgrade_to_libgit2_v1_8_1.patch: support libgit2 1.8.1
+
+-------------------------------------------------------------------

New:
----
  pygit2-Upgrade_to_libgit2_v1_8_1-2.patch
  pygit2-Upgrade_to_libgit2_v1_8_1.patch

BETA DEBUG BEGIN:
  New:
- add  pygit2-Upgrade_to_libgit2_v1_8_1-2.patch
  pygit2-Upgrade_to_libgit2_v1_8_1.patch: support libgit2 1.8.1
  New:- add  pygit2-Upgrade_to_libgit2_v1_8_1-2.patch
  pygit2-Upgrade_to_libgit2_v1_8_1.patch: support libgit2 1.8.1
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pygit2.spec ++++++
--- /var/tmp/diff_new_pack.uhknW4/_old  2024-05-22 21:30:05.520749304 +0200
+++ /var/tmp/diff_new_pack.uhknW4/_new  2024-05-22 21:30:05.524749451 +0200
@@ -29,8 +29,12 @@
 Patch0:         pygit2-Upgrade_to_libgit2_v1_8_0.patch
 # PATCH-FIX-UPSTREAM - fixup for the libgit 1.8 support
 Patch1:         Fix-CI.patch
+# PATCH-FIX-UPSTREAM
+Patch2:         pygit2-Upgrade_to_libgit2_v1_8_1.patch
+# PATCH-FIX-UPSTREAM
+Patch3:         pygit2-Upgrade_to_libgit2_v1_8_1-2.patch
 # PATCH-FIX-UPSTREAM - happens to eliminate bogus pointer casts
-Patch2:         Fix-leaks-in-fetch_refspecs-and-push_refspecs.patch
+Patch4:         Fix-leaks-in-fetch_refspecs-and-push_refspecs.patch
 BuildRequires:  %{python_module cached-property}
 BuildRequires:  %{python_module cffi >= 1.4.0}
 BuildRequires:  %{python_module devel}
@@ -54,6 +58,8 @@
 %prep
 %autosetup -p1 -n pygit2-%{version}
 %if %{?pkg_vcmp:%pkg_vcmp libgit2-devel < 1.8}%{!?pkg_vcmp:1}
+%patch -P 3 -p1 -R
+%patch -P 2 -p1 -R
 %patch -P 1 -p1 -R
 %patch -P 0 -p1 -R
 %endif

++++++ pygit2-Upgrade_to_libgit2_v1_8_1-2.patch ++++++
>From dabd40c54fa3a086a5b1b1dd0f2fb86a689eef69 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= <jdavid....@gmail.com>
Date: Fri, 17 May 2024 09:53:05 +0200
Subject: [PATCH] Update to libgit2 1.8.1

---
 pygit2/decl/remote.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pygit2/decl/remote.h b/pygit2/decl/remote.h
index 6a4ee90b..64b96442 100644
--- a/pygit2/decl/remote.h
+++ b/pygit2/decl/remote.h
@@ -81,8 +81,7 @@ typedef struct {
        int version;
        git_remote_callbacks callbacks;
        git_fetch_prune_t prune;
-       unsigned int update_fetchhead : 1,
-                    report_unchanged : 1;
+       unsigned int update_fetchhead;
        git_remote_autotag_option_t download_tags;
        git_proxy_options proxy_opts;
        int depth;

++++++ pygit2-Upgrade_to_libgit2_v1_8_1.patch ++++++
>From 31ea782852a318214149d24b73fc0e6ebe4210c6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= <jdavid....@gmail.com>
Date: Fri, 17 May 2024 09:29:14 +0200
Subject: [PATCH] Update to libgit2 1.8.1

---
 .github/workflows/tests.yml |  8 ++++----
 Makefile                    |  2 +-
 appveyor.yml                |  2 +-
 build.sh                    |  8 ++++----
 docs/install.rst            | 14 +++++++-------
 pyproject.toml              |  4 ++--
 6 files changed, 19 insertions(+), 19 deletions(-)

--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 .PHONY: build html
 
 build:
-       OPENSSL_VERSION=3.1.5 LIBSSH2_VERSION=1.11.0 LIBGIT2_VERSION=1.8.0 sh 
build.sh
+       OPENSSL_VERSION=3.1.5 LIBSSH2_VERSION=1.11.0 LIBGIT2_VERSION=1.8.1 sh 
build.sh
 
 html: build
        make -C docs html
--- a/build.sh
+++ b/build.sh
@@ -22,14 +22,14 @@
 #
 #   sh build.sh
 #
-# Build libgit2 1.8.0 (will use libssh2 if available), then build pygit2
+# Build libgit2 1.8.1 (will use libssh2 if available), then build pygit2
 # inplace:
 #
-#   LIBGIT2_VERSION=1.8.0 sh build.sh
+#   LIBGIT2_VERSION=1.8.1 sh build.sh
 #
-# Build libssh2 1.11.0 and libgit2 1.8.0, then build pygit2 inplace:
+# Build libssh2 1.11.0 and libgit2 1.8.1, then build pygit2 inplace:
 #
-#   LIBSSH2_VERSION=1.11.0 LIBGIT2_VERSION=1.8.0 sh build.sh
+#   LIBSSH2_VERSION=1.11.0 LIBGIT2_VERSION=1.8.1 sh build.sh
 #
 # Build inplace and run the tests:
 #

Reply via email to