[eclipse] Another rebuild with new icu4j.

Krzysztof Daniel kdaniel at fedoraproject.org
Sun Feb 10 17:22:49 UTC 2013


commit 668fe2cc491c6522eb4483c2386df81413a6301d
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Sun Feb 10 18:22:12 2013 +0100

    Another rebuild with new icu4j.
    
    Previous rebuild happened too fast and still old icu4j was used, breaking Eclipse.

 eclipse-no-source-for-dependencies.patch |    2 +-
 eclipse.spec                             |    9 ++++-----
 2 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/eclipse-no-source-for-dependencies.patch b/eclipse-no-source-for-dependencies.patch
index 3fad6fa..70dc6ff 100644
--- a/eclipse-no-source-for-dependencies.patch
+++ b/eclipse-no-source-for-dependencies.patch
@@ -470,7 +470,7 @@
 +
 +		<plugin id="org.w3c.dom.svg" /><plugin id="org.apache.batik.css"/><plugin id="org.apache.batik.util"/>
 +		<plugin id="org.apache.geronimo.specs.geronimo-annotation_1.1_spec" /><plugin id="org.apache.batik.util.gui"/>
-+		<plugin id=" org.apache.felix.gogo.command" /><plugin id="javax.inject"/>
++		<plugin id=" org.apache.felix.gogo.command" /><plugin id="javax.inject"/><plugin id="com.ibm.icu"/>
 +		<plugin id="org.apache.felix.gogo.runtime" /><plugin id="org.w3c.css.sac"/>
 +		<plugin id="org.apache.felix.gogo.shell" /><plugin id="org.eclipse.equinox.launcher.gtk.linux.ppc"/><plugin id="org.eclipse.equinox.launcher.gtk.linux.arm"/>
                </excludes>
diff --git a/eclipse.spec b/eclipse.spec
index 8256be1..206f13f 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -55,7 +55,7 @@ fi;
 Summary:        An open, extensible IDE
 Name:           %{?scl_prefix}eclipse
 Version:        %{eclipse_version}
-Release:        0.8.git201301281400%{?dist}
+Release:        0.9.git201301281400%{?dist}
 License:        EPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/
@@ -537,10 +537,6 @@ pushd dropins/jdt/plugins
  ln -s /usr/share/java/junit.jar
 popd
 pushd dropins/sdk/plugins
- f=`ls | grep -e "^com.ibm.icu.source_"`
- rm $f 
- ln -s %{_javadir}/icu4j-eclipse/plugins/com.ibm.icu.source_*.jar $f
-
  f=`ls | grep -e "^org.objectweb.asm_"`
  rm $f 
  ln -s %{_javadir}/objectweb-asm/asm-all.jar $f
@@ -1014,6 +1010,9 @@ echo "pushd %{_javadir}/eclipse-testing;./runtests.sh -os linux -ws gtk -arch %{
 %{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.util_*
 
 %changelog
+* Sun Feb 10 2013 Krzysztof Daniel <kdaniel at redhat.com> 1:4.3.0-0.9.git201301281400
+- Another rebuild with latest icu4j.
+
 * Fri Feb 8 2013 Krzysztof Daniel <kdaniel at redhat.com> 1:4.3.0-0.8.git201301281400
 - Rebuild with latest icu4j.
 


More information about the scm-commits mailing list