Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tuxguitar for openSUSE:Factory 
checked in at 2023-10-22 21:02:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tuxguitar (Old)
 and      /work/SRC/openSUSE:Factory/.tuxguitar.new.1945 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tuxguitar"

Sun Oct 22 21:02:01 2023 rev:13 rq:1119345 version:1.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tuxguitar/tuxguitar.changes      2023-10-12 
23:43:08.691147007 +0200
+++ /work/SRC/openSUSE:Factory/.tuxguitar.new.1945/tuxguitar.changes    
2023-10-22 21:02:16.746204915 +0200
@@ -1,0 +2,6 @@
+Sat Oct 21 08:59:55 UTC 2023 - guiv42 <gui...@tuta.io>
+
+- Added path to commons-compress in 0013-startscript.patch
+  to enable TuxGuitar to open .gp files 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ 0013-startscript.patch ++++++
--- /var/tmp/diff_new_pack.pvhP0U/_old  2023-10-22 21:02:18.218258440 +0200
+++ /var/tmp/diff_new_pack.pvhP0U/_new  2023-10-22 21:02:18.222258585 +0200
@@ -1,17 +1,6 @@
-From 4fb1777834e863a14cfb8ca1ab08c8d4a8a1651c Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Fridrich=20=C5=A0trba?= <fridrich.st...@bluewin.ch>
-Date: Tue, 10 Oct 2023 13:06:25 +0200
-Subject: [PATCH 13/14] startscript
-
----
- .../common-linux/tuxguitar.sh                 | 148 +++++++++++++++++-
- 1 file changed, 141 insertions(+), 7 deletions(-)
-
-diff --git a/build-scripts/common-resources/common-linux/tuxguitar.sh 
b/build-scripts/common-resources/common-linux/tuxguitar.sh
-index a213786a..62a895d1 100755
 --- a/build-scripts/common-resources/common-linux/tuxguitar.sh
 +++ b/build-scripts/common-resources/common-linux/tuxguitar.sh
-@@ -1,20 +1,154 @@
+@@ -1,20 +1,155 @@
  #!/bin/sh
 -##SCRIPT DIR
 -TG_DIR=`dirname $(realpath "$0")`
@@ -160,7 +149,8 @@
 +[ -r "$t" ] && CLASSPATH=${CLASSPATH}:$t
 +t=$(swt_guess_)
 +[ -r "$t" ] && CLASSPATH=${CLASSPATH}:$t
-+
++t="/usr/share/java/commons-compress.jar"
++[ -r "$t" ] && CLASSPATH=${CLASSPATH}:$t
  ##MAINCLASS
  MAINCLASS=org.herac.tuxguitar.app.TGMainSingleton
  ##JVM ARGUMENTS
@@ -173,7 +163,4 @@
  ##LAUNCH
 -${JAVA} ${VM_ARGS} -cp :${CLASSPATH} -Dtuxguitar.home.path="${TG_DIR}" 
-Dtuxguitar.share.path="share/" -Djava.library.path="${LD_LIBRARY_PATH}" 
${MAINCLASS} "$@"
 +${JAVA} ${VM_ARGS} -cp :${CLASSPATH} -Dtuxguitar.share.path="${SHAREPATH}/" 
-Djava.library.path="${LD_LIBRARY_PATH}" ${MAINCLASS} "$@"
--- 
-2.42.0
-
 

Reply via email to