rpms/python-nss/devel python-nss.spec,1.22,1.23 sources,1.18,1.19

John Dennis jdennis at fedoraproject.org
Thu Jul 8 15:42:25 UTC 2010


Author: jdennis

Update of /cvs/pkgs/rpms/python-nss/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14306

Modified Files:
	python-nss.spec sources 
Log Message:
- Remove nss_init_nodb() when nss modules loads from previous version
  apparently this prevents subsequent calls to nss_init with a 
  database to silently fail.
- Clean up some cruft in doc/examples/verify_server.py



Index: python-nss.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/devel/python-nss.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- python-nss.spec	25 Jun 2010 11:54:21 -0000	1.22
+++ python-nss.spec	8 Jul 2010 15:42:24 -0000	1.23
@@ -4,7 +4,7 @@
 
 Name:           python-nss
 Version:        0.9
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Python bindings for Network Security Services (NSS)
 
 Group:          Development/Languages
@@ -66,6 +66,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul  8 2010 John Dennis <jdennis at redhat.com> - 0.9-7
+- Remove nss_init_nodb() when nss modules loads from previous version
+  apparently this prevents subsequent calls to nss_init with a 
+  database to silently fail.
+- Clean up some cruft in doc/examples/verify_server.py
+
 * Thu Jun 24 2010 John Dennis <jdennis at redhat.com> - 0.9-6
 - Invoke nss_init_nodb() when nss modules loads, this prevents segfaults
   in NSS if Python programmer forgot to call one of the NSS


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/devel/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- sources	24 Jun 2010 19:34:10 -0000	1.18
+++ sources	8 Jul 2010 15:42:25 -0000	1.19
@@ -1 +1 @@
-6f0d10a09586fd6d54b841bae3450871  python-nss-0.9.tar.bz2
+019b94f1b5da5f0de3b56324c0b13125  python-nss-0.9.tar.bz2



More information about the scm-commits mailing list