]> git.pld-linux.org Git - packages/python-persistent.git/commitdiff
- install missing header, rel 3 auto/th/python-persistent-4.7.0-3
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 26 Feb 2022 09:12:31 +0000 (10:12 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 26 Feb 2022 09:12:31 +0000 (10:12 +0100)
missing-header.patch [new file with mode: 0644]
python-persistent.spec

diff --git a/missing-header.patch b/missing-header.patch
new file mode 100644 (file)
index 0000000..886eaf5
--- /dev/null
@@ -0,0 +1,10 @@
+--- persistent-4.7.0/setup.py~ 2021-04-13 12:55:40.000000000 +0200
++++ persistent-4.7.0/setup.py  2022-02-26 10:10:22.686802135 +0100
+@@ -83,6 +83,7 @@
+     headers = [
+         'persistent/cPersistence.h',
+         'persistent/ring.h',
++        'persistent/_compat.h',
+     ]
+ setup(name='persistent',
index 46c21b0efe29bde08bc458023a17b7809c812bec..d922b1745afea38d56d7af7260781cc93acd68f8 100644 (file)
@@ -10,12 +10,13 @@ Summary:    Automatic persistence for Python objects
 Summary(pl.UTF-8):     Automatyczne trwałe obiekty w Pythonie
 Name:          python-%{module}
 Version:       4.7.0
-Release:       2
+Release:       3
 License:       ZPL v2.1
 Group:         Libraries/Python
 #Source0Download: https://pypi.org/simple/persistent/
 Source0:       https://files.pythonhosted.org/packages/source/p/persistent/%{module}-%{version}.tar.gz
 # Source0-md5: dedb296b74082edf246fe48333065f46
+Patch0:                missing-header.patch
 URL:           https://www.zope.dev/
 %if %{with python2}
 BuildRequires: python-cffi
@@ -85,6 +86,7 @@ Dokumentacja API modułu Pythona persistent.
 
 %prep
 %setup -q -n %{module}-%{version}
+%patch0 -p1
 
 %build
 %if %{with python2}
This page took 0.102092 seconds and 4 git commands to generate.