From f1fea48e87ca64200206a82206d3c252994faed6 Mon Sep 17 00:00:00 2001 From: jjh Date: Sat, 18 Aug 2007 01:12:52 +0000 Subject: [PATCH] - update to 0.5.31 - set License: --- .cvsignore | 2 +- nginx.spec | 22 ++++++++++++---------- sources | 2 +- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/.cvsignore b/.cvsignore index be50c2b..39cb7cf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -nginx-0.5.30.tar.gz +nginx-0.5.31.tar.gz diff --git a/nginx.spec b/nginx.spec index 8c764d3..a103388 100644 --- a/nginx.spec +++ b/nginx.spec @@ -7,23 +7,18 @@ %define nginx_datadir %{_datadir}/nginx Name: nginx -Version: 0.5.30 +Version: 0.5.31 Release: 1%{?dist} Summary: Robust, small and high performance http and reverse proxy server Group: System Environment/Daemons -# The license appears to be equivalent to the New BSD License -# (http://www.opensource.org/licenses/bsd-license.php) without the 3rd -# clause. Which according to OSI makes it functionally equivalent to -# the MIT license. The documentation on the nginx wiki -# (http://wiki.codemongers.com/Nginx) says : -# -# "The sources are licensed under a BSD-like license" -License: BSD-like +# BSD 2 clause license +# http://www.freebsd.org/copyright/freebsd-license.html +License: BSD URL: http://nginx.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: pcre-devel,zlib-devel,openssl-devel +BuildRequires: pcre-devel,zlib-devel,openssl-devel,perl-devel Requires: pcre,zlib,openssl Requires(pre): %{_sbindir}/useradd Requires(post): /sbin/chkconfig @@ -152,6 +147,13 @@ fi %changelog +* Fri Aug 17 2007 Jeremy Hinegardner - 0.5.31-1 +- Update to 0.5.31 +- specify license is BSD + +* Sat Aug 11 2007 Jeremy Hinegardner - 0.5.30-2 +- Add BuildRequires: perl-devel - fixing rawhide build + * Mon Jul 30 2007 Jeremy Hinegardner - 0.5.30-1 - Update to 0.5.30 diff --git a/sources b/sources index e507797..1b66d4e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -804cf3d6583fe820de42c5e7c50d7a1a nginx-0.5.30.tar.gz +d84ef8e624b8953faf9cee2b5da535c1 nginx-0.5.31.tar.gz