diff --git a/axis.changes b/axis.changes index 02fe91d..772bb55 100644 --- a/axis.changes +++ b/axis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 2 11:52:58 CEST 2007 - dbornkessel@suse.de + +- added unzip to BuildRequires + ------------------------------------------------------------------- Thu Jan 5 18:37:47 CET 2006 - dbornkessel@suse.de diff --git a/axis.spec b/axis.spec index b2c22d8..30c1d62 100644 --- a/axis.spec +++ b/axis.spec @@ -11,7 +11,7 @@ # norootforbuild 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 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 perl rpm servletapi5 unzip update-alternatives wsdl4j xerces-j2 BuildRequires: java-1_4_2-gcj-compat-devel %define name axis %define version 1.4 @@ -19,7 +19,7 @@ BuildRequires: java-1_4_2-gcj-compat-devel %define release 2jpp %define section free Version: 1.4 -Release: 1 +Release: 25 Summary: Apache implementation of the SOAP License: The Apache Software License Group: Development/Languages/Java @@ -250,6 +250,8 @@ fi %defattr(0644,root,root,0755) %doc docs/* -%changelog -n axis +%changelog +* Wed May 02 2007 - dbornkessel@suse.de +- added unzip to BuildRequires * Thu Jan 05 2006 - dbornkessel@suse.de - Current version 1.2.3 from JPackage.org