diff --git a/xerces-j2-bootstrap.changes b/xerces-j2-bootstrap.changes index a61a75a..763830a 100644 --- a/xerces-j2-bootstrap.changes +++ b/xerces-j2-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 2 11:54:35 CEST 2007 - dbornkessel@suse.de + +- added unzip to BuildRequires + ------------------------------------------------------------------- Wed Nov 15 14:19:05 CET 2006 - dbornkessel@suse.de diff --git a/xerces-j2-bootstrap.spec b/xerces-j2-bootstrap.spec index ef32ee6..957f152 100644 --- a/xerces-j2-bootstrap.spec +++ b/xerces-j2-bootstrap.spec @@ -12,7 +12,7 @@ Name: xerces-j2-bootstrap URL: http://xml.apache.org/xerces2-j/ -BuildRequires: fastjar java-1_4_2-gcj-compat-devel xml-commons-apis-bootstrap xml-commons-resolver-bootstrap xml-commons-which-bootstrap zip +BuildRequires: fastjar java-1_4_2-gcj-compat-devel unzip xml-commons-apis-bootstrap xml-commons-resolver-bootstrap xml-commons-which-bootstrap zip %if %{?!suse_version:1}0 %if %{?!mandriva_release:1}0 BuildRequires: chkconfig @@ -25,7 +25,7 @@ BuildRequires: update-alternatives Summary: Java XML parser Group: Development/Libraries/Java Version: 2.8.1 -Release: 34 +Release: 52 Requires: xml-commons-which-bootstrap Requires: xml-commons-apis-bootstrap Requires: xml-commons-resolver-bootstrap @@ -165,7 +165,9 @@ rm -rf $RPM_BUILD_ROOT #<<< # vim:fdm=marker:foldmarker=#>>>,#<<<:foldcolumn=6: -%changelog -n xerces-j2-bootstrap +%changelog +* Wed May 02 2007 - dbornkessel@suse.de +- added unzip to BuildRequires * Wed Nov 15 2006 - dbornkessel@suse.de - Changed PreReq: /usr/sbin/update-alternatives diff --git a/xerces-j2.changes b/xerces-j2.changes index 66bfead..8d70f87 100644 --- a/xerces-j2.changes +++ b/xerces-j2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 2 11:54:38 CEST 2007 - dbornkessel@suse.de + +- added unzip to BuildRequires + ------------------------------------------------------------------- Tue Jan 23 17:05:07 CET 2007 - dbornkessel@suse.de diff --git a/xerces-j2.spec b/xerces-j2.spec index e564b66..b576634 100644 --- a/xerces-j2.spec +++ b/xerces-j2.spec @@ -11,14 +11,14 @@ # norootforbuild Name: xerces-j2 -BuildRequires: java2-devel-packages +BuildRequires: java2-devel-packages unzip %define name xerces-j2 %define version 2.8.1 %define cvs_version 2_8_1 %define release 3jpp %define section free Version: 2.8.1 -Release: 29 +Release: 44 Summary: Java XML parser License: The Apache Software License URL: http://xml.apache.org/xerces2-j/ @@ -471,7 +471,9 @@ ln -s %{name}-xni-%{version} %{_javadocdir}/%{name}-xni %defattr(0755,root,root,0755) %{_bindir}/* -%changelog -n xerces-j2 +%changelog +* Wed May 02 2007 - dbornkessel@suse.de +- added unzip to BuildRequires * Tue Jan 23 2007 - dbornkessel@suse.de - added dummy methods for not yet supported new dom methods * Tue Jan 16 2007 - dbornkessel@suse.de