[python-nss/f13/master] - Upgrade to latest upstream release - The following classes were added: InitParameters Init

John Dennis jdennis at fedoraproject.org
Mon Jan 10 21:43:02 UTC 2011


commit 6709fc7714dfaf803053218654fdc92140191cd1
Author: John Dennis <jdennis at redhat.com>
Date:   Mon Jan 10 16:42:37 2011 -0500

    - Upgrade to latest upstream release
    - 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 |   20 ++++++++++++++++----
 sources         |    2 +-
 3 files changed, 18 insertions(+), 5 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 e5d650f..727a9d5 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:        8%{?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,18 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jan 10 2011 John Dennis <jdennis at redhat.com> - 0.10-9
+- Upgrade to latest upstream release
+- 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 15 2010 John Dennis <jdennis at redhat.com> - 0.9-8
 - Correct definciencies in auth_certificate_callback found in several
   of the example files and documentation. If you've copied that code
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