packages: python-PyPAM/python-PyPAM.spec - added two patches (fixing segfau...
lkrotowski
lkrotowski at pld-linux.org
Mon Jan 4 18:03:28 CET 2010
Author: lkrotowski Date: Mon Jan 4 17:03:28 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- added two patches (fixing segfault with incorrect deallocation and
dropped pam-devel requirement)
---- Files affected:
packages/python-PyPAM:
python-PyPAM.spec (1.10 -> 1.11)
---- Diffs:
================================================================
Index: packages/python-PyPAM/python-PyPAM.spec
diff -u packages/python-PyPAM/python-PyPAM.spec:1.10 packages/python-PyPAM/python-PyPAM.spec:1.11
--- packages/python-PyPAM/python-PyPAM.spec:1.10 Sun Mar 15 16:08:55 2009
+++ packages/python-PyPAM/python-PyPAM.spec Mon Jan 4 18:03:23 2010
@@ -11,6 +11,8 @@
Group: Development/Languages/Python
Source0: http://www.pangalactic.org/PyPAM/%{module}-%{version}.tar.gz
# Source0-md5: f1e7c2c56421dda28a75ace59a3c8871
+Patch0: %{name}-destructor.patch
+Patch1: %{name}-dlopen.patch
URL: http://www.pangalactic.org/PyPAM/
BuildRequires: pam-devel
BuildRequires: python-devel >= 1:2.3
@@ -26,6 +28,8 @@
%prep
%setup -q -n %{module}-%{version}
+%patch0 -p1
+%patch1 -p1
sed -i -e 's#python1.5/Python.h#python%{py_ver}/Python.h#g' PAMmodule.c
%build
@@ -54,6 +58,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2010/01/04 17:03:23 lkrotowski
+- added two patches (fixing segfault with incorrect deallocation and
+ dropped pam-devel requirement)
+
Revision 1.10 2009/03/15 15:08:55 duddits
- up to 0.5.0
- pythonize %build and %install
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-PyPAM/python-PyPAM.spec?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list