[jetty] Update to upstream version 9.1.5

Michael Šimáček msimacek at fedoraproject.org
Tue May 6 13:34:29 UTC 2014


commit f6efd64d94914fb3ed0df4476ed977d6f3ec9260
Author: Michael Simacek <msimacek at redhat.com>
Date:   Tue May 6 14:40:36 2014 +0200

    Update to upstream version 9.1.5

 .gitignore |    1 +
 jetty.spec |   11 ++++++++---
 sources    |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 27d125e..bcf5c7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@ jetty-6.1.26-src.zip
 /jetty-9.1.2.v20140210.tar.gz
 /jetty-9.1.3.v20140225.tar.gz
 /jetty-9.1.4.v20140401.tar.gz
+/jetty-9.1.5.v20140505.tar.gz
diff --git a/jetty.spec b/jetty.spec
index 861543e..646b007 100644
--- a/jetty.spec
+++ b/jetty.spec
@@ -41,7 +41,7 @@
 %global appdir      %{jettylibdir}/webapps
 
 
-%global addver v20140401
+%global addver v20140505
 
 # Conditionals to help breaking eclipse <-> jetty dependency cycle
 # when bootstrapping for new architectures
@@ -54,8 +54,8 @@
 %endif
 
 Name:           jetty
-Version:        9.1.4
-Release:        3%{?dist}
+Version:        9.1.5
+Release:        1%{?dist}
 Summary:        Java Webserver and Servlet Container
 
 # Jetty is dual licensed under both ASL 2.0 and EPL 1.0, see NOTICE.txt
@@ -749,6 +749,8 @@ ln -sf %{rundir} %{buildroot}%{homedir}/work
 # replace the startup script with ours
 cp -p %{SOURCE1} %{buildroot}%{homedir}/bin/jetty.sh
 
+ln -s lib/%{name}-start-%{version}.%{addver}.jar %{buildroot}%{homedir}/start.jar
+
 %pre
 # Add the "jetty" user and group
 getent group %username >/dev/null || groupadd -f -g %jtuid -r %username
@@ -867,6 +869,9 @@ exit 0
 %doc NOTICE.txt LICENSE*
 
 %changelog
+* Tue May 06 2014 Michael Simacek <msimacek at redhat.com> - 9.1.5-1
+- Update to upstream version 9.1.5
+
 * Fri Apr 11 2014 Michael Simacek <msimacek at redhat.com> - 9.1.4-3
 - Remove jetty-runner subpackage
 
diff --git a/sources b/sources
index f07b27c..ac6e7d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-60bdcc5c5115fa7a8da1c16bedb83451  jetty-9.1.4.v20140401.tar.gz
+ab8f0347161893531c2fb40d9634070d  jetty-9.1.5.v20140505.tar.gz


More information about the scm-commits mailing list