[packages/python-bsddb] rediff patch; rel 3
atler
atler at pld-linux.org
Sat Mar 6 20:30:46 CET 2021
commit 661d8a39014212821ca94744b08bb850e11f9bbe
Author: Jan Palus <atler at pld-linux.org>
Date: Sat Mar 6 20:30:21 2021 +0100
rediff patch; rel 3
python-bsddb.spec | 2 +-
x32.patch | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python-bsddb.spec b/python-bsddb.spec
index 78d6380..8600dff 100644
--- a/python-bsddb.spec
+++ b/python-bsddb.spec
@@ -7,7 +7,7 @@ Summary: Python interface for BerkeleyDB
Summary(pl.UTF-8): Interfejs Pythona do BerkeleyDB
Name: python-%{module}
Version: 6.2.6
-Release: 2
+Release: 3
License: BSD-like w/o adv. clause
Group: Development/Languages/Python
Source0: http://pypi.python.org/packages/source/b/bsddb3/%{pname}-%{version}.tar.gz
diff --git a/x32.patch b/x32.patch
index e943939..84f77ed 100644
--- a/x32.patch
+++ b/x32.patch
@@ -6,8 +6,8 @@
'/lib64', '/usr/lib64',
+ '/libx32', '/usr/libx32',
'/lib', '/usr/lib',
+ '/usr/lib/x86_64-linux-gnu/',
]
- inc_dirs = compiler.include_dirs + ['/usr/include']
@@ -250,8 +251,10 @@
# check lib directories parallel to the location of the header
db_dirs_to_check = [
@@ -27,8 +27,8 @@
'/lib64', '/usr/lib64',
+ '/libx32', '/usr/libx32',
'/lib', '/usr/lib',
+ '/usr/lib/x86_64-linux-gnu/',
]
- inc_dirs = compiler.include_dirs + ['/usr/include']
@@ -250,8 +251,10 @@
# check lib directories parallel to the location of the header
db_dirs_to_check = [
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-bsddb.git/commitdiff/661d8a39014212821ca94744b08bb850e11f9bbe
More information about the pld-cvs-commit
mailing list