Hello community,

here is the log from the commit of package java-atk-wrapper for 
openSUSE:Factory checked in at 2014-05-10 22:57:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-atk-wrapper (Old)
 and      /work/SRC/openSUSE:Factory/.java-atk-wrapper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "java-atk-wrapper"

Changes:
--------
--- /work/SRC/openSUSE:Factory/java-atk-wrapper/java-atk-wrapper.changes        
2013-12-18 12:32:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.java-atk-wrapper.new/java-atk-wrapper.changes   
2014-05-10 22:57:50.000000000 +0200
@@ -1,0 +2,9 @@
+Sat May  3 12:34:51 UTC 2014 - [email protected]
+
+- Added patch:
+  * java-atk-wrapper-source-target-patch: pass options to javac to
+    produce bytecode compatible with java 1.5 and higher.
+- Allow to build on SLE11
+  * xprop is in xorg-x11 package
+
+-------------------------------------------------------------------

New:
----
  java-atk-wrapper-source-target.patch

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

Other differences:
------------------
++++++ java-atk-wrapper.spec ++++++
--- /var/tmp/diff_new_pack.XorZco/_old  2014-05-10 22:57:51.000000000 +0200
+++ /var/tmp/diff_new_pack.XorZco/_new  2014-05-10 22:57:51.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package java-atk-wrapper
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,14 +29,24 @@
 Source1:        HOWTO
 #PATCH-FIX-UPSTREAM: add missing includes, [email protected]
 Patch0:         java-atk-wrapper-fortify-decl.patch
+#PATCH: force production of bytecode version compatible with java 1.5
+Patch1:         java-atk-wrapper-source-target.patch
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+
 BuildRequires:  atk-devel
 BuildRequires:  gconf2-devel
 BuildRequires:  glib2-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  java-devel >= 1.6.0
-BuildRequires:  xprop
 Requires:       java >= 1.6.0
+%if 0%{?suse_version} >= 1130
+BuildRequires:  xprop
 Requires:       xprop
+%else
+BuildRequires:  xorg-x11
+Requires:       xorg-x11
+%endif
 
 %description
 Java ATK Wrapper is a implementation of ATK by using JNI technic. It
@@ -51,6 +61,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 cp %{SOURCE1} .
 
 %build

++++++ java-atk-wrapper-source-target.patch ++++++
--- java-atk-wrapper-0.30.4/wrapper/org/GNOME/Accessibility/Makefile.in 
2010-11-10 07:18:19.000000000 +0100
+++ java-atk-wrapper-0.30.4/wrapper/org/GNOME/Accessibility/Makefile.in 
2014-05-03 14:24:13.837943365 +0200
@@ -346,7 +346,7 @@
                < $< >$@
 
 %.class : %.java
-       CLASSPATH=$(top_srcdir)/wrapper $(JAVAC) -d $(top_builddir)/wrapper $<
+       CLASSPATH=$(top_srcdir)/wrapper $(JAVAC) -source 1.5 -target 1.5 -d 
$(top_builddir)/wrapper $<
 
 clean-local:
        $(RM) *.class
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to