diff --git a/.cvsignore b/.cvsignore index b8974e4..5e1ca9b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ jetty-5.1.12.fedora.zip +jetty-5.1.14.fedora.tgz diff --git a/jetty.spec b/jetty.spec index 33dab15..3a5e4d9 100644 --- a/jetty.spec +++ b/jetty.spec @@ -53,23 +53,23 @@ %define demodir %{_localstatedir}/lib/%{name}/demo Name: jetty -Version: 5.1.12 -Release: 1jpp.7%{?dist} +Version: 5.1.14 +Release: 1jpp.1%{?dist} Summary: The Jetty Webserver and Servlet Container Group: Applications/Internet License: ASL 2.0 URL: http://jetty.mortbay.org/jetty/ -# Following source zip was originally taken from the following location: -# http://mirrors.ibiblio.org/pub/mirrors/maven/jetty/jetty-5.1.12.zip -# The zip file was modified by removing all jars and BCLA licenses. -# unzip jetty-5.1.12.zip -# pushd jetty-5.1.12 +# Following source tarball was originally taken from the following location: +# http://www.ibiblio.org/maven/jetty/jetty-5.1.x/jetty-5.1.14.tgz +# The tarball was modified by removing all jars and BCLA licenses. +# tar -xzf jetty-5.1.14.tgz +# pushd jetty-5.1.14 # find . -name *.jar -exec rm {} \; # rm ./etc/LICENSE.javax.xml.html ./etc/LICENSE.jsse.txt # popd -# zip jetty-5.1.12.fedora.zip jetty-5.1.12/* -Source0: %{jettyname}-%{version}.fedora.zip +# tar -czf jetty-5.1.14.fedora.tgz jetty-5.1.14/* +Source0: %{jettyname}-%{version}.fedora.tgz Source1: jetty.script Source2: jetty.init Source3: jetty.logrotate @@ -596,6 +596,9 @@ fi %endif %changelog +* Wed Jun 25 2008 Jeff Johnston 5.1.14-1jpp.1 +- Upgrade to 5.1.14 source tarball for Fedora + * Fri Aug 31 2007 Jeff Johnston 5.1.12-1jpp.7 - Resolves #262221 - Use /bin/sh instead of /sbin/nologin so init will work diff --git a/sources b/sources index 07ffe2a..5d2995d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7c6af7ed3365b136b55e752df8dead6f jetty-5.1.12.fedora.zip +04dcaaa5407462cea9c514b7f7aabff7 jetty-5.1.14.fedora.tgz