rpms/python-nss/F-11 python-nss.spec,1.7,1.8

John Dennis jdennis at fedoraproject.org
Thu Jul 9 12:50:22 UTC 2009


Author: jdennis

Update of /cvs/pkgs/rpms/python-nss/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10011

Modified Files:
	python-nss.spec 
Log Message:
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



Index: python-nss.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/F-11/python-nss.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- python-nss.spec	1 Jul 2009 20:01:12 -0000	1.7
+++ python-nss.spec	9 Jul 2009 12:49:51 -0000	1.8
@@ -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 <jdennis at redhat.com> - 0.6-2
+- restore nss.nssinit(), make deprecated
+
+* Wed Jul  8 2009 John Dennis <jdennis at redhat.com> - 0.6-1
+- fix bug #510343 client_auth_data_callback seg faults if False
+  is returned from callback
+
 * Wed Jul  1 2009 John Dennis <jdennis at redhat.com> - 0.5-1
 - restore ssl.nss_init and ssl.nss_shutdown but make them deprecated
   add __version__ string to nss module




More information about the fedora-extras-commits mailing list