Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tuxguitar for openSUSE:Factory 
checked in at 2025-12-30 12:01:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tuxguitar (Old)
 and      /work/SRC/openSUSE:Factory/.tuxguitar.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tuxguitar"

Tue Dec 30 12:01:39 2025 rev:26 rq:1324745 version:2.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/tuxguitar/tuxguitar.changes      2025-11-17 
12:20:30.962527703 +0100
+++ /work/SRC/openSUSE:Factory/.tuxguitar.new.1928/tuxguitar.changes    
2025-12-30 12:02:06.556859995 +0100
@@ -1,0 +2,11 @@
+Sun Dec 28 11:12:54 UTC 2025 - guiv42 <[email protected]>
+
+- Updated to new upstream release 2.0.1
+  * new file format
+  * new free edition mode
+  * new configurable main toolbar
+- Modified patch:
+  * 0004-startscript.patch
+    + rediff
+
+-------------------------------------------------------------------

Old:
----
  1.6.6.tar.gz

New:
----
  2.0.1.tar.gz

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

Other differences:
------------------
++++++ tuxguitar.spec ++++++
--- /var/tmp/diff_new_pack.iWv3Kb/_old  2025-12-30 12:02:09.832994526 +0100
+++ /var/tmp/diff_new_pack.iWv3Kb/_new  2025-12-30 12:02:09.860995675 +0100
@@ -26,7 +26,7 @@
 %global with_lv2 0
 %endif
 Name:           tuxguitar
-Version:        1.6.6
+Version:        2.0.1
 Release:        0
 Summary:        A multitrack tablature editor and player written in Java-SWT
 License:        LGPL-2.1-or-later
@@ -85,7 +85,7 @@
 find . \( -name "*.xml" -or -name "*.gradle"  -or -name "*.properties" -or 
-name "*.html" -or -name control -or -name Info.plist -or -name CHANGES \) -and 
-not -path "./website/*" -and -type f -exec sed -i 
"s/9.99-SNAPSHOT/%{version}/" '{}' \;
 
 # Also set the version in the "Help - About" dialog
-sed -i "s/static final String RELEASE_NAME =.*/static final String 
RELEASE_NAME = (TGApplication.NAME + \" %{version}\");/" 
desktop/TuxGuitar/src/org/herac/tuxguitar/app/view/dialog/about/TGAboutDialog.java
+sed -i "s/static final String RELEASE_NAME =.*/static final String 
RELEASE_NAME = (TGApplication.NAME + \" %{version}\");/" 
desktop/TuxGuitar/src/app/tuxguitar/app/view/dialog/about/TGAboutDialog.java
 
 %if !%{with_lv2}
 %patch -P 1 -p1

++++++ 0004-startscript.patch ++++++
--- /var/tmp/diff_new_pack.iWv3Kb/_old  2025-12-30 12:02:10.257011937 +0100
+++ /var/tmp/diff_new_pack.iWv3Kb/_new  2025-12-30 12:02:10.309014073 +0100
@@ -1,14 +1,5 @@
-From a5c036eeddba8d956431f2b537fa7aba10ead8aa Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Fridrich=20=C5=A0trba?= <[email protected]>
-Date: Fri, 21 Feb 2025 15:17:53 +0100
-Subject: [PATCH 4/4] startscript
-
----
- .../common-linux/tuxguitar.sh                 | 151 +++++++++++++++++-
- 1 file changed, 144 insertions(+), 7 deletions(-)
-
 diff --git a/desktop/build-scripts/common-resources/common-linux/tuxguitar.sh 
b/desktop/build-scripts/common-resources/common-linux/tuxguitar.sh
-index a213786ad..f059e32fb 100755
+index 65fcdf07b..a8887b2d6 100755
 --- a/desktop/build-scripts/common-resources/common-linux/tuxguitar.sh
 +++ b/desktop/build-scripts/common-resources/common-linux/tuxguitar.sh
 @@ -1,20 +1,157 @@
@@ -165,18 +156,15 @@
 +t="/usr/share/java/commons-io.jar"
 +[ -r "$t" ] && CLASSPATH=${CLASSPATH}:$t
  ##MAINCLASS
- MAINCLASS=org.herac.tuxguitar.app.TGMainSingleton
- ##JVM ARGUMENTS
- VM_ARGS="-Xmx512m"
+ MAINCLASS=app.tuxguitar.app.TGMainSingleton
 +## SHAREPATH
 +SHAREPATH=/usr/share/tuxguitar
  ##EXPORT VARS
  export CLASSPATH
  export LD_LIBRARY_PATH
+ ##Avoid problems with Accelerated Compositing mode in SWT/WebKitGTK
+ export WEBKIT_DISABLE_COMPOSITING_MODE=1
  ##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.48.1
-
+-${JAVA} -cp :${CLASSPATH} -Dtuxguitar.home.path="${TG_DIR}" 
-Dtuxguitar.share.path="share/" -Djava.library.path="${LD_LIBRARY_PATH}" 
${MAINCLASS} "$@"
++${JAVA} -cp :${CLASSPATH} -Dtuxguitar.share.path="${SHAREPATH}/" 
-Djava.library.path="${LD_LIBRARY_PATH}" ${MAINCLASS} "$@"
 

++++++ 1.6.6.tar.gz -> 2.0.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/tuxguitar/1.6.6.tar.gz 
/work/SRC/openSUSE:Factory/.tuxguitar.new.1928/2.0.1.tar.gz differ: char 12, 
line 1

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.iWv3Kb/_old  2025-12-30 12:02:10.801034277 +0100
+++ /var/tmp/diff_new_pack.iWv3Kb/_new  2025-12-30 12:02:10.849036248 +0100
@@ -1,6 +1,6 @@
-mtime: 1763127165
-commit: f61a0c620f9b1f63613756e6dadbada058bde898ef090c710849b93df037d62c
+mtime: 1767063054
+commit: 31f0f89683b5967a3001375eca3ea23b55ccead4d7b36a126841fde2a65859d2
 url: https://src.opensuse.org/java-packages/tuxguitar.git
-revision: f61a0c620f9b1f63613756e6dadbada058bde898ef090c710849b93df037d62c
+revision: 31f0f89683b5967a3001375eca3ea23b55ccead4d7b36a126841fde2a65859d2
 projectscmsync: https://src.opensuse.org/java-packages/_ObsPrj
 

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2025-12-30 03:51:28.000000000 +0100
@@ -0,0 +1 @@
+.osc

Reply via email to