[eclipse-birt] Bump required version of batik to pick up proper OSGi manifests

Andrew Overholt overholt at fedoraproject.org
Fri Jul 8 18:56:53 UTC 2011


commit 50acb0b2a9bccfa8f4f71341eb293c03d9fa67ef
Author: Andrew Overholt <overholt at redhat.com>
Date:   Fri Jul 8 14:51:49 2011 -0400

    Bump required version of batik to pick up proper OSGi manifests

 eclipse-birt.spec |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/eclipse-birt.spec b/eclipse-birt.spec
index d2fef3b..973604f 100644
--- a/eclipse-birt.spec
+++ b/eclipse-birt.spec
@@ -3,7 +3,7 @@
 
 Name:      eclipse-birt
 Version:   3.7.0
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Eclipse-based reporting system
 Group:     System Environment/Libraries
 License:   EPL
@@ -26,10 +26,11 @@ BuildRequires:    eclipse-emf
 BuildRequires:    eclipse-gef
 # 1.7-0.9.r2 is the first evr to contain OSGi metadata
 BuildRequires:    rhino >= 1.7-0.9.r2
-# FIXME:  should probably have a BuildRequires: rhino < 1.7-0.10.r3 here
+# FIXME:  should probably have a BuildRequires: rhino < 1.7-0.10.r3 here, but:
 # 351482: Imported class removed in Rhino (org.mozilla.javascript) 1.7R3
 # https://bugs.eclipse.org/bugs/show_bug.cgi?id=351482
-BuildRequires:    batik >= 1.7-3
+# This batik build contains OSGi manifests that BIRT needs
+BuildRequires:    batik >= 1.7-12
 BuildRequires:    fop >= 0.95-2
 BuildRequires:    jakarta-commons-codec >= 1.3-9.4
 BuildRequires:    sac >= 1.3-3.3
@@ -45,7 +46,8 @@ Requires:    rhino >= 1.7-0.9.r2
 # FIXME:  should probably have a Requires: rhino < 1.7-0.10.r3 here
 # 351482: Imported class removed in Rhino (org.mozilla.javascript) 1.7R3
 # https://bugs.eclipse.org/bugs/show_bug.cgi?id=351482
-Requires:         batik >= 1.7-3
+# This batik build contains OSGi manifests that BIRT needs
+Requires:         batik >= 1.7-12
 Requires:         fop >= 0.95-2
 Requires:         jakarta-commons-codec >= 1.3-9.4
 Requires:         sac >= 1.3-3.3
@@ -139,6 +141,9 @@ rm -rf %{buildroot}
 %doc features/org.eclipse.birt.chart.feature/epl-v10.html
 
 %changelog
+* Fri Jul 8 2011 Andrew Overholt <overholt at redhat.com> 3.7.0-2
+- Bump required version of batik to pick up proper OSGi manifests.
+
 * Wed Jul 6 2011 Andrew Overholt <overholt at redhat.com> 3.7.0-1
 - Update to 3.7.0.
 


More information about the scm-commits mailing list