From e454ce310c0ab1d704606d089d2c3398f56b6eea Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Mar 13 2007 15:58:26 +0000 Subject: updated to svrcore 4.0.4 - all files now Mozilla tri-licensed --- diff --git a/.cvsignore b/.cvsignore index cbb5d6c..4c7bf5d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -svrcore-4.0.3.01.tar.gz +svrcore-4.0.4.tar.bz2 diff --git a/sources b/sources index 4e7a3b4..316caa0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fbb56acf580aa0ebb32df58594458b28 svrcore-4.0.3.01.tar.gz +46bcdc82624d11c1bb168cf9f15e066c svrcore-4.0.4.tar.bz2 diff --git a/svrcore.spec b/svrcore.spec index 4b92fca..9434678 100644 --- a/svrcore.spec +++ b/svrcore.spec @@ -3,8 +3,8 @@ Summary: Secure PIN handling using NSS crypto Name: svrcore -Version: 4.0.3.01 -Release: 0%{?dist} +Version: 4.0.4 +Release: 1%{?dist} License: MPL/GPL/LGPL URL: http://www.mozilla.org/projects/security/pki/ Group: Development/Libraries @@ -15,7 +15,7 @@ BuildRequires: nspr-devel >= %{nspr_version} BuildRequires: nss-devel >= %{nss_version} BuildRequires: pkgconfig -Source0: ftp://ftp.mozilla.org/pub/mozilla.org/directory/svrcore/releases/4.0.3/%{name}-%{version}.tar.gz +Source0: ftp://ftp.mozilla.org/pub/mozilla.org/directory/svrcore/releases/%{version}/src/%{name}-%{version}.tar.bz2 %description svrcore provides applications with several ways to handle secure PIN storage @@ -74,6 +74,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libsvrcore.la %{_includedir}/svrcore.h %changelog +* Tue Mar 13 2007 Rich Megginson - 4.0.4-1 +- Removed some autoconf generated files which were GPL only - all +- code needs to be tri-licensed +- updated version to 4.0.4 +- added empty COPYING file - do not use the one generated by autoreconf +- use bz2 for source tarball instead of gz + * Wed Dec 13 2006 Rich Megginson - 4.0.3.01-0 - Fixed support for windows build by moving old makefile to src/Makefile.win - and updating instructions - I could not get configure/libtool to work