commit 510394b291014f7e3180fd57be7d4cb8b7deecb6
Author: Arkadiusz Miƛkiewicz <[email protected]>
Date:   Thu Oct 31 07:56:48 2019 +0100

    - up to 1.3.6

 build.patch        | 27 ---------------------------
 python-llfuse.spec | 14 ++++++--------
 2 files changed, 6 insertions(+), 35 deletions(-)
---
diff --git a/python-llfuse.spec b/python-llfuse.spec
index 0e42a7a..aaf71b6 100644
--- a/python-llfuse.spec
+++ b/python-llfuse.spec
@@ -7,14 +7,13 @@
 %define                module  llfuse
 Summary:       Python bindings for the low level FUSE API
 Name:          python-%{module}
-Version:       1.3.4
-Release:       3
+Version:       1.3.6
+Release:       1
 License:       GPL v2
 Group:         Libraries/Python
-Source0:       
https://bitbucket.org/nikratio/python-llfuse/downloads/%{module}-%{version}.tar.bz2
-# Source0-md5: 43a123c46d5438f15cd6bcafa16a0094
-Patch0:                build.patch
-Patch1:                x32.patch
+Source0:       https://pypi.debian.net/llfuse/%{module}-%{version}.tar.bz2
+# Source0-md5: 4996674fa327c6c93174c1f71961ac6c
+Patch0:                x32.patch
 URL:           https://github.com/python-llfuse/python-llfuse
 BuildRequires: rpmbuild(macros) >= 1.710
 BuildRequires: libfuse-devel >= 2.8.0
@@ -56,9 +55,8 @@ Dokumentacja API %{module}.
 
 %prep
 %setup -q -n %{module}-%{version}
-%patch0 -p1
 %ifarch x32
-%patch1 -p1
+%patch0 -p1
 %endif
 
 %build
diff --git a/build.patch b/build.patch
deleted file mode 100644
index 79064a2..0000000
--- a/build.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff -ur llfuse-1.3.4.org/src/xattr.h llfuse-1.3.4/src/xattr.h
---- llfuse-1.3.4.org/src/xattr.h       2016-05-24 02:53:33.000000000 +0200
-+++ llfuse-1.3.4/src/xattr.h   2018-07-02 12:51:09.266369364 +0200
-@@ -25,7 +25,11 @@
-  * Linux
-  */
- #if PLATFORM == PLATFORM_LINUX
--#include <attr/xattr.h>
-+#include <sys/xattr.h>
-+
-+#ifndef ENOATTR
-+# define ENOATTR ENODATA        /* No such attribute */
-+#endif
- 
- #define EXTATTR_NAMESPACE_USER 0
- #define EXTATTR_NAMESPACE_SYSTEM 0
---- llfuse-1.3.4/src/llfuse.c~ 2018-04-29 18:08:28.000000000 +0200
-+++ llfuse-1.3.4/src/llfuse.c  2018-07-02 13:27:07.169974273 +0200
-@@ -417,7 +417,7 @@ static CYTHON_INLINE void * PyThread_tss
-   #define __Pyx_PyUnicode_KIND(u)         (sizeof(Py_UNICODE))
-   #define __Pyx_PyUnicode_DATA(u)         ((void*)PyUnicode_AS_UNICODE(u))
-   #define __Pyx_PyUnicode_READ(k, d, i)   ((void)(k), 
(Py_UCS4)(((Py_UNICODE*)d)[i]))
--  #define __Pyx_PyUnicode_WRITE(k, d, i, ch)  (((void)(k)), 
((Py_UNICODE*)d)[i] = ch)
-+  #define __Pyx_PyUnicode_WRITE(k, d, i, ch)  (((void)(k)), 
((Py_UNICODE*)d)[i] = (Py_UNICODE)ch)
-   #define __Pyx_PyUnicode_IS_TRUE(u)      (0 != PyUnicode_GET_SIZE(u))
- #endif
- #if CYTHON_COMPILING_IN_PYPY
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-llfuse.git/commitdiff/510394b291014f7e3180fd57be7d4cb8b7deecb6

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to