Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tuxguitar for openSUSE:Factory 
checked in at 2024-03-15 20:30:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tuxguitar (Old)
 and      /work/SRC/openSUSE:Factory/.tuxguitar.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tuxguitar"

Fri Mar 15 20:30:56 2024 rev:16 rq:1158119 version:1.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/tuxguitar/tuxguitar.changes      2024-02-21 
18:00:57.753169116 +0100
+++ /work/SRC/openSUSE:Factory/.tuxguitar.new.1905/tuxguitar.changes    
2024-03-15 20:31:39.848926873 +0100
@@ -1,0 +2,7 @@
+Thu Mar 14 23:10:17 UTC 2024 - guiv42 <gui...@tuta.io>
+
+- Modified patch 0013-startscript.patch
+  include commons-io following update of commons-compress package
+  needed to open .gp files
+
+-------------------------------------------------------------------
@@ -4,0 +12,9 @@
+
+-------------------------------------------------------------------
+Fri Feb  2 20:17:45 UTC 2024 - guiv42 <gui...@tuta.io>
+
+- Updated to new upstream release 1.6.1
+- Simplified architecture-specific patches
+  * remove unused configurations: jfx, qt, debian
+- removed tuxguitar-viewer, deprecated upstream
+- deleted tuxguitar-CVE-2020-13940.patch, integrated upstream

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

Other differences:
------------------
++++++ 0013-startscript.patch ++++++
--- /var/tmp/diff_new_pack.yorKwp/_old  2024-03-15 20:31:42.581026678 +0100
+++ /var/tmp/diff_new_pack.yorKwp/_new  2024-03-15 20:31:42.605027555 +0100
@@ -1,6 +1,6 @@
 --- a/desktop/build-scripts/common-resources/common-linux/tuxguitar.sh
 +++ b/desktop/build-scripts/common-resources/common-linux/tuxguitar.sh
-@@ -1,20 +1,155 @@
+@@ -1,20 +1,157 @@
  #!/bin/sh
 -##SCRIPT DIR
 -TG_DIR=`dirname $(realpath "$0")`
@@ -151,6 +151,8 @@
 +[ -r "$t" ] && CLASSPATH=${CLASSPATH}:$t
 +t="/usr/share/java/commons-compress.jar"
 +[ -r "$t" ] && CLASSPATH=${CLASSPATH}:$t
++t="/usr/share/java/commons-io.jar"
++[ -r "$t" ] && CLASSPATH=${CLASSPATH}:$t
  ##MAINCLASS
  MAINCLASS=org.herac.tuxguitar.app.TGMainSingleton
  ##JVM ARGUMENTS

Reply via email to