rpms/eclipse-birt/devel birt-rhino.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 eclipse-birt.spec, 1.2, 1.3 sources, 1.2, 1.3

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Feb 27 11:02:27 UTC 2009


Author: akurtakov

Update of /cvs/pkgs/rpms/eclipse-birt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9708/devel

Modified Files:
	.cvsignore eclipse-birt.spec sources 
Added Files:
	birt-rhino.patch 
Log Message:
Update to version 2.3.2

birt-rhino.patch:

--- NEW FILE birt-rhino.patch ---
--- plugins/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/script/ScriptHandler.java.sav	2009-01-15 11:03:22.000000000 +0100
+++ plugins/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/script/ScriptHandler.java	2009-02-27 11:14:23.000000000 +0100
@@ -484,7 +484,7 @@
 	 *            scriptable object that will be added to the scope
 	 * @throws ChartException
 	 */
-	public final void registerNewScriptableObject( Class<?> clsScriptable,
+	public final void registerNewScriptableObject( Class<? extends Scriptable> clsScriptable,
 			String sVarName ) throws ChartException
 	{
 		try


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-birt/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	16 Feb 2009 09:52:02 -0000	1.2
+++ .cvsignore	27 Feb 2009 11:01:56 -0000	1.3
@@ -1 +1,2 @@
 birt-source-2_3_1.zip
+birt-source-2_3_2.zip


Index: eclipse-birt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-birt/devel/eclipse-birt.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- eclipse-birt.spec	24 Feb 2009 13:34:55 -0000	1.2
+++ eclipse-birt.spec	27 Feb 2009 11:01:56 -0000	1.3
@@ -3,16 +3,19 @@
 %define rhinoqualifier        v20080214
 
 Name:      eclipse-birt
-Version:   2.3.1  
-Release:   3%{?dist}
+Version:   2.3.2  
+Release:   1%{?dist}
 Summary:   Eclipse-based reporting system
 Group:     System Environment/Libraries
 License:   EPL
 URL:       http://www.eclipse.org/birt/
 
-Source0:   http://mirrors.ibiblio.org/pub/mirrors/eclipse/birt/downloads/drops/R-R1-2_3_1-200809221151/birt-source-2_3_1.zip
+Source0:   http://mirrors.ibiblio.org/pub/mirrors/eclipse/birt/downloads/drops/R-R1-2_3_2-200902181355/birt-source-2_3_2.zip
 # smil in Fedora is merged in xml-commons-apis-ext.jar, reflecting upstream changes
 Patch0:    birt-remove-smil.patch
+# Fix compile error with the newer rhino we are shipping in Fedora
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=266459
+Patch1:    birt-rhino.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:        noarch
@@ -51,6 +54,7 @@
 %prep
 %setup -q -c
 %patch0
+%patch1
 # make sure upstream hasn't sneaked in any jars we don't know about
 find -name "*.jar" -exec rm {} \; 
 
@@ -165,6 +169,10 @@
 %doc features/org.eclipse.birt/epl-v10.html
 
 %changelog
+* Fri Feb 27 2009 Alexander Kurtakov <akurtako at redhat.com> 2.3.2-1
+- Update to 2.3.2.
+- Add compile fix for our rhino.
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-birt/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	16 Feb 2009 09:52:02 -0000	1.2
+++ sources	27 Feb 2009 11:01:56 -0000	1.3
@@ -1 +1 @@
-75f4f4bc85cc4ec1fa37b24a31cd6e16  birt-source-2_3_1.zip
+95a4a4a8fe8387e719e303aeba6ce037  birt-source-2_3_2.zip




More information about the scm-commits mailing list