[jetty] Update to Jetty 9 RC3

Mikolaj Izdebski mizdebsk at fedoraproject.org
Mon Mar 4 15:06:26 UTC 2013


commit 1f34334f5e9c4387737c74e078b6a29abe79183e
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Mon Mar 4 16:06:12 2013 +0100

    Update to Jetty 9 RC3

 .gitignore |    1 +
 jetty.spec |    7 +++++--
 sources    |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
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 <mizdebsk at redhat.com> - 9.0.0-0.3.RC3
+- Update to Jetty 9 RC3
+
 * Thu Feb 28 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 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


More information about the scm-commits mailing list