[hsqldb1] Bump to tomcat servlet api 3.1.

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Mar 4 07:50:21 UTC 2015


commit b9de978093232694086bedf3f47202fafe0845f0
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Wed Mar 4 09:48:43 2015 +0200

    Bump to tomcat servlet api 3.1.

 hsqldb1.spec | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/hsqldb1.spec b/hsqldb1.spec
index 89e8fa3..3c5d0d7 100644
--- a/hsqldb1.spec
+++ b/hsqldb1.spec
@@ -3,7 +3,7 @@
 %global majorversion 1
 Name:          hsqldb1
 Version:       1.8.1.3
-Release:       5%{?dist}
+Release:       6%{?dist}
 Summary:       HyperSQL Database Engine
 License:       BSD
 URL:           http://hsqldb.sourceforge.net/
@@ -13,9 +13,9 @@ Patch0:        hsqldb-jdbc-4.1.patch
 BuildRequires: ant
 BuildRequires: jpackage-utils >= 0:1.5
 BuildRequires: junit
-BuildRequires: tomcat-servlet-3.0-api
+BuildRequires: tomcat-servlet-3.1-api
 
-Requires:      tomcat-servlet-3.0-api
+Requires:      tomcat-servlet-3.1-api
 Requires:      jpackage-utils
 BuildArch:     noarch
 
@@ -61,7 +61,7 @@ chmod -R go=u-w *
 cp %{SOURCE1} ./pom.xml
 
 %build
-export CLASSPATH=$(build-classpath tomcat-servlet-3.0-api junit)
+export CLASSPATH=$(build-classpath tomcat-servlet-api junit)
 pushd build
 ant jar javadoc
 popd
@@ -89,6 +89,9 @@ cp -r doc/src/* %{buildroot}%{_javadocdir}/%{name}
 %license doc/hsqldb_lic.txt
 
 %changelog
+* Wed Mar 4 2015 Alexander Kurtakov <akurtako at redhat.com> 1.8.1.3-6
+- Bump to tomcat servlet api 3.1.
+
 * Thu Feb 05 2015 gil cattaneo <puntogil at libero.it> 1.8.1.3-5
 - introduce license macro
 


More information about the scm-commits mailing list