Hello community,

here is the log from the commit of package tuxguitar for openSUSE:Factory 
checked in at 2017-09-23 21:35:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tuxguitar (Old)
 and      /work/SRC/openSUSE:Factory/.tuxguitar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tuxguitar"

Sat Sep 23 21:35:41 2017 rev:2 rq:528171 version:1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/tuxguitar/tuxguitar.changes      2017-08-24 
18:43:44.726528982 +0200
+++ /work/SRC/openSUSE:Factory/.tuxguitar.new/tuxguitar.changes 2017-09-23 
21:35:49.728802352 +0200
@@ -1,0 +2,5 @@
+Fri Sep 22 05:16:12 UTC 2017 - opensuse.lietuviu.ka...@gmail.com
+
+- Add tuxguitar-do-not-force-java-1.5.patch: Don't force JAVA 1.5
+
+-------------------------------------------------------------------
@@ -5 +10 @@
-- Updated to vertion 1.4 (bnc#1038205)
+- Updated to version 1.4 (bnc#1038205)

New:
----
  tuxguitar-do-not-force-java-1.5.patch

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

Other differences:
------------------
++++++ tuxguitar.spec ++++++
--- /var/tmp/diff_new_pack.sROwds/_old  2017-09-23 21:35:50.824648238 +0200
+++ /var/tmp/diff_new_pack.sROwds/_new  2017-09-23 21:35:50.832647113 +0200
@@ -34,6 +34,7 @@
 Patch1:           tuxguitar-default-soundfont.patch
 Patch2:           tuxguitar-jsa-build.patch
 Patch3:           tuxguitar-tray-build.patch
+Patch4:           tuxguitar-do-not-force-java-1.5.patch
 License:          LGPL-2.1+
 Group:            Applications/Multimedia
 
@@ -72,6 +73,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 # Set debug="true" on javac part of the build scripts.
 for file in $(find . -name build.xml); do

++++++ tuxguitar-do-not-force-java-1.5.patch ++++++
Don't force compiling with JAVA 1.5

--- tuxguitar-1.4-src.org/TuxGuitar-viewer/build.xml
+++ tuxguitar-1.4-src/TuxGuitar-viewer/build.xml
@@ -6,8 +6,6 @@
        </description>
        
        <property file="build.properties" />
-       <property name="ant.build.javac.source" value="1.5" />
-       <property name="ant.build.javac.target" value="1.5" />
        
        <property name="build.src.path" value="src${file.separator}" />
        <property name="build.resource.path" value="resources${file.separator}" 
/>

Reply via email to