From ebd399380bd34b2f9173bbebcd6ca9116c64272c Mon Sep 17 00:00:00 2001 From: jjh Date: Sat, 18 Aug 2007 00:48:07 +0000 Subject: [PATCH] - update to 0.5.31 - set License: --- .cvsignore | 2 +- nginx.spec | 19 +++++++++---------- sources | 2 +- 3 files changed, 11 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 369fac9..a103388 100644 --- a/nginx.spec +++ b/nginx.spec @@ -7,19 +7,14 @@ %define nginx_datadir %{_datadir}/nginx Name: nginx -Version: 0.5.30 -Release: 2%{?dist} +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) @@ -152,6 +147,10 @@ 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 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