From 21396e390ef87035997860f70319e9b997c44523 Mon Sep 17 00:00:00 2001 From: Marek Goldmann Date: Jan 13 2014 08:01:27 +0000 Subject: Upstream release 3.0.6.Final --- diff --git a/.gitignore b/.gitignore index 2845a0a..6d5eefa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /resteasy-2.3.2.Final.tgz /3.0.1.Final.tar.gz +/3.0.6.Final.tar.gz diff --git a/resteasy.spec b/resteasy.spec index 9c4bb15..a2ec652 100644 --- a/resteasy.spec +++ b/resteasy.spec @@ -2,8 +2,8 @@ %global namedversion %{version}%{namedreltag} Name: resteasy -Version: 3.0.1 -Release: 3%{?dist} +Version: 3.0.6 +Release: 1%{?dist} Summary: Framework for RESTful Web services and Java applications License: ASL 2.0 and CDDL URL: http://www.jboss.org/resteasy @@ -55,6 +55,7 @@ BuildRequires: jcip-annotations BuildRequires: jettison BuildRequires: jetty-server BuildRequires: junit4 +BuildRequires: jsonp BuildRequires: netty BuildRequires: scannotation BuildRequires: slf4j @@ -81,6 +82,7 @@ BuildRequires: maven-surefire-plugin BuildRequires: maven-surefire-report-plugin BuildRequires: maven-surefire-provider-junit4 BuildRequires: jboss-annotations-1.1-api +BuildRequires: undertow %description RESTEasy contains a JBoss project that provides frameworks to help @@ -101,7 +103,6 @@ This package contains the API documentation for %{name}. %pom_disable_module profiling-tests jaxrs/pom.xml %pom_disable_module resteasy-test-data jaxrs/pom.xml %pom_disable_module war-tests jaxrs/pom.xml -%pom_disable_module eagledns jaxrs/pom.xml %pom_disable_module resteasy-links jaxrs/pom.xml %pom_disable_module jboss-modules jaxrs/pom.xml @@ -112,9 +113,13 @@ This package contains the API documentation for %{name}. %pom_disable_module keystone/keystone-as7-modules jaxrs/security/pom.xml %pom_disable_module async-http-servlet-3.0-test jaxrs/async-http-servlet-3.0/pom.xml +%pom_disable_module callback-test jaxrs/async-http-servlet-3.0/pom.xml # HV 4.3 %pom_disable_module resteasy-hibernatevalidator-provider jaxrs/providers/pom.xml +# Netty 4 +%pom_disable_module resteasy-netty4 jaxrs/server-adapters/pom.xml + # Replace 2.5 servlet with the jboss-servlet-2.5-api provides for m in jaxrs/tjws; do %pom_remove_dep "javax.servlet:servlet-api" ${m}/pom.xml @@ -166,6 +171,9 @@ done %doc jaxrs/License.html %changelog +* Fri Jan 10 2014 Marek Goldmann - 3.0.6-1 +- Upstream release 3.0.6.Final + * Fri Aug 09 2013 Marek Goldmann - 3.0.1-3 - Remove versioning from the jandex files diff --git a/sources b/sources index 8602755..ce5bbd3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c649ab36f12e92eed55ba1d6883f1b1d 3.0.1.Final.tar.gz +fc7854740dd4f93ecc334ab43961ad87 3.0.6.Final.tar.gz