Hello community,

here is the log from the commit of package eclipse-swt for openSUSE:Factory 
checked in at 2011-11-28 14:49:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eclipse-swt (Old)
 and      /work/SRC/openSUSE:Factory/.eclipse-swt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eclipse-swt", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/eclipse-swt/eclipse-swt.changes  2011-10-24 
16:14:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.eclipse-swt.new/eclipse-swt.changes     
2011-11-28 14:49:02.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Nov 25 17:52:44 EET 2011 - em...@super.lt
+- Use libgcj45 for openSUSE 11.4 and older versions
+- Fix bnc#732684
+
+-------------------------------------------------------------------
@@ -13 +18 @@
-Fri Jul 01 2011 00:00:00 UTC - joerg.loren...@ki.tng.de
+Fri Jul 01 00:00:00 UTC 2011 - joerg.loren...@ki.tng.de
@@ -17 +22 @@
-Wed May 18 2011 00:00:00 UTC - joerg.loren...@ki.tng.de
+Wed May 18 00:00:00 UTC 2011 - joerg.loren...@ki.tng.de
@@ -21 +26 @@
-Thu Mar 17 2011 00:00:00 UTC - joerg.loren...@ki.tng.de
+Thu Mar 17 00:00:00 UTC 2011 - joerg.loren...@ki.tng.de
@@ -25 +30 @@
-Tue Feb 08 2011 00:00:00 UTC - joerg.loren...@ki.tng.de
+Tue Feb 08 00:00:00 UTC 2011 - joerg.loren...@ki.tng.de
@@ -29 +34 @@
-Sat Oct 09 2010 00:00:00 UTC - joerg.loren...@ki.tng.de
+Sat Oct 09 00:00:00 UTC 2010 - joerg.loren...@ki.tng.de
@@ -33 +38 @@
-Wed Sep 15 2010 00:00:00 UTC - joerg.loren...@ki.tng.de
+Wed Sep 15 00:00:00 UTC 2010 - joerg.loren...@ki.tng.de

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ eclipse-swt.spec ++++++
--- /var/tmp/diff_new_pack.avjLVr/_old  2011-11-28 14:49:03.000000000 +0100
+++ /var/tmp/diff_new_pack.avjLVr/_new  2011-11-28 14:49:03.000000000 +0100
@@ -46,7 +46,11 @@
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRequires:  libwebkit-devel
+%if 0%{?suse_version} <= 1140
+BuildRequires:  libgcj45-devel
+%else
 BuildRequires:  libgcj46-devel
+%endif
 BuildRequires:  mozilla-xulrunner192-devel
 BuildRequires:  mozilla-nspr-devel
 BuildRequires:  cairo
@@ -87,7 +91,11 @@
 #export XULRUNNER_VERSION=%{xul_version}
 export LIBDIR=%{_libdir}
 export NO_STRIP=TRUE
+%if 0%{?suse_version} <= 1140
+export GCJ_VERSION=4.5
+%else
 export GCJ_VERSION=4.6
+%endif
 %ifarch x86_64
 export ARCH=x86_64
 %else
@@ -102,6 +110,7 @@
     build.jars
 rm build.xml
 popd
+jar uf org/eclipse/swt/swt-%{version}.jar *.so
 
 %install
 install -d -m755 %{buildroot}%{_libdir}/eclipse


++++++ libswt-version.patch ++++++
--- /var/tmp/diff_new_pack.avjLVr/_old  2011-11-28 14:49:03.000000000 +0100
+++ /var/tmp/diff_new_pack.avjLVr/_new  2011-11-28 14:49:03.000000000 +0100
@@ -5,3 +5,38 @@
 \ Kein Zeilenumbruch am Dateiende.
 +version 3.735
 \ Kein Zeilenumbruch am Dateiende.
+
+--- org.eclipse.swt/Eclipse SWT/common/library/make_common.mak.orig    
2011-09-25 02:05:10.937000039 +0200
++++ org.eclipse.swt/Eclipse SWT/common/library/make_common.mak 2011-09-25 
02:05:10.938000039 +0200
+@@ -10,5 +10,5 @@
+ 
#*******************************************************************************
+ 
+ maj_ver=3
+-min_ver=730
+-comma_ver=3,7,3,0
++min_ver=735
++comma_ver=3,7,3,5
+
+--- org.eclipse.swt/Eclipse SWT 
PI/common_j2me/org/eclipse/swt/internal/Library.java.orig      2011-09-25 
02:05:10.937000039 +0200
++++ org.eclipse.swt/Eclipse SWT 
PI/common_j2me/org/eclipse/swt/internal/Library.java   2011-09-25 
02:05:10.938000039 +0200
+@@ -22,7 +22,7 @@
+       /**
+        * SWT Minor version number (must be in the range 0..999)
+        */
+-    static int MINOR_VERSION = 730;
++    static int MINOR_VERSION = 735;
+       
+       /**
+        * SWT revision number (must be >= 0)
+
+--- org.eclipse.swt/Eclipse SWT 
PI/common_j2se/org/eclipse/swt/internal/Library.java.orig      2011-09-25 
02:05:10.937000039 +0200
++++ org.eclipse.swt/Eclipse SWT 
PI/common_j2se/org/eclipse/swt/internal/Library.java   2011-09-25 
02:05:10.938000039 +0200
+@@ -24,7 +24,7 @@
+       /**
+        * SWT Minor version number (must be in the range 0..999)
+        */
+-    static int MINOR_VERSION = 730;
++    static int MINOR_VERSION = 735;
+       
+       /**
+        * SWT revision number (must be >= 0)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to