rpms/python-nss/devel python-nss.spec,1.16,1.17 sources,1.13,1.14

John Dennis jdennis at fedoraproject.org
Tue Jun 1 19:08:01 UTC 2010


Author: jdennis

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

Modified Files:
	python-nss.spec sources 
Log Message:
fold in more ref counting patches from Miloslav Trmač <mitr at redhat.com>
into upstream.
Did not bump upstream version, just bumped release ver in this spec file.
upload new upstream tarball



Index: python-nss.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/devel/python-nss.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- python-nss.spec	28 May 2010 19:54:57 -0000	1.16
+++ python-nss.spec	1 Jun 2010 19:08:01 -0000	1.17
@@ -4,7 +4,7 @@
 
 Name:           python-nss
 Version:        0.9
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python bindings for Network Security Services (NSS)
 
 Group:          Development/Languages
@@ -66,6 +66,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun  1 2010 John Dennis <jdennis at redhat.com> - 0.9-2
+- fold in more ref counting patches from Miloslav Trmač <mitr at redhat.com>
+  into upstream.
+  Did not bump upstream version, just bumped release ver in this spec file.
+
 * Fri May 28 2010 John Dennis <jdennis at redhat.com> - 0.9-1
 - Unicode objects now accepted as well as str objects for
   interfaces expecting a string.
@@ -166,6 +171,9 @@ rm -rf $RPM_BUILD_ROOT
     doc/examples/cert_dump.py
     test/test_cert_components.py
 
+- Apply patches from  Miloslav Trmač <mitr at redhat.com>
+  for ref counting and threading support. Thanks Miloslav!
+
 - Review all ref counting, numerous ref counting fixes
 
 - Implement cyclic garbage collection support by


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources	28 May 2010 19:54:57 -0000	1.13
+++ sources	1 Jun 2010 19:08:01 -0000	1.14
@@ -1 +1 @@
-3a93015dcca45e22434457677928e928  python-nss-0.9.tar.bz2
+a3436c70b1a56d8a00ed7bdec6e6474b  python-nss-0.9.tar.bz2



More information about the scm-commits mailing list