rpms/python-nss/devel .cvsignore, 1.5, 1.6 python-nss.spec, 1.7, 1.8 sources, 1.6, 1.7

John Dennis jdennis at fedoraproject.org
Tue Jun 30 21:45:50 UTC 2009


Author: jdennis

Update of /cvs/pkgs/rpms/python-nss/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2534

Modified Files:
	.cvsignore python-nss.spec sources 
Log Message:
add binding for NSS_NoDB_Init(), bug #509002
move nss_init and nss_shutdown from ssl module to nss module



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	4 Jun 2009 19:06:51 -0000	1.5
+++ .cvsignore	30 Jun 2009 21:45:19 -0000	1.6
@@ -1 +1 @@
-python-nss-0.3.tar.bz2
+python-nss-0.4.tar.bz2


Index: python-nss.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/devel/python-nss.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- python-nss.spec	4 Jun 2009 19:06:51 -0000	1.7
+++ python-nss.spec	30 Jun 2009 21:45:19 -0000	1.8
@@ -3,7 +3,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-nss
-Version:        0.3
+Version:        0.4
 Release:        1%{?dist}
 Summary:        Python bindings for Network Security Services (NSS)
 
@@ -69,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun 30 2009 John Dennis <jdennis at redhat.com> - 0.4-1
+- add binding for NSS_NoDB_Init(), bug #509002
+  move nss_init and nss_shutdown from ssl module to nss module
+
 * Thu Jun  4 2009 John Dennis <jdennis at redhat.com> - 0.3-1
 - installed source code in Mozilla CVS repository
   update URL tag to point to CVS repositoy


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	4 Jun 2009 19:06:51 -0000	1.6
+++ sources	30 Jun 2009 21:45:19 -0000	1.7
@@ -1 +1 @@
-b32214f82666eae5422459c3b41be2f0  python-nss-0.3.tar.bz2
+6f936b22a5b76e0447a91c62ea0f2a2b  python-nss-0.4.tar.bz2




More information about the fedora-extras-commits mailing list