From 1f34334f5e9c4387737c74e078b6a29abe79183e Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mar 04 2013 15:06:12 +0000 Subject: Update to Jetty 9 RC3 --- diff --git a/.gitignore b/.gitignore index 6f7604b..eaaf30c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ jetty-6.1.26-src.zip /jetty-8.1.2.v20120308.tar.bz2 /jetty-8.1.4.v20120524.tar.bz2 /jetty-9.0.0.RC2.tar.gz +/jetty-9.0.0.RC3.tar.gz diff --git a/jetty.spec b/jetty.spec index c8e3827..7b244ff 100644 --- a/jetty.spec +++ b/jetty.spec @@ -41,7 +41,7 @@ %global appdir %{jettylibdir}/webapps -%global addver RC2 +%global addver RC3 # Conditionals to help breaking eclipse <-> jetty dependency cycle # when bootstrapping for new architectures @@ -52,7 +52,7 @@ Name: jetty Version: 9.0.0 -Release: 0.2.%{addver}%{?dist} +Release: 0.3.%{addver}%{?dist} Summary: Java Webserver and Servlet Container Group: Applications/Internet @@ -765,6 +765,9 @@ getent passwd %username &>/dev/null || useradd -r -u %jtuid -g %username \ %doc NOTICE.txt LICENSE* %changelog +* Mon Mar 4 2013 Mikolaj Izdebski - 9.0.0-0.3.RC3 +- Update to Jetty 9 RC3 + * Thu Feb 28 2013 Mikolaj Izdebski - 9.0.0-0.2.RC2 - Upload sources for Jetty 9 RC2 diff --git a/sources b/sources index 4a2e745..b18d230 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3d2bfe112d0cf202cccafb99560323c8 jetty-9.0.0.RC2.tar.gz +1a49da976cdb91c05e9dd79e59824a41 jetty-9.0.0.RC3.tar.gz