Author: arekm Date: Mon Jan 8 12:20:37 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2; fix freeing object (caused segfault)
---- Files affected: SPECS: python-adns.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: SPECS/python-adns.spec diff -u SPECS/python-adns.spec:1.14 SPECS/python-adns.spec:1.15 --- SPECS/python-adns.spec:1.14 Mon Jan 8 11:20:37 2007 +++ SPECS/python-adns.spec Mon Jan 8 13:20:31 2007 @@ -3,11 +3,12 @@ Summary(pl): Wiązania Pythona do biblioteki GNU adns Name: python-adns Version: 1.2.0 -Release: 1 +Release: 2 License: GPL v2+ Group: Libraries/Python Source0: http://adns-python.googlecode.com/files/adns-python-%{version}.tar.gz # Source0-md5: e2d756ba982ce3181ebb4c40a42d80dd +Patch0: %{name}-free.patch URL: http://code.google.com/p/adns-python/ %pyrequires_eq python BuildRequires: adns-devel >= 1.4 @@ -22,6 +23,7 @@ %prep %setup -q -n adns-python-%{version} +%patch0 -p1 %build python setup.py build @@ -47,6 +49,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2007/01/08 12:20:31 arekm +- rel 2; fix freeing object (caused segfault) + Revision 1.14 2007/01/08 10:20:37 arekm - up to 1.2.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/python-adns.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
