diff --git a/.gitignore b/.gitignore index 9e553a4..7133d03 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ jetty-6.1.26-src.zip /jetty-9.3.7.RC1.tar.gz /jetty-9.3.7.v20160115.tar.gz /jetty-9.3.8.RC0.tar.gz +/jetty-9.3.8.v20160314.tar.gz diff --git a/jetty.spec b/jetty.spec index 10d9493..7b04557 100644 --- a/jetty.spec +++ b/jetty.spec @@ -40,7 +40,7 @@ %global appdir %{jettylibdir}/webapps -%global addver RC0 +%global addver v20160314 # Conditionals to help breaking eclipse <-> jetty dependency cycle # when bootstrapping for new architectures @@ -54,7 +54,7 @@ Name: jetty Version: 9.3.8 -Release: 0.1%{addver}%{?dist} +Release: 1.%{addver}%{?dist} Summary: Java Webserver and Servlet Container # Jetty is dual licensed under both ASL 2.0 and EPL 1.0, see NOTICE.txt @@ -968,6 +968,9 @@ exit 0 %doc NOTICE.txt LICENSE* %changelog +* Thu Mar 24 2016 Mikolaj Izdebski - 9.3.8-1.v20160314 +- Update to upstream version 9.3.8.v20160314 + * Mon Feb 29 2016 Michael Simacek - 9.3.8-0.1RC0 - Update to upstream version 9.3.8.RC0 diff --git a/sources b/sources index a60f2fc..8d3067c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2cf8596ffa656e176ee78c349a208093 jetty-9.3.8.RC0.tar.gz +8b675862e7e7f00382bb390a3340f318 jetty-9.3.8.v20160314.tar.gz