Hello community,

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

Package is "tuxguitar"

Mon Oct 23 16:52:21 2017 rev:3 rq:535793 version:1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/tuxguitar/tuxguitar.changes      2017-09-23 
21:35:49.728802352 +0200
+++ /work/SRC/openSUSE:Factory/.tuxguitar.new/tuxguitar.changes 2017-10-23 
16:52:55.709705031 +0200
@@ -1,0 +2,6 @@
+Sun Oct 22 13:43:13 UTC 2017 - [email protected]
+
+- Build with java and source target levels 1.6
+  * Solves one of the issues raised in boo#1062807
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tuxguitar.spec ++++++
--- /var/tmp/diff_new_pack.0qKrIx/_old  2017-10-23 16:52:56.341675454 +0200
+++ /var/tmp/diff_new_pack.0qKrIx/_new  2017-10-23 16:52:56.345675266 +0200
@@ -1,9 +1,9 @@
 #
 # spec file for package tuxguitar
 #
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2008-2017 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com>
 # Copyright (c) 2008-2017 Fedora project
-# Copyright (c) 2017 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
@@ -17,11 +17,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Summary:          A multitrack tablature editor and player written in Java-SWT
+License:        LGPL-2.1+
+Group:          Applications/Multimedia
 Name:             tuxguitar
 Version:          1.4
 Release:          0
-URL:              http://www.tuxguitar.pw
+Url:            http://www.tuxguitar.pw
 # Source file cleaned of potentially proprietary SF2, DLL, EXE files:
 #   wget -N http://downloads.sourceforge.net/tuxguitar/tuxguitar-1.4-src.tar.gz
 #   tar zxf tuxguitar-1.4-src.tar.gz
@@ -35,8 +38,6 @@
 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
 
 Requires:         eclipse-swt
 Requires:         java >= 1.7
@@ -122,6 +123,7 @@
 
 # to pass to ant:
 ANT_FLAGS=" \
+   -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
    -Dpath.tuxguitar=$PWD/TuxGuitar/%{name}.jar \
    -Dpath.swt=%{_libdir}/java/swt.jar \
    -Dlib.swt.jar=%{_libdir}/java/swt.jar \
@@ -175,7 +177,6 @@
 mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}
 cp -a TuxGuitar-*/jni/*.so $RPM_BUILD_ROOT%{_libdir}/%{name}/
 
-
 # mime-type file
 install -dm 755 $RPM_BUILD_ROOT/%{_datadir}/mime/packages
 install -pm 644 misc/%{name}.xml $RPM_BUILD_ROOT/%{_datadir}/mime/packages/
@@ -205,7 +206,6 @@
 %check
 desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
 
-
 %post
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null
 touch --no-create %{_datadir}/mime/packages &> /dev/null || :
@@ -223,7 +223,6 @@
 gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 update-mime-database %{_datadir}/mime &> /dev/null || :
 
-
 %files
 %defattr(-,root,root,-)
 %doc README


Reply via email to