diff --git a/axis.changes b/axis.changes index 1d52666..eca1b8b 100644 --- a/axis.changes +++ b/axis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 16 14:08:34 CEST 2008 - coolo@suse.de + +- avoid another build cycle + ------------------------------------------------------------------- Tue Apr 22 11:37:24 CEST 2008 - mvyskocil@suse.cz diff --git a/axis.spec b/axis.spec index 63dc4fc..a007101 100644 --- a/axis.spec +++ b/axis.spec @@ -13,7 +13,7 @@ Name: axis -BuildRequires: ant ant-jdepend ant-nodeps antlr classpath gnu-jaf gnu-javamail jakarta-commons-discovery jakarta-commons-httpclient3 jakarta-commons-logging jpackage-utils junit libtool log4j perl rpm servletapi5 unzip update-alternatives wsdl4j xerces-j2 +BuildRequires: ant ant-jdepend ant-nodeps antlr classpath gnu-jaf gnu-javamail jakarta-commons-discovery jakarta-commons-httpclient3 jakarta-commons-logging jpackage-utils junit libtool log4j-mini perl rpm servletapi5 unzip update-alternatives wsdl4j xerces-j2 BuildRequires: java-1_5_0-gcj-compat-devel %define name axis %define version 1.4 @@ -21,7 +21,7 @@ BuildRequires: java-1_5_0-gcj-compat-devel %define release 2jpp %define section free Version: 1.4 -Release: 173 +Release: 217 Summary: Apache implementation of the SOAP License: The Apache Software License Group: Development/Languages/Java @@ -256,6 +256,8 @@ fi %doc docs/* %changelog +* Wed Jul 16 2008 coolo@suse.de +- avoid another build cycle * Tue Apr 22 2008 mvyskocil@suse.cz - fixed build with new gcj (memory consupmtion limit) * Thu Jan 17 2008 skh@suse.de