[xalan-j2] Move to Servlet 3.1.

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Mar 4 07:59:14 UTC 2015


commit 9cb2841e93852dd1b22aed3d3b5a085b7285d665
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Wed Mar 4 09:59:07 2015 +0200

    Move to Servlet 3.1.

 xalan-j2.spec | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/xalan-j2.spec b/xalan-j2.spec
index 9060564..21b0193 100644
--- a/xalan-j2.spec
+++ b/xalan-j2.spec
@@ -32,7 +32,7 @@
 
 Name:           xalan-j2
 Version:        2.7.1
-Release:        25%{?dist}
+Release:        26%{?dist}
 Epoch:          0
 Summary:        Java XSLT processor
 # src/org/apache/xpath/domapi/XPathStylesheetDOM3Exception.java is W3C
@@ -62,7 +62,7 @@ BuildRequires:  bcel
 BuildRequires:  java_cup
 BuildRequires:  regexp
 BuildRequires:  sed
-BuildRequires:  tomcat-servlet-3.0-api
+BuildRequires:  tomcat-servlet-3.1-api
 BuildRequires:  xerces-j2 >= 0:2.7.1
 BuildRequires:  xml-commons-apis >= 0:1.3
 BuildRequires:  xml-stylebook
@@ -102,7 +102,7 @@ Javadoc for %{name}.
 %package        demo
 Summary:        Demo for %{name}
 Requires:       %{name} = %{epoch}:%{version}-%{release}
-Requires:       tomcat-servlet-3.0-api
+Requires:       tomcat-servlet-3.1-api
 
 %description    demo
 Demonstrations and samples for %{name}.
@@ -236,6 +236,9 @@ update-alternatives --install %{_javadir}/jaxp_transform_impl.jar \
 %{_datadir}/%{name}
 
 %changelog
+* Wed Mar 4 2015 Alexander Kurtakov <akurtako at redhat.com> 0:2.7.1-26
+- Move to Servlet 3.1.
+
 * Thu Feb 12 2015 Michael Simacek <msimacek at redhat.com> - 0:2.7.1-25
 - Remove bundled JARs
 - Remove unused patch


More information about the scm-commits mailing list