Hello community,

here is the log from the commit of package python-pygit2 for openSUSE:Factory 
checked in at 2018-05-29 10:35:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pygit2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-pygit2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pygit2"

Tue May 29 10:35:08 2018 rev:17 rq:610890 version:0.27.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pygit2/python-pygit2.changes      
2018-05-17 18:06:10.602216700 +0200
+++ /work/SRC/openSUSE:Factory/.python-pygit2.new/python-pygit2.changes 
2018-05-29 10:35:11.894024974 +0200
@@ -1,0 +2,6 @@
+Mon May 21 08:33:07 UTC 2018 - tchva...@suse.com
+
+- Add patch to fix issues on i586 arch:
+  * pygit2-i586.patch
+
+-------------------------------------------------------------------

New:
----
  pygit2-i586.patch

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

Other differences:
------------------
++++++ python-pygit2.spec ++++++
--- /var/tmp/diff_new_pack.1DfIXf/_old  2018-05-29 10:35:12.522001785 +0200
+++ /var/tmp/diff_new_pack.1DfIXf/_new  2018-05-29 10:35:12.522001785 +0200
@@ -25,6 +25,7 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/libgit2/pygit2
 Source:         
https://files.pythonhosted.org/packages/source/p/pygit2/pygit2-%{version}.tar.gz
+Patch0:         pygit2-i586.patch
 BuildRequires:  %{python_module cffi}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
@@ -42,6 +43,7 @@
 
 %prep
 %setup -q -n pygit2-%{version}
+%patch0 -p1
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"

++++++ pygit2-i586.patch ++++++
>From 1d11fa171b56114f181ac022715baba9581d36e7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= <jdavid....@gmail.com>
Date: Sun, 20 May 2018 17:52:34 +0200
Subject: [PATCH] Update git_time decl

Should fix #795
---
 pygit2/decl.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pygit2/decl.h b/pygit2/decl.h
index 9cdea8a0..53451583 100644
--- a/pygit2/decl.h
+++ b/pygit2/decl.h
@@ -77,6 +77,7 @@ typedef struct {
 typedef struct git_time {
        git_time_t time;
        int offset;
+       char sign;
 } git_time;
 
 typedef struct git_signature {

Reply via email to