15
0

Accepting request 227350 from home:AndreasSchwab:f

- type-mismatch.patch: Use Py_ssize_t rather than PY_LONG_LONG for sizes

OBS-URL: https://build.opensuse.org/request/show/227350
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-persistent?expand=0&rev=3
This commit is contained in:
2014-03-24 19:48:00 +00:00
committed by Git OBS Bridge
parent e2e18aae5b
commit b6cfd62ffe
3 changed files with 103 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-persistent
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -12,10 +12,11 @@
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-persistent
Version: 4.0.6
Release: 0
@@ -24,6 +25,8 @@ Summary: Translucent persistent objects
License: ZPL-2.1
Group: Development/Languages/Python
Source: persistent-%{version}.tar.gz
# PATCH-FIX-UPSTREAM https://github.com/zopefoundation/persistent/commit/33daf91246f85c3248658c4d81d768bd78617003
Patch: type-mismatch.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-setuptools
@@ -60,6 +63,7 @@ This package contains documentation files for %{name}.
%prep
%setup -q -n persistent-%{version}
%patch -p1
%build
python setup.py build