[resteasy/f17: 2/2] Fix the async HTTP Servlet 3.0 artifact id

Juan Hernandez jhernand at fedoraproject.org
Tue Apr 24 11:59:54 UTC 2012


commit 06afa0f5b1ece8af4ece3132d3916d9c63516f0c
Author: Juan Hernandez <juan.hernandez at redhat.com>
Date:   Mon Apr 23 16:53:44 2012 +0200

    Fix the async HTTP Servlet 3.0 artifact id

 resteasy.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/resteasy.spec b/resteasy.spec
index 7f5f462..5330405 100644
--- a/resteasy.spec
+++ b/resteasy.spec
@@ -3,7 +3,7 @@
 
 Name: resteasy
 Version: 2.3.2
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: Framework for RESTful Web services and Java applications
 Group: Development/Libraries
 License: ASL 2.0 and CDDL
@@ -204,7 +204,8 @@ do
   fi
 done <<'.'
 . jaxrs-all
-async-http-servlet-3.0 async-http-servlet-3.0 async-http-servlet-3.0
+async-http-servlet-3.0 asynch-http-servlet-3.0
+async-http-servlet-3.0/async-http-servlet-3.0 async-http-servlet-3.0
 jaxrs-api jaxrs-api org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_1.1_spec
 providers providers
 providers/fastinfoset resteasy-fastinfoset-provider
@@ -251,6 +252,9 @@ cp -rp target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
 %doc License.html
 
 %changelog
+* Mon Apr 23 2012 Juan Hernandez <juan.hernandez at redhat.com> 2.3.2-5
+- Fix the async HTTP Servlet 3.0 artifact id
+
 * Mon Apr 23 2012 Juan Hernandez <juan.hernandez at redhat.com> 2.3.2-4
 - Added an additional artifact and group id for jaxrs-api
 


More information about the scm-commits mailing list