From 1a28c2cf7440286d49b56e975983fd211c94002da816337d8c8f5b48faaae6fe Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 1 Oct 2008 09:09:53 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rhino?expand=0&rev=2 --- rhino.changes | 6 ++++++ rhino.spec | 7 +++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/rhino.changes b/rhino.changes index de6c276..a2469e6 100644 --- a/rhino.changes +++ b/rhino.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 1 09:58:16 CEST 2008 - adrian@suse.de + +- Use xmlbeans-mini, instead of xmlbeans in BuildRequires to + get rid of all the new build cycles + ------------------------------------------------------------------- Mon Sep 8 14:14:08 CEST 2008 - mvyskocil@suse.cz diff --git a/rhino.spec b/rhino.spec index d6b8478..adfa79f 100644 --- a/rhino.spec +++ b/rhino.spec @@ -23,7 +23,7 @@ Name: rhino Version: 1.7 -Release: 3 +Release: 4 Summary: JavaScript for Java License: MOZILLA PUBLIC LICENSE (MPL/NPL) Source0: ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino%{archive_version}.tar.bz2 @@ -47,7 +47,7 @@ Requires: xmlbeans BuildRequires: ant BuildRequires: jpackage-utils BuildRequires: bea-stax-api -BuildRequires: xmlbeans +BuildRequires: xmlbeans-mini BuildRequires: unzip BuildArch: noarch #BuildRequires: java-devel @@ -180,6 +180,9 @@ popd %{_javadocdir}/%{name} %changelog +* Wed Oct 01 2008 adrian@suse.de +- Use xmlbeans-mini, instead of xmlbeans in BuildRequires to + get rid of all the new build cycles * Mon Sep 08 2008 mvyskocil@suse.cz - Removed a src.zip - contains a non-free source codes. * Fri Sep 05 2008 mvyskocil@suse.cz