From eecea5dfd36bb4ff93c322124fe3426b4c03995f Mon Sep 17 00:00:00 2001 From: John Dennis Date: Jul 09 2009 12:49:51 +0000 Subject: spec file was mistakenly omitted from previous commit - fix bug #510343 client_auth_data_callback seg faults if False is returned from callback - restore nss.nssinit(), make deprecated --- diff --git a/python-nss.spec b/python-nss.spec index e2a4be7..8ef2d56 100644 --- a/python-nss.spec +++ b/python-nss.spec @@ -3,8 +3,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-nss -Version: 0.5 -Release: 1%{?dist} +Version: 0.6 +Release: 2%{?dist} Summary: Python bindings for Network Security Services (NSS) Group: Development/Languages @@ -69,6 +69,13 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jul 9 2009 John Dennis - 0.6-2 +- restore nss.nssinit(), make deprecated + +* Wed Jul 8 2009 John Dennis - 0.6-1 +- fix bug #510343 client_auth_data_callback seg faults if False + is returned from callback + * Wed Jul 1 2009 John Dennis - 0.5-1 - restore ssl.nss_init and ssl.nss_shutdown but make them deprecated add __version__ string to nss module