Hello community,

here is the log from the commit of package jrosetta for openSUSE:Factory 
checked in at 2014-07-11 20:05:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jrosetta (Old)
 and      /work/SRC/openSUSE:Factory/.jrosetta.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jrosetta"

Changes:
--------
--- /work/SRC/openSUSE:Factory/jrosetta/jrosetta.changes        2014-06-30 
22:50:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.jrosetta.new/jrosetta.changes   2014-07-11 
20:05:54.000000000 +0200
@@ -1,0 +2,10 @@
+Tue Jul  8 09:23:15 UTC 2014 - [email protected]
+
+- Fix sle11 build bit better.
+
+-------------------------------------------------------------------
+Mon Jul  7 15:06:28 UTC 2014 - [email protected]
+
+- Use junit not junit4 dep.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jrosetta.spec ++++++
--- /var/tmp/diff_new_pack.2XCu63/_old  2014-07-11 20:05:55.000000000 +0200
+++ /var/tmp/diff_new_pack.2XCu63/_new  2014-07-11 20:05:55.000000000 +0200
@@ -29,7 +29,7 @@
 BuildRequires:  ant-junit
 BuildRequires:  java-devel >= 1.6
 BuildRequires:  jpackage-utils >= 1.5
-BuildRequires:  junit4
+BuildRequires:  junit
 BuildRequires:  unzip
 Requires:       java >= 1.6
 Requires:       jpackage-utils >= 1.5
@@ -52,18 +52,16 @@
 %build
 cd jrosetta-api
 ant \
+    -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
        build-jar
 
 cd ../jrosetta-engine
 ant \
+    -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
        -Djava.encoding=UTF-8 \
        build-jar
 
 %install
-%if 0%{?suse_version} == 1110
-export NO_BRP_CHECK_BYTECODE_VERSION=true
-%endif
-
 mkdir -p %{buildroot}%{_javadir}
 cp -p %{name}-api/build/%{name}-API-%{version}.jar \
         %{buildroot}%{_javadir}/%{name}-API-%{version}.jar


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to