[python-nss] - Update to latest upstream - The following classes were added: InitParameters InitContext

John Dennis jdennis at fedoraproject.org
Mon Jan 10 21:16:13 UTC 2011


commit d627b39ba8461dae8d445f69cf4a62ffe4dd3d38
Author: John Dennis <jdennis at redhat.com>
Date:   Mon Jan 10 16:15:10 2011 -0500

    - Update to latest upstream
    - The following classes were added:
        InitParameters
        InitContext
    
    -The following module functions were added:
        nss.nss.nss_initialize()
        nss.nss.nss_init_context()
        nss.nss.nss_shutdown_context()
        nss.nss.nss_init_flags()

 .gitignore      |    1 +
 python-nss.spec |   33 ++++++++++++++++++++++-----------
 sources         |    2 +-
 3 files changed, 24 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 14ebbd2..55c6b2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 python-nss-0.9.tar.bz2
+/python-nss-0.10.tar.bz2
diff --git a/python-nss.spec b/python-nss.spec
index 66ecf1e..419f7b8 100644
--- a/python-nss.spec
+++ b/python-nss.spec
@@ -3,14 +3,14 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-nss
-Version:        0.9
-Release:        9%{?dist}
+Version:        0.10
+Release:        1%{?dist}
 Summary:        Python bindings for Network Security Services (NSS)
 
 Group:          Development/Languages
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
-URL:            :pserver:anonymous at cvs-mirror.mozilla.org:/cvsroot/mozilla/security/python/nss
-Source0:        %{name}-%{version}.tar.bz2
+URL:            ftp://ftp.mozilla.org/pub/mozilla.org/security/python-nss
+Source0:        ftp://ftp.mozilla.org/pub/mozilla.org/security/python-nss/releases/PYNSS_RELEASE_0_10_0/src/python-nss-0.10.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %global docdir %{_docdir}/%{name}-%{version}
@@ -66,6 +66,17 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jan 10 2011 John Dennis <jdennis at redhat.com> - 0.10-9
+- The following classes were added:
+    InitParameters
+    InitContext
+
+-The following module functions were added:
+    nss.nss.nss_initialize()
+    nss.nss.nss_init_context()
+    nss.nss.nss_shutdown_context()
+    nss.nss.nss_init_flags()
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.9-9
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
@@ -74,7 +85,7 @@ rm -rf $RPM_BUILD_ROOT
 
 * 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 
+  apparently this prevents subsequent calls to nss_init with a
   database to silently fail.
 - Clean up some cruft in doc/examples/verify_server.py
 
@@ -125,17 +136,17 @@ rm -rf $RPM_BUILD_ROOT
 - Sockets were enhanced thusly:
     - Threads will now yield during blocking IO.
     - Socket.makefile() reimplemented
-	  file object methods that had been missing (readlines(), sendall(),
-	  and iteration) were implemented, makefile now just returns the same
-	  Socket object but increments an "open" ref count. Thus a Socket
-	  object behaves like a file object and must be closed once for each
-	  makefile() call before it's actually closed.
+          file object methods that had been missing (readlines(), sendall(),
+          and iteration) were implemented, makefile now just returns the same
+          Socket object but increments an "open" ref count. Thus a Socket
+          object behaves like a file object and must be closed once for each
+          makefile() call before it's actually closed.
     - Sockets now support the iter protocol
     - Add Socket.readlines(), Socket.sendall()
 
 - The following classes were added:
     AuthKeyID
-    BasicConstraints	
+    BasicConstraints
     CRLDistributionPoint
     CRLDistributionPts
     CertificateExtension
diff --git a/sources b/sources
index 2221d85..2db889d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3e03b85852d99ed3167f18070484c045  python-nss-0.9.tar.bz2
+2886180ac16dcc8f14eb1145442d7e6f  python-nss-0.10.tar.bz2


More information about the scm-commits mailing list