Upstream release 3.0.6.Final

This commit is contained in:
Marek Goldmann 2014-01-13 09:01:27 +01:00
parent ec2267e30f
commit 21396e390e
3 changed files with 13 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/resteasy-2.3.2.Final.tgz
/3.0.1.Final.tar.gz
/3.0.6.Final.tar.gz

View File

@ -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 <mgoldman@redhat.com> - 3.0.6-1
- Upstream release 3.0.6.Final
* Fri Aug 09 2013 Marek Goldmann <mgoldman@redhat.com> - 3.0.1-3
- Remove versioning from the jandex files

View File

@ -1 +1 @@
c649ab36f12e92eed55ba1d6883f1b1d 3.0.1.Final.tar.gz
fc7854740dd4f93ecc334ab43961ad87 3.0.6.Final.tar.gz