rpms/nss_compat_ossl/devel .cvsignore, 1.2, 1.3 nss_compat_ossl.spec, 1.3, 1.4 sources, 1.2, 1.3

Robert Crittenden (rcritten) fedora-extras-commits at redhat.com
Thu Sep 20 17:53:48 UTC 2007


Author: rcritten

Update of /cvs/extras/rpms/nss_compat_ossl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7879

Modified Files:
	.cvsignore nss_compat_ossl.spec sources 
Log Message:
0.9.2-1
- update to 0.9.2 
- Enable loading the NSS PKCS#11 pem module
- Add a URL
- Specify the license as LGPLv2+ instead of just LGPL



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/nss_compat_ossl/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	23 Jul 2007 18:28:36 -0000	1.2
+++ .cvsignore	20 Sep 2007 17:53:14 -0000	1.3
@@ -1 +1 @@
-nss_compat_ossl-0.9.1.tar.gz
+nss_compat_ossl-0.9.2.tar.gz


Index: nss_compat_ossl.spec
===================================================================
RCS file: /cvs/extras/rpms/nss_compat_ossl/devel/nss_compat_ossl.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nss_compat_ossl.spec	29 Aug 2007 05:29:03 -0000	1.3
+++ nss_compat_ossl.spec	20 Sep 2007 17:53:15 -0000	1.4
@@ -1,14 +1,17 @@
 Name:           nss_compat_ossl
-Version:        0.9.1
-Release:        5%{?dist}
+Version:        0.9.2
+Release:        1%{?dist}
 Summary:        Source-level compatibility library for OpenSSL to NSS porting
 
 Group:          System Environment/Libraries
-License:        LGPL
+License:        LGPLv2+
+URL:            http://rcritten.fedorapeople.org/nss_compat_ossl.html
 Source0:        http://directory.fedoraproject.org/sources/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  nss-devel, nspr-devel
+# Need > 3.11.7-7 so we have the NSS PKCS#11 flat-file reader available 
+BuildRequires:  nss-devel > 3.11.7-7
+BuildRequires:  nspr-devel
 
 %description
 This library provides a source-level compatibility layer to aid porting
@@ -28,6 +31,9 @@
 
 %build
 
+CFLAGS="$RPM_OPT_FLAGS -DPKCS11_PEM_MODULE"
+export CFLAGS
+
 %configure --prefix=/usr --disable-static
 make %{?_smp_mflags}
 
@@ -59,6 +65,12 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Wed Sep 20 2007 Rob Crittenden <rcritten at redhat.com> 0.9.2-1
+- update to 0.9.2
+- Enable loading the NSS PKCS#11 pem module
+- Add a URL
+- Specify the license as LGPLv2+ instead of just LGPL
+
 * Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0.9.1-5
 - Rebuild for selinux ppc32 issue.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/nss_compat_ossl/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	23 Jul 2007 18:28:36 -0000	1.2
+++ sources	20 Sep 2007 17:53:15 -0000	1.3
@@ -1 +1 @@
-765c1426fc61b5c67c17fca0a87405cb  nss_compat_ossl-0.9.1.tar.gz
+84ceb6df62872f8c6df3f2f5657425e6  nss_compat_ossl-0.9.2.tar.gz




More information about the fedora-extras-commits mailing list