openSUSE Commits
Threads by month
- ----- 2024 -----
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
June 2024
- 2 participants
- 1220 discussions
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package atinject for openSUSE:Factory checked in at 2024-06-09 20:22:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/atinject (Old)
and /work/SRC/openSUSE:Factory/.atinject.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "atinject"
Sun Jun 9 20:22:16 2024 rev:6 rq:1179402 version:1.0.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/atinject/atinject.changes 2024-04-11 19:41:12.709890920 +0200
+++ /work/SRC/openSUSE:Factory/.atinject.new.19518/atinject.changes 2024-06-09 20:24:45.067303310 +0200
@@ -1,0 +2,7 @@
+Fri Jun 7 12:10:33 UTC 2024 - Fridrich Strba <fstrba(a)suse.com>
+
+- Don't distribute as jakarta.inject:jakarta-inject-api artifact
+ to prevent conflicts with the version 2.x that actually has
+ classes in jakarta.inject namespace and thus is incompatible
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ atinject.spec ++++++
--- /var/tmp/diff_new_pack.6pTSbc/_old 2024-06-09 20:24:46.431352531 +0200
+++ /var/tmp/diff_new_pack.6pTSbc/_new 2024-06-09 20:24:46.435352676 +0200
@@ -55,13 +55,9 @@
%install
# jars
install -dm 755 %{buildroot}%{_javadir}/javax.inject
-install -m 0644 target/jakarta.inject-api-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
+install -m 0644 target/javax.inject-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
(cd %{buildroot}%{_javadir}/javax.inject && ln -s ../%{name}.jar .)
-
-# pom
-install -dm 755 %{buildroot}%{_mavenpomdir}
-%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom
-%add_maven_depmap %{name}.pom %{name}.jar -a javax.inject:javax.inject
+%add_maven_depmap javax.inject:javax.inject:%{version} %{name}.jar
# javadoc
install -dm 755 %{buildroot}%{_javadocdir}/%{name}
++++++ atinject-build.xml ++++++
--- /var/tmp/diff_new_pack.6pTSbc/_old 2024-06-09 20:24:46.491354697 +0200
+++ /var/tmp/diff_new_pack.6pTSbc/_new 2024-06-09 20:24:46.495354840 +0200
@@ -8,8 +8,8 @@
<property file="build.properties"/>
- <property name="project.groupId" value="jakarta.inject"/>
- <property name="project.artifactId" value="jakarta.inject-api"/>
+ <property name="project.groupId" value="javax.inject"/>
+ <property name="project.artifactId" value="javax.inject"/>
<property name="project.version" value="1.0.5"/>
<property name="compiler.release" value="8"/>
@@ -123,8 +123,7 @@
<attribute name="Bundle-License" value="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
<attribute name="Bundle-ManifestVersion" value="2"/>
<attribute name="Bundle-Name" value="Jakarta Dependency Injection"/>
- <attribute name="Bundle-SymbolicName" value="${project.groupId}.${project.artifactId}"/>
- <!-- <attribute name="Bundle-SymbolicName" value="javax.inject"/> -->
+ <attribute name="Bundle-SymbolicName" value="javax.inject"/>
<attribute name="Bundle-Version" value="${project.version}"/>
<attribute name="Export-Package" value="javax.inject;version="${project.version}""/>
<attribute name="Implementation-Version" value="1.1"/>
1
0
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-06-09 20:22:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tuxguitar (Old)
and /work/SRC/openSUSE:Factory/.tuxguitar.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tuxguitar"
Sun Jun 9 20:22:13 2024 rev:18 rq:1179401 version:1.6.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/tuxguitar/tuxguitar.changes 2024-04-11 19:41:54.871450616 +0200
+++ /work/SRC/openSUSE:Factory/.tuxguitar.new.19518/tuxguitar.changes 2024-06-09 20:24:41.755183795 +0200
@@ -1,0 +2,17 @@
+Thu Jun 6 19:17:52 UTC 2024 - guiv42 <guiv42(a)tuta.io>
+
+- Updated to new upstream release 1.6.3
+- Remove achitecture-specific patches, no more needed:
+ * 0001-tuxguitar-aarch64.patch
+ * 0002-tuxguitar-armv6hl.patch
+ * 0003-tuxguitar-armv7hl.patch
+ * 0004-tuxguitar-ppc64.patch
+ * 0005-tuxguitar-ppc64le.patch
+ * 0006-tuxguitar-riscv64.patch
+ * 0007-tuxguitar-s390x.patch
+ * 0008-tuxguitar-x86.patch
+- Updated patches, no more architecture-specific:
+ * 0009-no-lv2.patch
+ * 0010-no-fluidsynth.patch
+
+-------------------------------------------------------------------
Old:
----
0001-tuxguitar-aarch64.patch
0002-tuxguitar-armv6hl.patch
0003-tuxguitar-armv7hl.patch
0004-tuxguitar-ppc64.patch
0005-tuxguitar-ppc64le.patch
0006-tuxguitar-riscv64.patch
0007-tuxguitar-s390x.patch
0008-tuxguitar-x86.patch
1.6.2.tar.gz
New:
----
1.6.3.tar.gz
BETA DEBUG BEGIN:
Old:- Remove achitecture-specific patches, no more needed:
* 0001-tuxguitar-aarch64.patch
* 0002-tuxguitar-armv6hl.patch
Old: * 0001-tuxguitar-aarch64.patch
* 0002-tuxguitar-armv6hl.patch
* 0003-tuxguitar-armv7hl.patch
Old: * 0002-tuxguitar-armv6hl.patch
* 0003-tuxguitar-armv7hl.patch
* 0004-tuxguitar-ppc64.patch
Old: * 0003-tuxguitar-armv7hl.patch
* 0004-tuxguitar-ppc64.patch
* 0005-tuxguitar-ppc64le.patch
Old: * 0004-tuxguitar-ppc64.patch
* 0005-tuxguitar-ppc64le.patch
* 0006-tuxguitar-riscv64.patch
Old: * 0005-tuxguitar-ppc64le.patch
* 0006-tuxguitar-riscv64.patch
* 0007-tuxguitar-s390x.patch
Old: * 0006-tuxguitar-riscv64.patch
* 0007-tuxguitar-s390x.patch
* 0008-tuxguitar-x86.patch
Old: * 0007-tuxguitar-s390x.patch
* 0008-tuxguitar-x86.patch
- Updated patches, no more architecture-specific:
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ tuxguitar.spec ++++++
--- /var/tmp/diff_new_pack.oF2FH4/_old 2024-06-09 20:24:44.255274009 +0200
+++ /var/tmp/diff_new_pack.oF2FH4/_new 2024-06-09 20:24:44.287275163 +0200
@@ -16,49 +16,14 @@
#
-%ifarch x86_64
-%global bit x86_64
-%endif
-%ifarch armv7hl
-%global bit armv7hl
-%endif
-%ifarch armv6hl
-%global bit armv6hl
-%endif
-%ifarch ppc64
-%global bit ppc64
-%endif
-%ifarch ppc64le
-%global bit ppc64le
-%endif
-%ifarch riscv64
-%global bit riscv64
-%endif
-%ifarch s390x
-%global bit s390x
-%endif
-%ifarch aarch64
-%global bit aarch64
-%endif
-%ifarch %{ix86}
-%global bit x86
-%endif
Name: tuxguitar
-Version: 1.6.2
+Version: 1.6.3
Release: 0
Summary: A multitrack tablature editor and player written in Java-SWT
License: LGPL-2.1-or-later
Group: Productivity/Multimedia/Sound/Utilities
URL: https://github.com/helge17/tuxguitar
Source0: https://github.com/helge17/tuxguitar/archive/refs/tags/%{version}.tar.gz
-Patch0: 0001-tuxguitar-aarch64.patch
-Patch1: 0002-tuxguitar-armv6hl.patch
-Patch2: 0003-tuxguitar-armv7hl.patch
-Patch3: 0004-tuxguitar-ppc64.patch
-Patch4: 0005-tuxguitar-ppc64le.patch
-Patch5: 0006-tuxguitar-riscv64.patch
-Patch6: 0007-tuxguitar-s390x.patch
-Patch7: 0008-tuxguitar-x86.patch
Patch11: 0009-no-lv2.patch
Patch12: 0010-no-fluidsynth.patch
Patch20: 0011-default-soundfont.patch
@@ -105,20 +70,12 @@
find . -name "*.jar" -print -delete
find . -name "*.so" -print -delete
-%patch -P 0 -p1
-%patch -P 1 -p1
-%patch -P 2 -p1
-%patch -P 3 -p1
-%patch -P 4 -p1
-%patch -P 5 -p1
-%patch -P 6 -p1
-%patch -P 7 -p1
-
# In source archive, all modules have an attribute "VERSION" set to "SNAPSHOT"
# this attribute is set during build/delivery
# Refer to application delivery process :
# https://github.com/helge17/tuxguitar/blob/bd6b29c9539d66b625a625e70bd871849…
-find . \( -name "*.xml" -or -name "*.gradle" -or -name "*.properties" -or -name "*.html" -or -name control -or -name Info.plist \) -and -not -path "./website/*" -and -type f -exec sed -i "s/SNAPSHOT/%{version}/" '{}' \;
+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
@@ -133,19 +90,19 @@
%patch -P 21 -p1
%patch -P 22 -p1
-%pom_xpath_remove "pom:profile[pom:id[text()='platform-windows-all']]" desktop/pom.xml
-%pom_xpath_remove "pom:profile[pom:id[text()='platform-macos-cocoa-64']]" desktop/pom.xml
-%pom_xpath_remove "pom:profile[pom:id[text()='platform-freebsd-x86_64']]" desktop/pom.xml
+%pom_xpath_remove "pom:profile[pom:id[text()='platform-windows']]" desktop/pom.xml
+%pom_xpath_remove "pom:profile[pom:id[text()='platform-macos-cocoa']]" desktop/pom.xml
+%pom_xpath_remove "pom:profile[pom:id[text()='platform-freebsd']]" desktop/pom.xml
%pom_xpath_set -r pom:org.eclipse.swt.artifactId org.eclipse.swt desktop/pom.xml
-%pom_xpath_set -r pom:org.eclipse.swt.artifactId org.eclipse.swt desktop/build-scripts/%{name}-linux-swt-%{bit}
-%pom_xpath_remove "pom:artifactItem[pom:destFileName[text()='swt.jar']]" desktop/build-scripts/%{name}-linux-swt-%{bit}
-%pom_remove_dep :org.eclipse.swt.gtk.linux.x86_64 desktop/pom.xml
-%pom_remove_dep :org.eclipse.swt.win32.win32.x86_64 desktop/pom.xml
-%pom_remove_dep :org.eclipse.swt.cocoa.macosx.x86_64 desktop/pom.xml
+%pom_xpath_set -r pom:org.eclipse.swt.artifactId org.eclipse.swt desktop/build-scripts/%{name}-linux-swt
+%pom_xpath_remove "pom:artifactItem[pom:destFileName[text()='swt.jar']]" desktop/build-scripts/%{name}-linux-swt
+%pom_remove_dep :org.eclipse.swt.gtk.linux desktop/pom.xml
+%pom_remove_dep :org.eclipse.swt.win32.win32 desktop/pom.xml
+%pom_remove_dep :org.eclipse.swt.cocoa.macosx desktop/pom.xml
%build
%{mvn_build} -j -f -- \
- -e -f desktop/build-scripts/%{name}-linux-swt-%{bit}/pom.xml \
+ -e -f desktop/build-scripts/%{name}-linux-swt/pom.xml \
-Dproject.build.sourceEncoding=UTF-8 -Dnative-modules=true
%install
@@ -170,8 +127,9 @@
# data files
mkdir -p %{buildroot}/%{_datadir}/%{name}
cp -a desktop/TuxGuitar/share/* %{buildroot}/%{_datadir}/%{name}
+cp -a common/resources/* %{buildroot}/%{_datadir}/%{name}
cp -a misc/tuxguitar.tg %{buildroot}/%{_datadir}/%{name}
-cp -a desktop/build-scripts/%{name}-linux-swt-%{bit}/target/%{name}-%{version}-linux-swt-%{bit}/dist/* %{buildroot}/%{_datadir}/%{name}
+cp -a desktop/build-scripts/%{name}-linux-swt/target/%{name}-%{version}-linux-swt/dist/* %{buildroot}/%{_datadir}/%{name}
# desktop files
install -dm 755 %{buildroot}/%{_datadir}/applications
++++++ 0009-no-lv2.patch ++++++
--- /var/tmp/diff_new_pack.oF2FH4/_old 2024-06-09 20:24:44.535284113 +0200
+++ /var/tmp/diff_new_pack.oF2FH4/_new 2024-06-09 20:24:44.563285123 +0200
@@ -1,255 +1,26 @@
-From e78f94cbc6dd5583459e07cebd6c08c0bb3c98d5 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Fridrich=20=C5=A0trba?= <fridrich.strba(a)bluewin.ch>
-Date: Thu, 11 Apr 2024 10:03:11 +0200
-Subject: [PATCH 09/13] no-lv2
-
----
- desktop/build-scripts/tuxguitar-linux-swt-aarch64/pom.xml | 4 +++-
- desktop/build-scripts/tuxguitar-linux-swt-armv6hl/pom.xml | 4 +++-
- desktop/build-scripts/tuxguitar-linux-swt-armv7hl/pom.xml | 4 +++-
- desktop/build-scripts/tuxguitar-linux-swt-ppc64/pom.xml | 4 +++-
- desktop/build-scripts/tuxguitar-linux-swt-ppc64le/pom.xml | 4 +++-
- desktop/build-scripts/tuxguitar-linux-swt-riscv64/pom.xml | 4 +++-
- desktop/build-scripts/tuxguitar-linux-swt-s390x/pom.xml | 4 +++-
- desktop/build-scripts/tuxguitar-linux-swt-x86/pom.xml | 4 +++-
- desktop/build-scripts/tuxguitar-linux-swt-x86_64/pom.xml | 4 +++-
- 9 files changed, 27 insertions(+), 9 deletions(-)
-
-diff --git a/desktop/build-scripts/tuxguitar-linux-swt-aarch64/pom.xml b/desktop/build-scripts/tuxguitar-linux-swt-aarch64/pom.xml
-index f9a87107..38f396ef 100644
---- a/desktop/build-scripts/tuxguitar-linux-swt-aarch64/pom.xml
-+++ b/desktop/build-scripts/tuxguitar-linux-swt-aarch64/pom.xml
-@@ -377,7 +377,7 @@
- <module>../native-modules/tuxguitar-alsa-linux-aarch64</module>
- <module>../native-modules/tuxguitar-jack-linux-aarch64</module>
- <module>../native-modules/tuxguitar-fluidsynth-linux-aarch64</module>
-- <module>../native-modules/tuxguitar-synth-lv2-linux-aarch64</module>
-+ <!-- <module>../native-modules/tuxguitar-synth-lv2-linux-aarch64</module> -->
- </modules>
-
- <build>
-@@ -402,10 +402,12 @@
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-fluidsynth-linux-aarch64/target/build" />
- </copy>
-+ <!--
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-synth-lv2-linux-aarch64/target/build" />
- </copy>
- <chmod file="${project.build.directory}/${project.finalName}/lv2-client/*.bin" perm="755" />
-+ -->
- <!-- /PLUGINS FILES -->
- </target>
- </configuration>
-diff --git a/desktop/build-scripts/tuxguitar-linux-swt-armv6hl/pom.xml b/desktop/build-scripts/tuxguitar-linux-swt-armv6hl/pom.xml
-index b6fce030..c4fe6c0c 100644
---- a/desktop/build-scripts/tuxguitar-linux-swt-armv6hl/pom.xml
-+++ b/desktop/build-scripts/tuxguitar-linux-swt-armv6hl/pom.xml
-@@ -377,7 +377,7 @@
- <module>../native-modules/tuxguitar-alsa-linux-armv6hl</module>
- <module>../native-modules/tuxguitar-jack-linux-armv6hl</module>
- <module>../native-modules/tuxguitar-fluidsynth-linux-armv6hl</module>
-- <module>../native-modules/tuxguitar-synth-lv2-linux-armv6hl</module>
-+ <!-- <module>../native-modules/tuxguitar-synth-lv2-linux-armv6hl</module> -->
- </modules>
-
- <build>
-@@ -402,10 +402,12 @@
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-fluidsynth-linux-armv6hl/target/build" />
- </copy>
-+ <!--
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-synth-lv2-linux-armv6hl/target/build" />
- </copy>
- <chmod file="${project.build.directory}/${project.finalName}/lv2-client/*.bin" perm="755" />
-+ -->
- <!-- /PLUGINS FILES -->
- </target>
- </configuration>
-diff --git a/desktop/build-scripts/tuxguitar-linux-swt-armv7hl/pom.xml b/desktop/build-scripts/tuxguitar-linux-swt-armv7hl/pom.xml
-index 0420d387..d32a10a5 100644
---- a/desktop/build-scripts/tuxguitar-linux-swt-armv7hl/pom.xml
-+++ b/desktop/build-scripts/tuxguitar-linux-swt-armv7hl/pom.xml
-@@ -377,7 +377,7 @@
- <module>../native-modules/tuxguitar-alsa-linux-armv7hl</module>
- <module>../native-modules/tuxguitar-jack-linux-armv7hl</module>
- <module>../native-modules/tuxguitar-fluidsynth-linux-armv7hl</module>
-- <module>../native-modules/tuxguitar-synth-lv2-linux-armv7hl</module>
-+ <!-- <module>../native-modules/tuxguitar-synth-lv2-linux-armv7hl</module> -->
- </modules>
-
- <build>
-@@ -402,10 +402,12 @@
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-fluidsynth-linux-armv7hl/target/build" />
- </copy>
-+ <!--
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-synth-lv2-linux-armv7hl/target/build" />
- </copy>
- <chmod file="${project.build.directory}/${project.finalName}/lv2-client/*.bin" perm="755" />
-+ -->
- <!-- /PLUGINS FILES -->
- </target>
- </configuration>
-diff --git a/desktop/build-scripts/tuxguitar-linux-swt-ppc64/pom.xml b/desktop/build-scripts/tuxguitar-linux-swt-ppc64/pom.xml
-index e16977a3..30c2bdb3 100644
---- a/desktop/build-scripts/tuxguitar-linux-swt-ppc64/pom.xml
-+++ b/desktop/build-scripts/tuxguitar-linux-swt-ppc64/pom.xml
-@@ -377,7 +377,7 @@
- <module>../native-modules/tuxguitar-alsa-linux-ppc64</module>
- <module>../native-modules/tuxguitar-jack-linux-ppc64</module>
- <module>../native-modules/tuxguitar-fluidsynth-linux-ppc64</module>
-- <module>../native-modules/tuxguitar-synth-lv2-linux-ppc64</module>
-+ <!-- <module>../native-modules/tuxguitar-synth-lv2-linux-ppc64</module> -->
- </modules>
-
- <build>
-@@ -402,10 +402,12 @@
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-fluidsynth-linux-ppc64/target/build" />
- </copy>
-+ <!--
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-synth-lv2-linux-ppc64/target/build" />
- </copy>
- <chmod file="${project.build.directory}/${project.finalName}/lv2-client/*.bin" perm="755" />
-+ -->
- <!-- /PLUGINS FILES -->
- </target>
- </configuration>
-diff --git a/desktop/build-scripts/tuxguitar-linux-swt-ppc64le/pom.xml b/desktop/build-scripts/tuxguitar-linux-swt-ppc64le/pom.xml
-index c79184e5..ced81fb9 100644
---- a/desktop/build-scripts/tuxguitar-linux-swt-ppc64le/pom.xml
-+++ b/desktop/build-scripts/tuxguitar-linux-swt-ppc64le/pom.xml
-@@ -377,7 +377,7 @@
- <module>../native-modules/tuxguitar-alsa-linux-ppc64le</module>
- <module>../native-modules/tuxguitar-jack-linux-ppc64le</module>
- <module>../native-modules/tuxguitar-fluidsynth-linux-ppc64le</module>
-- <module>../native-modules/tuxguitar-synth-lv2-linux-ppc64le</module>
-+ <!-- <module>../native-modules/tuxguitar-synth-lv2-linux-ppc64le</module> -->
+diff -rupN a/desktop/build-scripts/tuxguitar-linux-swt/pom.xml b/desktop/build-scripts/tuxguitar-linux-swt/pom.xml
+--- a/desktop/build-scripts/tuxguitar-linux-swt/pom.xml 2024-05-30 23:36:15.886360893 +0200
++++ b/desktop/build-scripts/tuxguitar-linux-swt/pom.xml 2024-06-06 21:34:00.007347138 +0200
+@@ -379,7 +379,7 @@
+ <module>../native-modules/tuxguitar-alsa-linux</module>
+ <module>../native-modules/tuxguitar-jack-linux</module>
+ <module>../native-modules/tuxguitar-fluidsynth-linux</module>
+- <module>../native-modules/tuxguitar-synth-lv2-linux</module>
++ <!-- <module>../native-modules/tuxguitar-synth-lv2-linux</module> -->
</modules>
<build>
-@@ -402,10 +402,12 @@
+@@ -404,10 +404,12 @@
<copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-fluidsynth-linux-ppc64le/target/build" />
+ <fileset dir="../native-modules/tuxguitar-fluidsynth-linux/target/build" />
</copy>
+ <!--
<copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-synth-lv2-linux-ppc64le/target/build" />
+ <fileset dir="../native-modules/tuxguitar-synth-lv2-linux/target/build" />
</copy>
<chmod file="${project.build.directory}/${project.finalName}/lv2-client/*.bin" perm="755" />
+ -->
<!-- /PLUGINS FILES -->
</target>
</configuration>
-diff --git a/desktop/build-scripts/tuxguitar-linux-swt-riscv64/pom.xml b/desktop/build-scripts/tuxguitar-linux-swt-riscv64/pom.xml
-index 0110ffa5..8bdfc4e2 100644
---- a/desktop/build-scripts/tuxguitar-linux-swt-riscv64/pom.xml
-+++ b/desktop/build-scripts/tuxguitar-linux-swt-riscv64/pom.xml
-@@ -377,7 +377,7 @@
- <module>../native-modules/tuxguitar-alsa-linux-riscv64</module>
- <module>../native-modules/tuxguitar-jack-linux-riscv64</module>
- <module>../native-modules/tuxguitar-fluidsynth-linux-riscv64</module>
-- <module>../native-modules/tuxguitar-synth-lv2-linux-riscv64</module>
-+ <!-- <module>../native-modules/tuxguitar-synth-lv2-linux-riscv64</module> -->
- </modules>
-
- <build>
-@@ -402,10 +402,12 @@
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-fluidsynth-linux-riscv64/target/build" />
- </copy>
-+ <!--
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-synth-lv2-linux-riscv64/target/build" />
- </copy>
- <chmod file="${project.build.directory}/${project.finalName}/lv2-client/*.bin" perm="755" />
-+ -->
- <!-- /PLUGINS FILES -->
- </target>
- </configuration>
-diff --git a/desktop/build-scripts/tuxguitar-linux-swt-s390x/pom.xml b/desktop/build-scripts/tuxguitar-linux-swt-s390x/pom.xml
-index 0712d54c..1c0a36d3 100644
---- a/desktop/build-scripts/tuxguitar-linux-swt-s390x/pom.xml
-+++ b/desktop/build-scripts/tuxguitar-linux-swt-s390x/pom.xml
-@@ -377,7 +377,7 @@
- <module>../native-modules/tuxguitar-alsa-linux-s390x</module>
- <module>../native-modules/tuxguitar-jack-linux-s390x</module>
- <module>../native-modules/tuxguitar-fluidsynth-linux-s390x</module>
-- <module>../native-modules/tuxguitar-synth-lv2-linux-s390x</module>
-+ <!-- <module>../native-modules/tuxguitar-synth-lv2-linux-s390x</module> -->
- </modules>
-
- <build>
-@@ -402,10 +402,12 @@
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-fluidsynth-linux-s390x/target/build" />
- </copy>
-+ <!--
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-synth-lv2-linux-s390x/target/build" />
- </copy>
- <chmod file="${project.build.directory}/${project.finalName}/lv2-client/*.bin" perm="755" />
-+ -->
- <!-- /PLUGINS FILES -->
- </target>
- </configuration>
-diff --git a/desktop/build-scripts/tuxguitar-linux-swt-x86/pom.xml b/desktop/build-scripts/tuxguitar-linux-swt-x86/pom.xml
-index de47c028..cc8abe98 100644
---- a/desktop/build-scripts/tuxguitar-linux-swt-x86/pom.xml
-+++ b/desktop/build-scripts/tuxguitar-linux-swt-x86/pom.xml
-@@ -377,7 +377,7 @@
- <module>../native-modules/tuxguitar-alsa-linux-x86</module>
- <module>../native-modules/tuxguitar-jack-linux-x86</module>
- <module>../native-modules/tuxguitar-fluidsynth-linux-x86</module>
-- <module>../native-modules/tuxguitar-synth-lv2-linux-x86</module>
-+ <!-- <module>../native-modules/tuxguitar-synth-lv2-linux-x86</module> -->
- </modules>
-
- <build>
-@@ -402,10 +402,12 @@
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-fluidsynth-linux-x86/target/build" />
- </copy>
-+ <!--
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-synth-lv2-linux-x86/target/build" />
- </copy>
- <chmod file="${project.build.directory}/${project.finalName}/lv2-client/*.bin" perm="755" />
-+ -->
- <!-- /PLUGINS FILES -->
- </target>
- </configuration>
-diff --git a/desktop/build-scripts/tuxguitar-linux-swt-x86_64/pom.xml b/desktop/build-scripts/tuxguitar-linux-swt-x86_64/pom.xml
-index eec5e764..5139bf44 100644
---- a/desktop/build-scripts/tuxguitar-linux-swt-x86_64/pom.xml
-+++ b/desktop/build-scripts/tuxguitar-linux-swt-x86_64/pom.xml
-@@ -377,7 +377,7 @@
- <module>../native-modules/tuxguitar-alsa-linux-x86_64</module>
- <module>../native-modules/tuxguitar-jack-linux-x86_64</module>
- <module>../native-modules/tuxguitar-fluidsynth-linux-x86_64</module>
-- <module>../native-modules/tuxguitar-synth-lv2-linux-x86_64</module>
-+ <!-- <module>../native-modules/tuxguitar-synth-lv2-linux-x86_64</module> -->
- </modules>
-
- <build>
-@@ -402,10 +402,12 @@
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-fluidsynth-linux-x86_64/target/build" />
- </copy>
-+ <!--
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-synth-lv2-linux-x86_64/target/build" />
- </copy>
- <chmod file="${project.build.directory}/${project.finalName}/lv2-client/*.bin" perm="755" />
-+ -->
- <!-- /PLUGINS FILES -->
- </target>
- </configuration>
---
-2.44.0
-
++++++ 0010-no-fluidsynth.patch ++++++
--- /var/tmp/diff_new_pack.oF2FH4/_old 2024-06-09 20:24:44.727291041 +0200
+++ /var/tmp/diff_new_pack.oF2FH4/_new 2024-06-09 20:24:44.759292196 +0200
@@ -1,246 +1,25 @@
-From 34654035372c03a7fd318a8e4ed06eb70593f258 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Fridrich=20=C5=A0trba?= <fridrich.strba(a)bluewin.ch>
-Date: Thu, 11 Apr 2024 10:06:15 +0200
-Subject: [PATCH 10/13] no-fluidsynth
-
----
- desktop/build-scripts/tuxguitar-linux-swt-aarch64/pom.xml | 4 +++-
- desktop/build-scripts/tuxguitar-linux-swt-armv6hl/pom.xml | 4 +++-
- desktop/build-scripts/tuxguitar-linux-swt-armv7hl/pom.xml | 4 +++-
- desktop/build-scripts/tuxguitar-linux-swt-ppc64/pom.xml | 4 +++-
- desktop/build-scripts/tuxguitar-linux-swt-ppc64le/pom.xml | 4 +++-
- desktop/build-scripts/tuxguitar-linux-swt-riscv64/pom.xml | 4 +++-
- desktop/build-scripts/tuxguitar-linux-swt-s390x/pom.xml | 4 +++-
- desktop/build-scripts/tuxguitar-linux-swt-x86/pom.xml | 4 +++-
- desktop/build-scripts/tuxguitar-linux-swt-x86_64/pom.xml | 4 +++-
- 9 files changed, 27 insertions(+), 9 deletions(-)
-
-diff --git a/desktop/build-scripts/tuxguitar-linux-swt-aarch64/pom.xml b/desktop/build-scripts/tuxguitar-linux-swt-aarch64/pom.xml
-index 38f396ef..b4f17346 100644
---- a/desktop/build-scripts/tuxguitar-linux-swt-aarch64/pom.xml
-+++ b/desktop/build-scripts/tuxguitar-linux-swt-aarch64/pom.xml
-@@ -376,7 +376,7 @@
- <modules>
- <module>../native-modules/tuxguitar-alsa-linux-aarch64</module>
- <module>../native-modules/tuxguitar-jack-linux-aarch64</module>
-- <module>../native-modules/tuxguitar-fluidsynth-linux-aarch64</module>
-+ <!-- <module>../native-modules/tuxguitar-fluidsynth-linux-aarch64</module> -->
- <!-- <module>../native-modules/tuxguitar-synth-lv2-linux-aarch64</module> -->
- </modules>
-
-@@ -399,9 +399,11 @@
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-jack-linux-aarch64/target/build" />
- </copy>
-+ <!--
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-fluidsynth-linux-aarch64/target/build" />
- </copy>
-+ -->
- <!--
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-synth-lv2-linux-aarch64/target/build" />
-diff --git a/desktop/build-scripts/tuxguitar-linux-swt-armv6hl/pom.xml b/desktop/build-scripts/tuxguitar-linux-swt-armv6hl/pom.xml
-index c4fe6c0c..ab3e8afd 100644
---- a/desktop/build-scripts/tuxguitar-linux-swt-armv6hl/pom.xml
-+++ b/desktop/build-scripts/tuxguitar-linux-swt-armv6hl/pom.xml
-@@ -376,7 +376,7 @@
- <modules>
- <module>../native-modules/tuxguitar-alsa-linux-armv6hl</module>
- <module>../native-modules/tuxguitar-jack-linux-armv6hl</module>
-- <module>../native-modules/tuxguitar-fluidsynth-linux-armv6hl</module>
-+ <!-- <module>../native-modules/tuxguitar-fluidsynth-linux-armv6hl</module> -->
- <!-- <module>../native-modules/tuxguitar-synth-lv2-linux-armv6hl</module> -->
- </modules>
-
-@@ -399,9 +399,11 @@
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-jack-linux-armv6hl/target/build" />
- </copy>
-+ <!--
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-fluidsynth-linux-armv6hl/target/build" />
- </copy>
-+ -->
- <!--
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-synth-lv2-linux-armv6hl/target/build" />
-diff --git a/desktop/build-scripts/tuxguitar-linux-swt-armv7hl/pom.xml b/desktop/build-scripts/tuxguitar-linux-swt-armv7hl/pom.xml
-index d32a10a5..0a3847aa 100644
---- a/desktop/build-scripts/tuxguitar-linux-swt-armv7hl/pom.xml
-+++ b/desktop/build-scripts/tuxguitar-linux-swt-armv7hl/pom.xml
-@@ -376,7 +376,7 @@
- <modules>
- <module>../native-modules/tuxguitar-alsa-linux-armv7hl</module>
- <module>../native-modules/tuxguitar-jack-linux-armv7hl</module>
-- <module>../native-modules/tuxguitar-fluidsynth-linux-armv7hl</module>
-+ <!-- <module>../native-modules/tuxguitar-fluidsynth-linux-armv7hl</module> -->
- <!-- <module>../native-modules/tuxguitar-synth-lv2-linux-armv7hl</module> -->
- </modules>
-
-@@ -399,9 +399,11 @@
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-jack-linux-armv7hl/target/build" />
- </copy>
-+ <!--
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-fluidsynth-linux-armv7hl/target/build" />
- </copy>
-+ -->
- <!--
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-synth-lv2-linux-armv7hl/target/build" />
-diff --git a/desktop/build-scripts/tuxguitar-linux-swt-ppc64/pom.xml b/desktop/build-scripts/tuxguitar-linux-swt-ppc64/pom.xml
-index 30c2bdb3..46fbc974 100644
---- a/desktop/build-scripts/tuxguitar-linux-swt-ppc64/pom.xml
-+++ b/desktop/build-scripts/tuxguitar-linux-swt-ppc64/pom.xml
-@@ -376,7 +376,7 @@
- <modules>
- <module>../native-modules/tuxguitar-alsa-linux-ppc64</module>
- <module>../native-modules/tuxguitar-jack-linux-ppc64</module>
-- <module>../native-modules/tuxguitar-fluidsynth-linux-ppc64</module>
-+ <!-- <module>../native-modules/tuxguitar-fluidsynth-linux-ppc64</module> -->
- <!-- <module>../native-modules/tuxguitar-synth-lv2-linux-ppc64</module> -->
- </modules>
-
-@@ -399,9 +399,11 @@
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-jack-linux-ppc64/target/build" />
- </copy>
-+ <!--
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-fluidsynth-linux-ppc64/target/build" />
- </copy>
-+ -->
- <!--
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-synth-lv2-linux-ppc64/target/build" />
-diff --git a/desktop/build-scripts/tuxguitar-linux-swt-ppc64le/pom.xml b/desktop/build-scripts/tuxguitar-linux-swt-ppc64le/pom.xml
-index ced81fb9..63ba28fc 100644
---- a/desktop/build-scripts/tuxguitar-linux-swt-ppc64le/pom.xml
-+++ b/desktop/build-scripts/tuxguitar-linux-swt-ppc64le/pom.xml
-@@ -376,7 +376,7 @@
+diff -rupN a/desktop/build-scripts/tuxguitar-linux-swt/pom.xml b/desktop/build-scripts/tuxguitar-linux-swt/pom.xml
+--- a/desktop/build-scripts/tuxguitar-linux-swt/pom.xml 2024-06-06 21:34:00.007347138 +0200
++++ b/desktop/build-scripts/tuxguitar-linux-swt/pom.xml 2024-06-06 21:40:01.489755754 +0200
+@@ -378,7 +378,7 @@
<modules>
- <module>../native-modules/tuxguitar-alsa-linux-ppc64le</module>
- <module>../native-modules/tuxguitar-jack-linux-ppc64le</module>
-- <module>../native-modules/tuxguitar-fluidsynth-linux-ppc64le</module>
-+ <!-- <module>../native-modules/tuxguitar-fluidsynth-linux-ppc64le</module> -->
- <!-- <module>../native-modules/tuxguitar-synth-lv2-linux-ppc64le</module> -->
+ <module>../native-modules/tuxguitar-alsa-linux</module>
+ <module>../native-modules/tuxguitar-jack-linux</module>
+- <module>../native-modules/tuxguitar-fluidsynth-linux</module>
++ <!-- <module>../native-modules/tuxguitar-fluidsynth-linux</module> -->
+ <!-- <module>../native-modules/tuxguitar-synth-lv2-linux</module> -->
</modules>
-@@ -399,9 +399,11 @@
+@@ -401,9 +401,11 @@
<copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-jack-linux-ppc64le/target/build" />
+ <fileset dir="../native-modules/tuxguitar-jack-linux/target/build" />
</copy>
+ <!--
<copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-fluidsynth-linux-ppc64le/target/build" />
+ <fileset dir="../native-modules/tuxguitar-fluidsynth-linux/target/build" />
</copy>
+ -->
<!--
<copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-synth-lv2-linux-ppc64le/target/build" />
-diff --git a/desktop/build-scripts/tuxguitar-linux-swt-riscv64/pom.xml b/desktop/build-scripts/tuxguitar-linux-swt-riscv64/pom.xml
-index 8bdfc4e2..7f1bcbac 100644
---- a/desktop/build-scripts/tuxguitar-linux-swt-riscv64/pom.xml
-+++ b/desktop/build-scripts/tuxguitar-linux-swt-riscv64/pom.xml
-@@ -376,7 +376,7 @@
- <modules>
- <module>../native-modules/tuxguitar-alsa-linux-riscv64</module>
- <module>../native-modules/tuxguitar-jack-linux-riscv64</module>
-- <module>../native-modules/tuxguitar-fluidsynth-linux-riscv64</module>
-+ <!-- <module>../native-modules/tuxguitar-fluidsynth-linux-riscv64</module> -->
- <!-- <module>../native-modules/tuxguitar-synth-lv2-linux-riscv64</module> -->
- </modules>
-
-@@ -399,9 +399,11 @@
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-jack-linux-riscv64/target/build" />
- </copy>
-+ <!--
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-fluidsynth-linux-riscv64/target/build" />
- </copy>
-+ -->
- <!--
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-synth-lv2-linux-riscv64/target/build" />
-diff --git a/desktop/build-scripts/tuxguitar-linux-swt-s390x/pom.xml b/desktop/build-scripts/tuxguitar-linux-swt-s390x/pom.xml
-index 1c0a36d3..f9625f0c 100644
---- a/desktop/build-scripts/tuxguitar-linux-swt-s390x/pom.xml
-+++ b/desktop/build-scripts/tuxguitar-linux-swt-s390x/pom.xml
-@@ -376,7 +376,7 @@
- <modules>
- <module>../native-modules/tuxguitar-alsa-linux-s390x</module>
- <module>../native-modules/tuxguitar-jack-linux-s390x</module>
-- <module>../native-modules/tuxguitar-fluidsynth-linux-s390x</module>
-+ <!-- <module>../native-modules/tuxguitar-fluidsynth-linux-s390x</module> -->
- <!-- <module>../native-modules/tuxguitar-synth-lv2-linux-s390x</module> -->
- </modules>
-
-@@ -399,9 +399,11 @@
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-jack-linux-s390x/target/build" />
- </copy>
-+ <!--
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-fluidsynth-linux-s390x/target/build" />
- </copy>
-+ -->
- <!--
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-synth-lv2-linux-s390x/target/build" />
-diff --git a/desktop/build-scripts/tuxguitar-linux-swt-x86/pom.xml b/desktop/build-scripts/tuxguitar-linux-swt-x86/pom.xml
-index cc8abe98..484089d6 100644
---- a/desktop/build-scripts/tuxguitar-linux-swt-x86/pom.xml
-+++ b/desktop/build-scripts/tuxguitar-linux-swt-x86/pom.xml
-@@ -376,7 +376,7 @@
- <modules>
- <module>../native-modules/tuxguitar-alsa-linux-x86</module>
- <module>../native-modules/tuxguitar-jack-linux-x86</module>
-- <module>../native-modules/tuxguitar-fluidsynth-linux-x86</module>
-+ <!-- <module>../native-modules/tuxguitar-fluidsynth-linux-x86</module> -->
- <!-- <module>../native-modules/tuxguitar-synth-lv2-linux-x86</module> -->
- </modules>
-
-@@ -399,9 +399,11 @@
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-jack-linux-x86/target/build" />
- </copy>
-+ <!--
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-fluidsynth-linux-x86/target/build" />
- </copy>
-+ -->
- <!--
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-synth-lv2-linux-x86/target/build" />
-diff --git a/desktop/build-scripts/tuxguitar-linux-swt-x86_64/pom.xml b/desktop/build-scripts/tuxguitar-linux-swt-x86_64/pom.xml
-index 5139bf44..454c67a5 100644
---- a/desktop/build-scripts/tuxguitar-linux-swt-x86_64/pom.xml
-+++ b/desktop/build-scripts/tuxguitar-linux-swt-x86_64/pom.xml
-@@ -376,7 +376,7 @@
- <modules>
- <module>../native-modules/tuxguitar-alsa-linux-x86_64</module>
- <module>../native-modules/tuxguitar-jack-linux-x86_64</module>
-- <module>../native-modules/tuxguitar-fluidsynth-linux-x86_64</module>
-+ <!-- <module>../native-modules/tuxguitar-fluidsynth-linux-x86_64</module> -->
- <!-- <module>../native-modules/tuxguitar-synth-lv2-linux-x86_64</module> -->
- </modules>
-
-@@ -399,9 +399,11 @@
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-jack-linux-x86_64/target/build" />
- </copy>
-+ <!--
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-fluidsynth-linux-x86_64/target/build" />
- </copy>
-+ -->
- <!--
- <copy todir="${project.build.directory}/${project.finalName}/">
- <fileset dir="../native-modules/tuxguitar-synth-lv2-linux-x86_64/target/build" />
---
-2.44.0
-
+ <fileset dir="../native-modules/tuxguitar-synth-lv2-linux/target/build" />
++++++ 0011-default-soundfont.patch ++++++
--- /var/tmp/diff_new_pack.oF2FH4/_old 2024-06-09 20:24:44.803293784 +0200
+++ /var/tmp/diff_new_pack.oF2FH4/_new 2024-06-09 20:24:44.807293928 +0200
@@ -1,37 +1,13 @@
-From ea4778dcea6a49bf6a23803b4ed305df886d959e Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Fridrich=20=C5=A0trba?= <fridrich.strba(a)bluewin.ch>
-Date: Thu, 11 Apr 2024 08:30:06 +0200
-Subject: [PATCH 11/13] default-soundfont
-
----
- .../common-linux/dist/tuxguitar-fluidsynth.cfg | 3 ++-
- .../common-resources/common-linux/dist/tuxguitar-jsa.cfg | 2 +-
- 2 files changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/desktop/build-scripts/common-resources/common-linux/dist/tuxguitar-fluidsynth.cfg b/desktop/build-scripts/common-resources/common-linux/dist/tuxguitar-fluidsynth.cfg
-index 4bba62c8..8d73f2e1 100644
---- a/desktop/build-scripts/common-resources/common-linux/dist/tuxguitar-fluidsynth.cfg
-+++ b/desktop/build-scripts/common-resources/common-linux/dist/tuxguitar-fluidsynth.cfg
-@@ -1,7 +1,8 @@
- #tuxguitar-fluidsynth
- #Fri Oct 30 14:24:16 ART 2015
+diff -rupN a/desktop/build-scripts/common-resources/common-linux/dist/tuxguitar-fluidsynth.cfg b/desktop/build-scripts/common-resources/common-linux/dist/tuxguitar-fluidsynth.cfg
+--- a/desktop/build-scripts/common-resources/common-linux/dist/tuxguitar-fluidsynth.cfg 2024-05-24 21:02:44.488126444 +0200
++++ b/desktop/build-scripts/common-resources/common-linux/dist/tuxguitar-fluidsynth.cfg 2024-05-26 16:26:28.295083858 +0200
+@@ -1,6 +1,7 @@
+ # tuxguitar-fluidsynth settings for Linux
soundfont.count=1
-soundfont.path0=${tuxguitar.home.path}/share/soundfont/MagicSFver2.sf2
-++soundfont.path0=/usr/share/sounds/sf2/FluidR3_GM.sf2
-++soundfont.path1=/usr/share/sounds/sf2/Vintage_Dreams_Waves_v2.sf2
-
++soundfont.path0=/usr/share/sounds/sf2/FluidR3_GM.sf2
++soundfont.path1=/usr/share/sounds/sf2/Vintage_Dreams_Waves_v2.sf2
+
synth.gain=1.1
synth.chorus.active=yes
-diff --git a/desktop/build-scripts/common-resources/common-linux/dist/tuxguitar-jsa.cfg b/desktop/build-scripts/common-resources/common-linux/dist/tuxguitar-jsa.cfg
-index b13f013f..df2d7653 100644
---- a/desktop/build-scripts/common-resources/common-linux/dist/tuxguitar-jsa.cfg
-+++ b/desktop/build-scripts/common-resources/common-linux/dist/tuxguitar-jsa.cfg
-@@ -1,3 +1,3 @@
- #tuxguitar-jsa
- #Mon Nov 02 20:00:23 ART 2015
--soundbank.custom.path=${tuxguitar.home.path}/share/soundfont/MagicSFver2.sf2
-+#soundbank.custom.path=/usr/share/sounds/sf2/FluidR3_GM.sf2
---
-2.44.0
-
++++++ 1.6.2.tar.gz -> 1.6.3.tar.gz ++++++
/work/SRC/openSUSE:Factory/tuxguitar/1.6.2.tar.gz /work/SRC/openSUSE:Factory/.tuxguitar.new.19518/1.6.3.tar.gz differ: char 12, line 1
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package trufflehog for openSUSE:Factory checked in at 2024-06-09 20:22:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trufflehog (Old)
and /work/SRC/openSUSE:Factory/.trufflehog.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trufflehog"
Sun Jun 9 20:22:05 2024 rev:37 rq:1179353 version:3.78.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/trufflehog/trufflehog.changes 2024-05-29 19:37:30.632091142 +0200
+++ /work/SRC/openSUSE:Factory/.trufflehog.new.19518/trufflehog.changes 2024-06-09 20:24:36.610998170 +0200
@@ -1,0 +2,74 @@
+Fri Jun 07 18:28:18 UTC 2024 - felix.niederwanger(a)suse.com
+
+- Update to version 3.78.0:
+ * Make the github action work with a path as input (#2908)
+ * feat(extensions): ignore dia diagrams (#2939)
+ * [chore] Polish channelmetrics package (#2938)
+ * fix(deps): update module github.com/aws/aws-sdk-go to v1.53.17 (#2914)
+ * refactor(cache): use generics (#2930)
+ * [chore] - address comments (#2920)
+ * feat(git): improve scan logging (#2923)
+ * [fix] - Correctly calculate EntireSpanChunkCalculator span (#2924)
+ * remove stutter in naming (#2926)
+ * Update Jenkins in tui (#2925)
+ * continue on error (#2921)
+ * Go should be installed before codeql initializes (#2919)
+ * [feat] - Optimize detector performance by reducing data passed to regex (#2812)
+ * [feat] - Introduce `channelmetrics` Package for Channel Metrics Collection (#2889)
+ * Add flag to get information if trufflehog being ran from TUI (#1644)
+ * feat(openai): add project and service account keys (#2863)
+ * refactor(github): improve wiki err handling (#2917)
+ * Add elasticsearch to tui (#2915)
+ * fix(deps): update module github.com/microsoft/go-mssqldb to v1.7.2 (#2912)
+ * fix(deps): update module github.com/aws/aws-sdk-go to v1.53.15 (#2911)
+ * Add Jenkins scanning (#2892)
+ * [chore] Always log git repositories being scanned (#2909)
+ * chore: fix some comments (#2903)
+ * fix(deps): update module github.com/azure/go-autorest/autorest/azure/auth to v0.5.13 (#2902)
+ * integration testing for mongodb. (#2907)
+ * fix(deps): update module github.com/hashicorp/go-retryablehttp to v0.7.7 (#2904)
+ * fix(deps): update module github.com/aws/aws-sdk-go to v1.53.14 (#2900)
+ * refactor(github): enumerateWithToken flow & tests (#2880)
+ * Redis integration test (#2901)
+ * fix(falsepositives): remove 'www' (#2896)
+ * fix(deps): update module github.com/charmbracelet/bubbletea to v0.26.4 (#2885)
+ * consistent image of MSSQL for integration testing. (#2898)
+ * Update metadata for DataDog for API + APPKey (#2879)
+ * fix(deps): update golang.org/x/exp digest to fd00a4e (#2899)
+ * chore(deps): update alpine docker tag to v3.20 (#2874)
+ * Add postman to tui (#2895)
+ * feat: support docker image history scanning (#2882)
+ * Added extra data for LaunchDarkly (#2836)
+ * fix(deps): update module github.com/gabriel-vasile/mimetype to v1.4.4 (#2890)
+ * fix(deps): update module github.com/elastic/go-elasticsearch/v8 to v8.13.1 (#2886)
+ * fix(deps): update golang.org/x/exp digest to 4c93da0 (#2883)
+ * fix(deps): update module cloud.google.com/go/secretmanager to v1.13.1 (#2884)
+ * fix(deps): update module github.com/go-logr/logr to v1.4.2 (#2869)
+ * fix(deps): update module github.com/aws/aws-sdk-go to v1.53.10 (#2871)
+ * test(github): fix some errors (#2774)
+ * Improve handling of Gist URLs (#2653)
+ * Elastic adapter (#2727)
+ * fix(github): scan user repos (#2814)
+ * Log reasons for GitLab repo exclusion (#2875)
+ * adding Groq detector (#2873)
+ * [chore] - Use http.NewRequestWithContext (#2870)
+ * fix(deps): update module github.com/aws/aws-sdk-go to v1.53.6 (#2867)
+ * made changes in organization regex for azure devops. (#2866)
+ * Update azure storage extra data (#2808)
+ * fix(deps): update module github.com/aws/aws-sdk-go to v1.53.5 (#2859)
+ * fix(deps): update module google.golang.org/api to v0.181.0 (#2857)
+ * fix(deps): update module github.com/wasilibs/go-re2 to v1.5.3 (#2861)
+ * chore(engine): remove verbose log line (#2860)
+ * remove redundant chunking (#2855)
+ * [chore] - move buffers pkg out of writers pkg (#2826)
+ * upgrade github dep (#2858)
+ * Adding postman to sub-commands list (#2813)
+ * add tolower to all keywords, and remove return on error for global vars (#2852)
+ * deprecated Integromat detector becuase they are gone. (#2856)
+ * fix(deps): update module github.com/aws/aws-sdk-go to v1.53.3 (#2849)
+ * [bug] - Handle empty reader case in newFileReader (#2854)
+ * [refactor] - Create separate handler for non-archive data (#2825)
+ * added email and location in metadata. (#2850)
+ * chore: fix some typos in comments (#2851)
+
+-------------------------------------------------------------------
Old:
----
trufflehog-3.77.0.obscpio
New:
----
trufflehog-3.78.0.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ trufflehog.spec ++++++
--- /var/tmp/diff_new_pack.QZ0HU7/_old 2024-06-09 20:24:37.495030070 +0200
+++ /var/tmp/diff_new_pack.QZ0HU7/_new 2024-06-09 20:24:37.499030214 +0200
@@ -17,7 +17,7 @@
Name: trufflehog
-Version: 3.77.0
+Version: 3.78.0
Release: 0
Summary: CLI tool to find exposed secrets in source and archives
License: AGPL-3.0-or-later
++++++ _service ++++++
--- /var/tmp/diff_new_pack.QZ0HU7/_old 2024-06-09 20:24:37.531031368 +0200
+++ /var/tmp/diff_new_pack.QZ0HU7/_new 2024-06-09 20:24:37.531031368 +0200
@@ -3,7 +3,7 @@
<param name="url">https://github.com/trufflesecurity/trufflehog.git</param>
<param name="scm">git</param>
<param name="revision">main</param>
- <param name="version">v3.77.0</param>
+ <param name="version">v3.78.0</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
</service>
++++++ trufflehog-3.77.0.obscpio -> trufflehog-3.78.0.obscpio ++++++
/work/SRC/openSUSE:Factory/trufflehog/trufflehog-3.77.0.obscpio /work/SRC/openSUSE:Factory/.trufflehog.new.19518/trufflehog-3.78.0.obscpio differ: char 49, line 1
++++++ trufflehog.obsinfo ++++++
--- /var/tmp/diff_new_pack.QZ0HU7/_old 2024-06-09 20:24:37.571032813 +0200
+++ /var/tmp/diff_new_pack.QZ0HU7/_new 2024-06-09 20:24:37.575032956 +0200
@@ -1,5 +1,5 @@
name: trufflehog
-version: 3.77.0
-mtime: 1716930463
-commit: 0024b6ce7756f3255c50fd3b1c04d0b446e088a9
+version: 3.78.0
+mtime: 1717773688
+commit: f122b295bf4d80edf9218bef2a454a60c039be62
++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/trufflehog/vendor.tar.gz /work/SRC/openSUSE:Factory/.trufflehog.new.19518/vendor.tar.gz differ: char 5, line 1
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package cmctl for openSUSE:Factory checked in at 2024-06-09 20:22:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cmctl (Old)
and /work/SRC/openSUSE:Factory/.cmctl.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cmctl"
Sun Jun 9 20:22:02 2024 rev:26 rq:1179388 version:1.14.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/cmctl/cmctl.changes 2024-04-26 23:27:17.332987439 +0200
+++ /work/SRC/openSUSE:Factory/.cmctl.new.19518/cmctl.changes 2024-06-09 20:24:33.602889625 +0200
@@ -1,0 +2,6 @@
+Fri Jun 07 19:58:54 UTC 2024 - opensuse_buildservice(a)ojkastl.de
+
+- Update to version 1.14.6:
+ * Update cmd/ctl's go.mod to v1.14.5
+
+-------------------------------------------------------------------
Old:
----
cert-manager-1.14.5.obscpio
New:
----
cert-manager-1.14.6.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cmctl.spec ++++++
--- /var/tmp/diff_new_pack.IKcmkL/_old 2024-06-09 20:24:34.266913585 +0200
+++ /var/tmp/diff_new_pack.IKcmkL/_new 2024-06-09 20:24:34.270913729 +0200
@@ -21,7 +21,7 @@
%define archive_name cert-manager
Name: cmctl
-Version: 1.14.5
+Version: 1.14.6
Release: 0
Summary: CLI tool that can help you to manage cert-manager resources inside your cluster
License: Apache-2.0
++++++ _service ++++++
--- /var/tmp/diff_new_pack.IKcmkL/_old 2024-06-09 20:24:34.314915318 +0200
+++ /var/tmp/diff_new_pack.IKcmkL/_new 2024-06-09 20:24:34.314915318 +0200
@@ -3,7 +3,7 @@
<param name="url">https://github.com/cert-manager/cert-manager</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
- <param name="revision">v1.14.5</param>
+ <param name="revision">v1.14.6</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>
@@ -19,7 +19,7 @@
<param name="compression">gz</param>
</service>
<service name="go_modules" mode="manual">
- <param name="archive">cert-manager-1.14.5.obscpio</param>
+ <param name="archive">cert-manager-1.14.6.obscpio</param>
</service>
</services>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.IKcmkL/_old 2024-06-09 20:24:34.334916039 +0200
+++ /var/tmp/diff_new_pack.IKcmkL/_new 2024-06-09 20:24:34.338916183 +0200
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/cert-manager/cert-manager</param>
- <param name="changesrevision">8294b60f70a95f7f1fbe4cf218051c9d497ad0fc</param></service></servicedata>
+ <param name="changesrevision">8671a416c74a8e443e932646b0f78289c9e36537</param></service></servicedata>
(No newline at EOF)
++++++ cert-manager-1.14.5.obscpio -> cert-manager-1.14.6.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cert-manager-1.14.5/go.mod new/cert-manager-1.14.6/go.mod
--- old/cert-manager-1.14.5/go.mod 2024-04-25 11:35:32.000000000 +0200
+++ new/cert-manager-1.14.6/go.mod 2024-06-07 14:05:56.000000000 +0200
@@ -16,7 +16,7 @@
// or a branch name (master).
require (
- github.com/cert-manager/cert-manager v1.14.4
+ github.com/cert-manager/cert-manager v1.14.5
github.com/go-logr/logr v1.4.1
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cert-manager-1.14.5/go.sum new/cert-manager-1.14.6/go.sum
--- old/cert-manager-1.14.5/go.sum 2024-04-25 11:35:32.000000000 +0200
+++ new/cert-manager-1.14.6/go.sum 2024-06-07 14:05:56.000000000 +0200
@@ -50,8 +50,8 @@
github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 h1:nvj0OLI3YqYXer/kZD8Ri1aaunCxIEsOst1BVJswV0o=
github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0/go.mod h1:D/8v3kj0zr8ZAKg1AQ6crr+5VwKN5eIywRkfhyM/+dE=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
-github.com/cert-manager/cert-manager v1.14.4 h1:DLXIZHx3jhkViYfobXo+N7/od/oj4YgG6AJw4ORJnYs=
-github.com/cert-manager/cert-manager v1.14.4/go.mod h1:d+CBeRu5MbpHTfXkkiiamUhnfdvhbThoOPwilU4UM98=
+github.com/cert-manager/cert-manager v1.14.5 h1:uuM1O2g2S80nxiH3eW2cZYMGiL2zmDFVdAzg8sibWuc=
+github.com/cert-manager/cert-manager v1.14.5/go.mod h1:fmr/cU5jiLxWj69CroDggSOa49RljUK+dU583TaQUXM=
github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=
github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/chai2010/gettext-go v1.0.2 h1:1Lwwip6Q2QGsAdl/ZKPCwTe9fe0CjlUbqj5bFNSjIRk=
++++++ cert-manager.obsinfo ++++++
--- /var/tmp/diff_new_pack.IKcmkL/_old 2024-06-09 20:24:34.458920513 +0200
+++ /var/tmp/diff_new_pack.IKcmkL/_new 2024-06-09 20:24:34.462920658 +0200
@@ -1,5 +1,5 @@
name: cert-manager
-version: 1.14.5
-mtime: 1714037732
-commit: 6a0915206f61a9116bb605e58e749c2aab2d43e2
+version: 1.14.6
+mtime: 1717761956
+commit: cb9f16c532384b26354756b233b8bd8de0a9b192
++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/cmctl/vendor.tar.gz /work/SRC/openSUSE:Factory/.cmctl.new.19518/vendor.tar.gz differ: char 5, line 1
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package eksctl for openSUSE:Factory checked in at 2024-06-09 20:21:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eksctl (Old)
and /work/SRC/openSUSE:Factory/.eksctl.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eksctl"
Sun Jun 9 20:21:12 2024 rev:31 rq:1179382 version:0.182.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/eksctl/eksctl.changes 2024-06-05 17:39:43.748271425 +0200
+++ /work/SRC/openSUSE:Factory/.eksctl.new.19518/eksctl.changes 2024-06-09 20:24:16.850285121 +0200
@@ -1,0 +2,18 @@
+Fri Jun 07 19:52:24 UTC 2024 - opensuse_buildservice(a)ojkastl.de
+
+- Update to version 0.182.0:
+ * Add release notes for v0.182.0
+ * coredns script should exclude preview versions
+ * update aws-node to latest version
+ * fix typo for iam policy
+ * Fix upgrading AL2 ARM64 nodegroups
+ * Update pkg/addons/assets/efa-device-plugin.yaml
+ * Update pkg/addons/assets/efa-device-plugin.yaml
+ * Subnets availability validation should use AZs resolved by
+ `EC2::DescribeSubnets` call (#7816)
+ * G6 support
+ * apply same formatting fix for addons.md file
+ * Fix formatting for notes in documentation
+ * Prepare for next development iteration
+
+-------------------------------------------------------------------
Old:
----
eksctl-0.181.0.obscpio
New:
----
eksctl-0.182.0.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ eksctl.spec ++++++
--- /var/tmp/diff_new_pack.ETQLAG/_old 2024-06-09 20:24:18.066329001 +0200
+++ /var/tmp/diff_new_pack.ETQLAG/_new 2024-06-09 20:24:18.066329001 +0200
@@ -19,7 +19,7 @@
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
Name: eksctl
-Version: 0.181.0
+Version: 0.182.0
Release: 0
Summary: The official CLI for Amazon EKS
License: Apache-2.0
++++++ _service ++++++
--- /var/tmp/diff_new_pack.ETQLAG/_old 2024-06-09 20:24:18.114330733 +0200
+++ /var/tmp/diff_new_pack.ETQLAG/_new 2024-06-09 20:24:18.118330877 +0200
@@ -3,7 +3,7 @@
<param name="url">https://github.com/eksctl-io/eksctl</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
- <param name="revision">v0.181.0</param>
+ <param name="revision">v0.182.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.ETQLAG/_old 2024-06-09 20:24:18.138331599 +0200
+++ /var/tmp/diff_new_pack.ETQLAG/_new 2024-06-09 20:24:18.142331743 +0200
@@ -3,6 +3,6 @@
<param name="url">https://github.com/weaveworks/eksctl</param>
<param name="changesrevision">5b28c17948a1036f26becbbc02d23e61195e8a33</param></service><service name="tar_scm">
<param name="url">https://github.com/eksctl-io/eksctl</param>
- <param name="changesrevision">48a8e87dede5c400bf9cdd204c7a9ded0b279ae7</param></service></servicedata>
+ <param name="changesrevision">40a6990a0f86086897c7a660a95de2b55f8dc1da</param></service></servicedata>
(No newline at EOF)
++++++ eksctl-0.181.0.obscpio -> eksctl-0.182.0.obscpio ++++++
/work/SRC/openSUSE:Factory/eksctl/eksctl-0.181.0.obscpio /work/SRC/openSUSE:Factory/.eksctl.new.19518/eksctl-0.182.0.obscpio differ: char 49, line 1
++++++ eksctl.obsinfo ++++++
--- /var/tmp/diff_new_pack.ETQLAG/_old 2024-06-09 20:24:18.186333331 +0200
+++ /var/tmp/diff_new_pack.ETQLAG/_new 2024-06-09 20:24:18.190333475 +0200
@@ -1,5 +1,5 @@
name: eksctl
-version: 0.181.0
-mtime: 1717458761
-commit: 48a8e87dede5c400bf9cdd204c7a9ded0b279ae7
+version: 0.182.0
+mtime: 1717771292
+commit: 40a6990a0f86086897c7a660a95de2b55f8dc1da
++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/eksctl/vendor.tar.gz /work/SRC/openSUSE:Factory/.eksctl.new.19518/vendor.tar.gz differ: char 5, line 1
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package arkade for openSUSE:Factory checked in at 2024-06-09 20:21:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/arkade (Old)
and /work/SRC/openSUSE:Factory/.arkade.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "arkade"
Sun Jun 9 20:21:07 2024 rev:33 rq:1179372 version:0.11.13
Changes:
--------
--- /work/SRC/openSUSE:Factory/arkade/arkade.changes 2024-05-15 21:27:23.511318840 +0200
+++ /work/SRC/openSUSE:Factory/.arkade.new.19518/arkade.changes 2024-06-09 20:24:10.922071204 +0200
@@ -1,0 +2,16 @@
+Fri Jun 07 19:39:26 UTC 2024 - opensuse_buildservice(a)ojkastl.de
+
+- Update to version 0.11.13:
+ * Cause doctl to fail with 404 for armv7l
+ * doctl: Resolve versions based on GitHub releases
+ * repoint cmctl references to new github location
+ * remove k10multicluster from downloads
+ * add system install powershell
+ * add better error handling
+ * Add concurrency workers to chart/upgrade
+ * Bump golang.org/x/mod from 0.17.0 to 0.18.0
+ * Bump golang.org/x/crypto from 0.23.0 to 0.24.0
+ * fix chart upgrade to handle v prefix
+ * Add consul as a tool & fix tests
+
+-------------------------------------------------------------------
Old:
----
arkade-0.11.12.obscpio
New:
----
arkade-0.11.13.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ arkade.spec ++++++
--- /var/tmp/diff_new_pack.AGW8u9/_old 2024-06-09 20:24:11.526093000 +0200
+++ /var/tmp/diff_new_pack.AGW8u9/_new 2024-06-09 20:24:11.530093145 +0200
@@ -19,7 +19,7 @@
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
Name: arkade
-Version: 0.11.12
+Version: 0.11.13
Release: 0
Summary: Open Source Kubernetes Marketplace
License: Apache-2.0
++++++ _service ++++++
--- /var/tmp/diff_new_pack.AGW8u9/_old 2024-06-09 20:24:11.562094299 +0200
+++ /var/tmp/diff_new_pack.AGW8u9/_new 2024-06-09 20:24:11.566094444 +0200
@@ -3,7 +3,7 @@
<param name="url">https://github.com/alexellis/arkade</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
- <param name="revision">0.11.12</param>
+ <param name="revision">0.11.13</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.AGW8u9/_old 2024-06-09 20:24:11.590095310 +0200
+++ /var/tmp/diff_new_pack.AGW8u9/_new 2024-06-09 20:24:11.594095454 +0200
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/alexellis/arkade</param>
- <param name="changesrevision">d93098490dd3ba78c556c89a502bdf139c29a458</param></service></servicedata>
+ <param name="changesrevision">1ea9ef18597e15c0aff4d91930fde89e825762b3</param></service></servicedata>
(No newline at EOF)
++++++ arkade-0.11.12.obscpio -> arkade-0.11.13.obscpio ++++++
/work/SRC/openSUSE:Factory/arkade/arkade-0.11.12.obscpio /work/SRC/openSUSE:Factory/.arkade.new.19518/arkade-0.11.13.obscpio differ: char 49, line 1
++++++ arkade.obsinfo ++++++
--- /var/tmp/diff_new_pack.AGW8u9/_old 2024-06-09 20:24:11.634096898 +0200
+++ /var/tmp/diff_new_pack.AGW8u9/_new 2024-06-09 20:24:11.638097042 +0200
@@ -1,5 +1,5 @@
name: arkade
-version: 0.11.12
-mtime: 1715675845
-commit: d93098490dd3ba78c556c89a502bdf139c29a458
+version: 0.11.13
+mtime: 1717621399
+commit: 1ea9ef18597e15c0aff4d91930fde89e825762b3
++++++ vendor.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/golang.org/x/sys/unix/mkerrors.sh new/vendor/golang.org/x/sys/unix/mkerrors.sh
--- old/vendor/golang.org/x/sys/unix/mkerrors.sh 2024-05-14 16:17:23.000000000 +0200
+++ new/vendor/golang.org/x/sys/unix/mkerrors.sh 2024-06-07 21:39:27.000000000 +0200
@@ -263,6 +263,7 @@
#include <linux/sched.h>
#include <linux/seccomp.h>
#include <linux/serial.h>
+#include <linux/sock_diag.h>
#include <linux/sockios.h>
#include <linux/taskstats.h>
#include <linux/tipc.h>
@@ -549,6 +550,7 @@
$2 !~ "NLA_TYPE_MASK" &&
$2 !~ /^RTC_VL_(ACCURACY|BACKUP|DATA)/ &&
$2 ~ /^(NETLINK|NLM|NLMSG|NLA|IFA|IFAN|RT|RTC|RTCF|RTN|RTPROT|RTNH|ARPHRD|ETH_P|NETNSA)_/ ||
+ $2 ~ /^SOCK_|SK_DIAG_|SKNLGRP_$/ ||
$2 ~ /^FIORDCHK$/ ||
$2 ~ /^SIOC/ ||
$2 ~ /^TIOC/ ||
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/golang.org/x/sys/unix/zerrors_linux.go new/vendor/golang.org/x/sys/unix/zerrors_linux.go
--- old/vendor/golang.org/x/sys/unix/zerrors_linux.go 2024-05-14 16:17:23.000000000 +0200
+++ new/vendor/golang.org/x/sys/unix/zerrors_linux.go 2024-06-07 21:39:27.000000000 +0200
@@ -502,6 +502,7 @@
BPF_IMM = 0x0
BPF_IND = 0x40
BPF_JA = 0x0
+ BPF_JCOND = 0xe0
BPF_JEQ = 0x10
BPF_JGE = 0x30
BPF_JGT = 0x20
@@ -657,6 +658,9 @@
CAN_NPROTO = 0x8
CAN_RAW = 0x1
CAN_RAW_FILTER_MAX = 0x200
+ CAN_RAW_XL_VCID_RX_FILTER = 0x4
+ CAN_RAW_XL_VCID_TX_PASS = 0x2
+ CAN_RAW_XL_VCID_TX_SET = 0x1
CAN_RTR_FLAG = 0x40000000
CAN_SFF_ID_BITS = 0xb
CAN_SFF_MASK = 0x7ff
@@ -1339,6 +1343,7 @@
F_OFD_SETLK = 0x25
F_OFD_SETLKW = 0x26
F_OK = 0x0
+ F_SEAL_EXEC = 0x20
F_SEAL_FUTURE_WRITE = 0x10
F_SEAL_GROW = 0x4
F_SEAL_SEAL = 0x1
@@ -1627,6 +1632,7 @@
IP_FREEBIND = 0xf
IP_HDRINCL = 0x3
IP_IPSEC_POLICY = 0x10
+ IP_LOCAL_PORT_RANGE = 0x33
IP_MAXPACKET = 0xffff
IP_MAX_MEMBERSHIPS = 0x14
IP_MF = 0x2000
@@ -1653,6 +1659,7 @@
IP_PMTUDISC_OMIT = 0x5
IP_PMTUDISC_PROBE = 0x3
IP_PMTUDISC_WANT = 0x1
+ IP_PROTOCOL = 0x34
IP_RECVERR = 0xb
IP_RECVERR_RFC4884 = 0x1a
IP_RECVFRAGSIZE = 0x19
@@ -2169,7 +2176,7 @@
NFT_SECMARK_CTX_MAXLEN = 0x100
NFT_SET_MAXNAMELEN = 0x100
NFT_SOCKET_MAX = 0x3
- NFT_TABLE_F_MASK = 0x3
+ NFT_TABLE_F_MASK = 0x7
NFT_TABLE_MAXNAMELEN = 0x100
NFT_TRACETYPE_MAX = 0x3
NFT_TUNNEL_F_MASK = 0x7
@@ -2403,6 +2410,7 @@
PERF_RECORD_MISC_USER = 0x2
PERF_SAMPLE_BRANCH_PLM_ALL = 0x7
PERF_SAMPLE_WEIGHT_TYPE = 0x1004000
+ PID_FS_MAGIC = 0x50494446
PIPEFS_MAGIC = 0x50495045
PPPIOCGNPMODE = 0xc008744c
PPPIOCNEWUNIT = 0xc004743e
@@ -2896,8 +2904,9 @@
RWF_APPEND = 0x10
RWF_DSYNC = 0x2
RWF_HIPRI = 0x1
+ RWF_NOAPPEND = 0x20
RWF_NOWAIT = 0x8
- RWF_SUPPORTED = 0x1f
+ RWF_SUPPORTED = 0x3f
RWF_SYNC = 0x4
RWF_WRITE_LIFE_NOT_SET = 0x0
SCHED_BATCH = 0x3
@@ -2918,7 +2927,9 @@
SCHED_RESET_ON_FORK = 0x40000000
SCHED_RR = 0x2
SCM_CREDENTIALS = 0x2
+ SCM_PIDFD = 0x4
SCM_RIGHTS = 0x1
+ SCM_SECURITY = 0x3
SCM_TIMESTAMP = 0x1d
SC_LOG_FLUSH = 0x100000
SECCOMP_ADDFD_FLAG_SEND = 0x2
@@ -3051,6 +3062,8 @@
SIOCSMIIREG = 0x8949
SIOCSRARP = 0x8962
SIOCWANDEV = 0x894a
+ SK_DIAG_BPF_STORAGE_MAX = 0x3
+ SK_DIAG_BPF_STORAGE_REQ_MAX = 0x1
SMACK_MAGIC = 0x43415d53
SMART_AUTOSAVE = 0xd2
SMART_AUTO_OFFLINE = 0xdb
@@ -3071,6 +3084,8 @@
SOCKFS_MAGIC = 0x534f434b
SOCK_BUF_LOCK_MASK = 0x3
SOCK_DCCP = 0x6
+ SOCK_DESTROY = 0x15
+ SOCK_DIAG_BY_FAMILY = 0x14
SOCK_IOC_TYPE = 0x89
SOCK_PACKET = 0xa
SOCK_RAW = 0x3
@@ -3260,6 +3275,7 @@
TCP_MAX_WINSHIFT = 0xe
TCP_MD5SIG = 0xe
TCP_MD5SIG_EXT = 0x20
+ TCP_MD5SIG_FLAG_IFINDEX = 0x2
TCP_MD5SIG_FLAG_PREFIX = 0x1
TCP_MD5SIG_MAXKEYLEN = 0x50
TCP_MSS = 0x200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/golang.org/x/sys/unix/zerrors_linux_386.go new/vendor/golang.org/x/sys/unix/zerrors_linux_386.go
--- old/vendor/golang.org/x/sys/unix/zerrors_linux_386.go 2024-05-14 16:17:23.000000000 +0200
+++ new/vendor/golang.org/x/sys/unix/zerrors_linux_386.go 2024-06-07 21:39:27.000000000 +0200
@@ -118,6 +118,7 @@
IXOFF = 0x1000
IXON = 0x400
MAP_32BIT = 0x40
+ MAP_ABOVE4G = 0x80
MAP_ANON = 0x20
MAP_ANONYMOUS = 0x20
MAP_DENYWRITE = 0x800
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go new/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go
--- old/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go 2024-05-14 16:17:23.000000000 +0200
+++ new/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go 2024-06-07 21:39:27.000000000 +0200
@@ -118,6 +118,7 @@
IXOFF = 0x1000
IXON = 0x400
MAP_32BIT = 0x40
+ MAP_ABOVE4G = 0x80
MAP_ANON = 0x20
MAP_ANONYMOUS = 0x20
MAP_DENYWRITE = 0x800
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go new/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go
--- old/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go 2024-05-14 16:17:23.000000000 +0200
+++ new/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go 2024-06-07 21:39:27.000000000 +0200
@@ -87,6 +87,7 @@
FICLONE = 0x40049409
FICLONERANGE = 0x4020940d
FLUSHO = 0x1000
+ FPMR_MAGIC = 0x46504d52
FPSIMD_MAGIC = 0x46508001
FS_IOC_ENABLE_VERITY = 0x40806685
FS_IOC_GETFLAGS = 0x80086601
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/golang.org/x/sys/unix/ztypes_linux.go new/vendor/golang.org/x/sys/unix/ztypes_linux.go
--- old/vendor/golang.org/x/sys/unix/ztypes_linux.go 2024-05-14 16:17:24.000000000 +0200
+++ new/vendor/golang.org/x/sys/unix/ztypes_linux.go 2024-06-07 21:39:27.000000000 +0200
@@ -4605,7 +4605,7 @@
NL80211_ATTR_MAC_HINT = 0xc8
NL80211_ATTR_MAC_MASK = 0xd7
NL80211_ATTR_MAX_AP_ASSOC_STA = 0xca
- NL80211_ATTR_MAX = 0x149
+ NL80211_ATTR_MAX = 0x14a
NL80211_ATTR_MAX_CRIT_PROT_DURATION = 0xb4
NL80211_ATTR_MAX_CSA_COUNTERS = 0xce
NL80211_ATTR_MAX_MATCH_SETS = 0x85
@@ -5209,7 +5209,7 @@
NL80211_FREQUENCY_ATTR_GO_CONCURRENT = 0xf
NL80211_FREQUENCY_ATTR_INDOOR_ONLY = 0xe
NL80211_FREQUENCY_ATTR_IR_CONCURRENT = 0xf
- NL80211_FREQUENCY_ATTR_MAX = 0x1f
+ NL80211_FREQUENCY_ATTR_MAX = 0x20
NL80211_FREQUENCY_ATTR_MAX_TX_POWER = 0x6
NL80211_FREQUENCY_ATTR_NO_10MHZ = 0x11
NL80211_FREQUENCY_ATTR_NO_160MHZ = 0xc
@@ -5703,7 +5703,7 @@
NL80211_STA_FLAG_ASSOCIATED = 0x7
NL80211_STA_FLAG_AUTHENTICATED = 0x5
NL80211_STA_FLAG_AUTHORIZED = 0x1
- NL80211_STA_FLAG_MAX = 0x7
+ NL80211_STA_FLAG_MAX = 0x8
NL80211_STA_FLAG_MAX_OLD_API = 0x6
NL80211_STA_FLAG_MFP = 0x4
NL80211_STA_FLAG_SHORT_PREAMBLE = 0x2
@@ -6001,3 +6001,34 @@
Off uint64
Len uint64
}
+
+const (
+ SK_MEMINFO_RMEM_ALLOC = 0x0
+ SK_MEMINFO_RCVBUF = 0x1
+ SK_MEMINFO_WMEM_ALLOC = 0x2
+ SK_MEMINFO_SNDBUF = 0x3
+ SK_MEMINFO_FWD_ALLOC = 0x4
+ SK_MEMINFO_WMEM_QUEUED = 0x5
+ SK_MEMINFO_OPTMEM = 0x6
+ SK_MEMINFO_BACKLOG = 0x7
+ SK_MEMINFO_DROPS = 0x8
+ SK_MEMINFO_VARS = 0x9
+ SKNLGRP_NONE = 0x0
+ SKNLGRP_INET_TCP_DESTROY = 0x1
+ SKNLGRP_INET_UDP_DESTROY = 0x2
+ SKNLGRP_INET6_TCP_DESTROY = 0x3
+ SKNLGRP_INET6_UDP_DESTROY = 0x4
+ SK_DIAG_BPF_STORAGE_REQ_NONE = 0x0
+ SK_DIAG_BPF_STORAGE_REQ_MAP_FD = 0x1
+ SK_DIAG_BPF_STORAGE_REP_NONE = 0x0
+ SK_DIAG_BPF_STORAGE = 0x1
+ SK_DIAG_BPF_STORAGE_NONE = 0x0
+ SK_DIAG_BPF_STORAGE_PAD = 0x1
+ SK_DIAG_BPF_STORAGE_MAP_ID = 0x2
+ SK_DIAG_BPF_STORAGE_MAP_VALUE = 0x3
+)
+
+type SockDiagReq struct {
+ Family uint8
+ Protocol uint8
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/golang.org/x/sys/windows/security_windows.go new/vendor/golang.org/x/sys/windows/security_windows.go
--- old/vendor/golang.org/x/sys/windows/security_windows.go 2024-05-14 16:17:24.000000000 +0200
+++ new/vendor/golang.org/x/sys/windows/security_windows.go 2024-06-07 21:39:27.000000000 +0200
@@ -68,6 +68,7 @@
//sys NetUserGetInfo(serverName *uint16, userName *uint16, level uint32, buf **byte) (neterr error) = netapi32.NetUserGetInfo
//sys NetGetJoinInformation(server *uint16, name **uint16, bufType *uint32) (neterr error) = netapi32.NetGetJoinInformation
//sys NetApiBufferFree(buf *byte) (neterr error) = netapi32.NetApiBufferFree
+//sys NetUserEnum(serverName *uint16, level uint32, filter uint32, buf **byte, prefMaxLen uint32, entriesRead *uint32, totalEntries *uint32, resumeHandle *uint32) (neterr error) = netapi32.NetUserEnum
const (
// do not reorder
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/golang.org/x/sys/windows/zsyscall_windows.go new/vendor/golang.org/x/sys/windows/zsyscall_windows.go
--- old/vendor/golang.org/x/sys/windows/zsyscall_windows.go 2024-05-14 16:17:24.000000000 +0200
+++ new/vendor/golang.org/x/sys/windows/zsyscall_windows.go 2024-06-07 21:39:27.000000000 +0200
@@ -401,6 +401,7 @@
procTransmitFile = modmswsock.NewProc("TransmitFile")
procNetApiBufferFree = modnetapi32.NewProc("NetApiBufferFree")
procNetGetJoinInformation = modnetapi32.NewProc("NetGetJoinInformation")
+ procNetUserEnum = modnetapi32.NewProc("NetUserEnum")
procNetUserGetInfo = modnetapi32.NewProc("NetUserGetInfo")
procNtCreateFile = modntdll.NewProc("NtCreateFile")
procNtCreateNamedPipeFile = modntdll.NewProc("NtCreateNamedPipeFile")
@@ -3483,6 +3484,14 @@
if r0 != 0 {
neterr = syscall.Errno(r0)
}
+ return
+}
+
+func NetUserEnum(serverName *uint16, level uint32, filter uint32, buf **byte, prefMaxLen uint32, entriesRead *uint32, totalEntries *uint32, resumeHandle *uint32) (neterr error) {
+ r0, _, _ := syscall.Syscall9(procNetUserEnum.Addr(), 8, uintptr(unsafe.Pointer(serverName)), uintptr(level), uintptr(filter), uintptr(unsafe.Pointer(buf)), uintptr(prefMaxLen), uintptr(unsafe.Pointer(entriesRead)), uintptr(unsafe.Pointer(totalEntries)), uintptr(unsafe.Pointer(resumeHandle)), 0)
+ if r0 != 0 {
+ neterr = syscall.Errno(r0)
+ }
return
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/modules.txt new/vendor/modules.txt
--- old/vendor/modules.txt 2024-05-14 16:17:24.000000000 +0200
+++ new/vendor/modules.txt 2024-06-07 21:39:27.000000000 +0200
@@ -130,18 +130,18 @@
# github.com/vbatts/tar-split v0.11.5
## explicit; go 1.17
github.com/vbatts/tar-split/archive/tar
-# golang.org/x/crypto v0.23.0
+# golang.org/x/crypto v0.24.0
## explicit; go 1.18
golang.org/x/crypto/bcrypt
golang.org/x/crypto/blowfish
-# golang.org/x/mod v0.17.0
+# golang.org/x/mod v0.18.0
## explicit; go 1.18
golang.org/x/mod/semver
# golang.org/x/sync v0.5.0
## explicit; go 1.18
golang.org/x/sync/errgroup
golang.org/x/sync/semaphore
-# golang.org/x/sys v0.20.0
+# golang.org/x/sys v0.21.0
## explicit; go 1.18
golang.org/x/sys/execabs
golang.org/x/sys/unix
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package apko for openSUSE:Factory checked in at 2024-06-09 20:21:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apko (Old)
and /work/SRC/openSUSE:Factory/.apko.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apko"
Sun Jun 9 20:21:02 2024 rev:12 rq:1179373 version:0.14.8
Changes:
--------
--- /work/SRC/openSUSE:Factory/apko/apko.changes 2024-06-03 17:42:11.720237989 +0200
+++ /work/SRC/openSUSE:Factory/.apko.new.19518/apko.changes 2024-06-09 20:24:07.769957462 +0200
@@ -1,0 +2,25 @@
+Fri Jun 07 19:38:30 UTC 2024 - opensuse_buildservice(a)ojkastl.de
+
+- Update to version 0.14.8:
+ * Add expandapk.Split and use it
+ * Fix some lints carried over from go-apk
+ * update go-apk
+ * undo diff-causing change
+ * get outta here submodule
+ * rm pkg/apk
+ * go mod tidy
+ * go away
+ * goimports -local to make linter a little happier
+ * WIP: unsplit go-apk
+ * change deprecated flags
+ * build(deps): bump goreleaser/goreleaser-action from 5.1.0 to
+ 6.0.0
+ * build(deps): bump github/codeql-action from 3.25.7 to 3.25.8
+ * add test that images with old packages can build
+ * build(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0
+ * appease linter
+ * fix tests
+ * use latest go-apk
+ * enable per-host auth
+
+-------------------------------------------------------------------
Old:
----
apko-0.14.7.obscpio
New:
----
apko-0.14.8.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apko.spec ++++++
--- /var/tmp/diff_new_pack.nX6heu/_old 2024-06-09 20:24:08.313977093 +0200
+++ /var/tmp/diff_new_pack.nX6heu/_new 2024-06-09 20:24:08.313977093 +0200
@@ -19,7 +19,7 @@
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
Name: apko
-Version: 0.14.7
+Version: 0.14.8
Release: 0
Summary: Build OCI images from APK packages directly without Dockerfile
License: Apache-2.0
++++++ _service ++++++
--- /var/tmp/diff_new_pack.nX6heu/_old 2024-06-09 20:24:08.349978392 +0200
+++ /var/tmp/diff_new_pack.nX6heu/_new 2024-06-09 20:24:08.353978536 +0200
@@ -3,7 +3,7 @@
<param name="url">https://github.com/chainguard-dev/apko</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
- <param name="revision">v0.14.7</param>
+ <param name="revision">v0.14.8</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.nX6heu/_old 2024-06-09 20:24:08.377979402 +0200
+++ /var/tmp/diff_new_pack.nX6heu/_new 2024-06-09 20:24:08.381979547 +0200
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/chainguard-dev/apko</param>
- <param name="changesrevision">f5aa053346e01a693dedca1e7d86a2df76dec6ab</param></service></servicedata>
+ <param name="changesrevision">95e33993764a6a6f7cc4098453260cc6da7e71a1</param></service></servicedata>
(No newline at EOF)
++++++ apko-0.14.7.obscpio -> apko-0.14.8.obscpio ++++++
++++ 23877 lines of diff (skipped)
++++++ apko.obsinfo ++++++
--- /var/tmp/diff_new_pack.nX6heu/_old 2024-06-09 20:24:08.677990228 +0200
+++ /var/tmp/diff_new_pack.nX6heu/_new 2024-06-09 20:24:08.681990372 +0200
@@ -1,5 +1,5 @@
name: apko
-version: 0.14.7
-mtime: 1717174495
-commit: f5aa053346e01a693dedca1e7d86a2df76dec6ab
+version: 0.14.8
+mtime: 1717624572
+commit: 95e33993764a6a6f7cc4098453260cc6da7e71a1
++++++ vendor.tar.gz ++++++
++++ 9934 lines of diff (skipped)
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package minio-client for openSUSE:Factory checked in at 2024-06-09 20:20:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/minio-client (Old)
and /work/SRC/openSUSE:Factory/.minio-client.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "minio-client"
Sun Jun 9 20:20:58 2024 rev:81 rq:1179368 version:20240605T181330Z
Changes:
--------
--- /work/SRC/openSUSE:Factory/minio-client/minio-client.changes 2024-06-05 17:43:17.892067660 +0200
+++ /work/SRC/openSUSE:Factory/.minio-client.new.19518/minio-client.changes 2024-06-09 20:24:05.797886301 +0200
@@ -1,0 +2,8 @@
+Fri Jun 07 19:31:40 UTC 2024 - opensuse_buildservice(a)ojkastl.de
+
+- Update to version 20240605T181330Z:
+ * add vulncheck with go upgrade
+ * add space between upload/download indicators
+ * Add sizes to mc admin trace (#4949)
+
+-------------------------------------------------------------------
Old:
----
mc-20240601T150335Z.obscpio
New:
----
mc-20240605T181330Z.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ minio-client.spec ++++++
--- /var/tmp/diff_new_pack.NS5ikG/_old 2024-06-09 20:24:06.525912572 +0200
+++ /var/tmp/diff_new_pack.NS5ikG/_new 2024-06-09 20:24:06.525912572 +0200
@@ -22,7 +22,7 @@
%define binary_name minio-client
Name: minio-client
-Version: 20240601T150335Z
+Version: 20240605T181330Z
Release: 0
Summary: Client for MinIO
License: AGPL-3.0-only
++++++ _service ++++++
--- /var/tmp/diff_new_pack.NS5ikG/_old 2024-06-09 20:24:06.561913871 +0200
+++ /var/tmp/diff_new_pack.NS5ikG/_new 2024-06-09 20:24:06.565914015 +0200
@@ -5,7 +5,7 @@
<param name="exclude">.git</param>
<param name="changesgenerate">enable</param>
<param name="versionformat">@PARENT_TAG@</param>
- <param name="revision">RELEASE.2024-06-01T15-03-35Z</param>
+ <param name="revision">RELEASE.2024-06-05T18-13-30Z</param>
<param name="match-tag">RELEASE.*</param>
<param name="versionrewrite-pattern">RELEASE\.(.*)-(.*)-(.*)-(.*)-(.*)</param>
<param name="versionrewrite-replacement">\1\2\3\4\5</param>
@@ -19,7 +19,7 @@
<param name="compression">gz</param>
</service>
<service name="go_modules" mode="manual">
- <param name="archive">mc-20240601T150335Z.obscpio</param>
+ <param name="archive">mc-20240605T181330Z.obscpio</param>
</service>
</services>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.NS5ikG/_old 2024-06-09 20:24:06.589914881 +0200
+++ /var/tmp/diff_new_pack.NS5ikG/_new 2024-06-09 20:24:06.593915025 +0200
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/minio/mc</param>
- <param name="changesrevision">3cfa8642fdab18e3c1599360be26167e377063cf</param></service></servicedata>
+ <param name="changesrevision">17adf0abbbca8a1d3153932a9b467a19c8371cc4</param></service></servicedata>
(No newline at EOF)
++++++ mc-20240601T150335Z.obscpio -> mc-20240605T181330Z.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mc-20240601T150335Z/.github/workflows/vulncheck.yml new/mc-20240605T181330Z/.github/workflows/vulncheck.yml
--- old/mc-20240601T150335Z/.github/workflows/vulncheck.yml 2024-06-01 17:03:35.000000000 +0200
+++ new/mc-20240605T181330Z/.github/workflows/vulncheck.yml 2024-06-05 20:13:30.000000000 +0200
@@ -16,7 +16,7 @@
- name: Set up Go
uses: actions/setup-go@v5
with:
- go-version: 1.22.3
+ go-version: 1.22.x
check-latest: true
- name: Get official govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mc-20240601T150335Z/cmd/admin-trace.go new/mc-20240605T181330Z/cmd/admin-trace.go
--- old/mc-20240601T150335Z/cmd/admin-trace.go 2024-06-01 17:03:35.000000000 +0200
+++ new/mc-20240605T181330Z/cmd/admin-trace.go 2024-06-05 20:13:30.000000000 +0200
@@ -24,6 +24,7 @@
"hash/fnv"
"net/http"
"net/url"
+ "os"
"path"
"sort"
"strconv"
@@ -41,7 +42,9 @@
"github.com/minio/madmin-go/v3"
"github.com/minio/mc/pkg/probe"
"github.com/minio/pkg/v3/console"
+ "github.com/muesli/reflow/truncate"
"github.com/olekukonko/tablewriter"
+ "golang.org/x/term"
)
var adminTraceFlags = []cli.Flag{
@@ -582,6 +585,7 @@
StatusCode int `json:"statusCode"`
StatusMsg string `json:"statusMsg"`
Type string `json:"type"`
+ Size int64 `json:"size,omitempty"`
Error string `json:"error"`
Extra map[string]string `json:"extra"`
trcType madmin.TraceType
@@ -650,6 +654,7 @@
s.Duration = t.Duration
s.StatusMsg = t.Message
s.Extra = t.Custom
+ s.Size = t.Bytes
switch t.TraceType {
case madmin.TraceS3, madmin.TraceInternal:
@@ -703,10 +708,15 @@
console.Colorize("ErrStatus", s.Error),
console.Colorize("HeaderValue", s.Duration))
} else {
- fmt.Fprintf(b, "[%s] %s %s %s %2s", console.Colorize("RespStatus", strings.ToUpper(s.trcType.String())), console.Colorize("FuncName", s.FuncName),
+ sz := ""
+ if s.Size != 0 {
+ sz = fmt.Sprintf(" %s", humanize.IBytes(uint64(s.Size)))
+ }
+ fmt.Fprintf(b, "[%s] %s %s %s %2s%s", console.Colorize("RespStatus", strings.ToUpper(s.trcType.String())), console.Colorize("FuncName", s.FuncName),
hostStr,
s.Path,
- console.Colorize("HeaderValue", s.Duration))
+ console.Colorize("HeaderValue", s.Duration),
+ sz)
}
return b.String()
}
@@ -839,10 +849,14 @@
fmt.Fprintf(b, "%s %s [%s] %s%s", nodeNameStr, console.Colorize("Request", fmt.Sprintf("[%s %s]", strings.ToUpper(trc.TraceType.String()), trc.FuncName)), trc.Time.Local().Format(traceTimeFormat), trc.Message, extra)
return b.String()
default:
+ sz := ""
+ if trc.Bytes != 0 {
+ sz = fmt.Sprintf(" %s", humanize.IBytes(uint64(trc.Bytes)))
+ }
if trc.Error != "" {
- fmt.Fprintf(b, "%s %s [%s] %s%s err='%s' %s", nodeNameStr, console.Colorize("Request", fmt.Sprintf("[%s %s]", strings.ToUpper(trc.TraceType.String()), trc.FuncName)), trc.Time.Local().Format(traceTimeFormat), trc.Path, extra, console.Colorize("ErrStatus", trc.Error), trc.Duration)
+ fmt.Fprintf(b, "%s %s [%s] %s%s err='%s' %s%s", nodeNameStr, console.Colorize("Request", fmt.Sprintf("[%s %s]", strings.ToUpper(trc.TraceType.String()), trc.FuncName)), trc.Time.Local().Format(traceTimeFormat), trc.Path, extra, console.Colorize("ErrStatus", trc.Error), trc.Duration, sz)
} else {
- fmt.Fprintf(b, "%s %s [%s] %s%s %s", nodeNameStr, console.Colorize("Request", fmt.Sprintf("[%s %s]", strings.ToUpper(trc.TraceType.String()), trc.FuncName)), trc.Time.Local().Format(traceTimeFormat), trc.Path, extra, trc.Duration)
+ fmt.Fprintf(b, "%s %s [%s] %s%s %s%s", nodeNameStr, console.Colorize("Request", fmt.Sprintf("[%s %s]", strings.ToUpper(trc.TraceType.String()), trc.FuncName)), trc.Time.Local().Format(traceTimeFormat), trc.Path, extra, trc.Duration, sz)
}
return b.String()
}
@@ -903,6 +917,7 @@
MaxTTFB time.Duration `json:"maxTTFB,omitempty"`
MaxDur time.Duration `json:"maxDuration"`
MinDur time.Duration `json:"minDuration"`
+ Size int64 `json:"size"`
}
type statTrace struct {
@@ -951,6 +966,7 @@
if t.Trace.Error != "" {
got.Errors++
}
+ got.Size += t.Trace.Bytes
if t.Trace.HTTP != nil {
got.CallStatsCount++
got.CallStats.Rx += t.Trace.HTTP.CallStats.InputBytes
@@ -966,9 +982,10 @@
func initTraceStatsUI(maxEntries int, traces <-chan madmin.ServiceTraceInfo) *traceStatsUI {
s := spinner.New()
s.Spinner = spinner.Points
- s.Spinner.FPS = time.Second / 4
+ s.Spinner.FPS = time.Second / 2
s.Style = lipgloss.NewStyle().Foreground(lipgloss.Color("205"))
console.SetColor("metrics-duration", color.New(color.FgWhite))
+ console.SetColor("metrics-size", color.New(color.FgGreen))
console.SetColor("metrics-dur", color.New(color.FgGreen))
console.SetColor("metrics-dur-med", color.New(color.FgYellow))
console.SetColor("metrics-dur-high", color.New(color.FgRed))
@@ -1043,17 +1060,8 @@
table.SetRowSeparator("")
table.SetHeaderLine(false)
table.SetBorder(false)
- table.SetTablePadding("\t") // pad with tabs
+ table.SetTablePadding(" ") // pad with tabs
table.SetNoWhiteSpace(true)
- addRow := func(s string) {
- table.Append([]string{s})
- }
- _ = addRow
- addRowF := func(format string, vals ...interface{}) {
- s := fmt.Sprintf(format, vals...)
- table.Append([]string{s})
- }
- _ = addRowF
var entries []statItem
m.current.mu.Lock()
totalCnt := 0
@@ -1076,20 +1084,34 @@
if m.maxEntries > 0 && len(entries) > m.maxEntries {
entries = entries[:m.maxEntries]
}
-
- table.Append([]string{
+ hasTTFB := false
+ for _, e := range entries {
+ if e.TTFB > 0 {
+ hasTTFB = true
+ break
+ }
+ }
+ t := []string{
console.Colorize("metrics-top-title", "Call"),
console.Colorize("metrics-top-title", "Count"),
console.Colorize("metrics-top-title", "RPM"),
console.Colorize("metrics-top-title", "Avg Time"),
console.Colorize("metrics-top-title", "Min Time"),
console.Colorize("metrics-top-title", "Max Time"),
- console.Colorize("metrics-top-title", "Avg TTFB"),
- console.Colorize("metrics-top-title", "Max TTFB"),
+ }
+ if hasTTFB {
+ t = append(t,
+ console.Colorize("metrics-top-title", "Avg TTFB"),
+ console.Colorize("metrics-top-title", "Max TTFB"),
+ )
+ }
+ t = append(t,
+ console.Colorize("metrics-top-title", "Avg Size"),
+ console.Colorize("metrics-top-title", "Rate"),
console.Colorize("metrics-top-title", "Errors"),
- console.Colorize("metrics-top-title", "RX Avg"),
- console.Colorize("metrics-top-title", "TX Avg"),
- })
+ )
+
+ table.Append(t)
for _, v := range entries {
if v.Count <= 0 {
continue
@@ -1121,13 +1143,33 @@
maxColor = "metrics-dur-med"
}
- rx := "-"
- tx := "-"
+ sz := "-"
+ rate := "-"
+ if v.Size > 0 && v.Count > 0 {
+ sz = humanize.IBytes(uint64(v.Size) / uint64(v.Count))
+ rate = fmt.Sprintf("%s/m", humanize.IBytes(uint64(float64(v.Size)/dur.Minutes())))
+ }
if v.CallStatsCount > 0 {
- rx = humanize.IBytes(uint64(v.CallStats.Rx / v.CallStatsCount))
- tx = humanize.IBytes(uint64(v.CallStats.Tx / v.CallStatsCount))
+ var s, r []string
+ if v.CallStats.Rx > 0 {
+ s = append(s, fmt.Sprintf("↓ %s", humanize.IBytes(uint64(v.CallStats.Rx/v.CallStatsCount))))
+ r = append(r, fmt.Sprintf("↓ %s", humanize.IBytes(uint64(float64(v.CallStats.Rx)/dur.Minutes()))))
+ }
+ if v.CallStats.Tx > 0 {
+ s = append(s, fmt.Sprintf("↑ %s", humanize.IBytes(uint64(v.CallStats.Tx/v.CallStatsCount))))
+ r = append(r, fmt.Sprintf("↑ %s", humanize.IBytes(uint64(float64(v.CallStats.Tx)/dur.Minutes()))))
+ }
+ if len(s) > 0 {
+ sz = strings.Join(s, " ")
+ rate = strings.Join(r, " ") + "/m"
+ }
+ }
+ if sz != "-" {
+ sz = console.Colorize("metrics-size", sz)
+ rate = console.Colorize("metrics-size", rate)
}
- table.Append([]string{
+
+ t := []string{
console.Colorize("metrics-title", metricsTitle(v.Name)),
console.Colorize("metrics-number", fmt.Sprintf("%d ", v.Count)) +
console.Colorize("metrics-number-secondary", fmt.Sprintf("(%0.1f%%)", float64(v.Count)/float64(totalCnt)*100)),
@@ -1135,13 +1177,28 @@
console.Colorize(avgColor, fmt.Sprintf("%v", avg.Round(time.Microsecond))),
console.Colorize(minColor, v.MinDur),
console.Colorize(maxColor, v.MaxDur),
- console.Colorize(avgColor, fmt.Sprintf("%v", avgTTFB.Round(time.Microsecond))),
- console.Colorize(maxColor, v.MaxTTFB),
- errs,
- rx,
- tx,
- })
+ }
+ if hasTTFB {
+ t = append(t,
+ console.Colorize(avgColor, fmt.Sprintf("%v", avgTTFB.Round(time.Microsecond))),
+ console.Colorize(maxColor, v.MaxTTFB))
+ }
+ t = append(t, sz,
+ rate,
+ errs)
+ table.Append(t)
}
table.Render()
- return s.String()
+ if globalTermWidth <= 10 {
+ return s.String()
+ }
+ w := globalTermWidth
+ if nw, _, e := term.GetSize(int(os.Stdout.Fd())); e == nil {
+ w = nw
+ }
+ split := strings.Split(s.String(), "\n")
+ for i, line := range split {
+ split[i] = truncate.StringWithTail(line, uint(w), "»")
+ }
+ return strings.Join(split, "\n")
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mc-20240601T150335Z/cmd/main.go new/mc-20240605T181330Z/cmd/main.go
--- old/mc-20240601T150335Z/cmd/main.go 2024-06-01 17:03:35.000000000 +0200
+++ new/mc-20240605T181330Z/cmd/main.go 2024-06-05 20:13:30.000000000 +0200
@@ -117,7 +117,7 @@
// Fetch terminal size, if not available, automatically
// set globalQuiet to true on non-window.
- if w, h, e := term.GetSize(int(os.Stdin.Fd())); e != nil {
+ if w, h, e := term.GetSize(int(os.Stdout.Fd())); e != nil {
globalQuiet = runtime.GOOS != "windows"
} else {
globalTermWidth, globalTermHeight = w, h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mc-20240601T150335Z/go.mod new/mc-20240605T181330Z/go.mod
--- old/mc-20240601T150335Z/go.mod 2024-06-01 17:03:35.000000000 +0200
+++ new/mc-20240605T181330Z/go.mod 2024-06-05 20:13:30.000000000 +0200
@@ -41,7 +41,7 @@
github.com/charmbracelet/lipgloss v0.10.0
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/juju/ratelimit v1.0.2
- github.com/minio/madmin-go/v3 v3.0.51
+ github.com/minio/madmin-go/v3 v3.0.55-0.20240603092915-420a67132c32
github.com/minio/pkg/v3 v3.0.0
github.com/minio/selfupdate v0.6.0
github.com/muesli/reflow v0.3.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mc-20240601T150335Z/go.sum new/mc-20240605T181330Z/go.sum
--- old/mc-20240601T150335Z/go.sum 2024-06-01 17:03:35.000000000 +0200
+++ new/mc-20240605T181330Z/go.sum 2024-06-05 20:13:30.000000000 +0200
@@ -130,8 +130,8 @@
github.com/minio/colorjson v1.0.7/go.mod h1:9LGM5yybI+GuhSbuzAerbSgvFb4j8ux9NzyONR+NrAY=
github.com/minio/filepath v1.0.0 h1:fvkJu1+6X+ECRA6G3+JJETj4QeAYO9sV43I79H8ubDY=
github.com/minio/filepath v1.0.0/go.mod h1:/nRZA2ldl5z6jT9/KQuvZcQlxZIMQoFFQPvEXx9T/Bw=
-github.com/minio/madmin-go/v3 v3.0.51 h1:brGOvDP8KvoHb/bdzCHUPFCbTtrN8o507uPHZpyuinM=
-github.com/minio/madmin-go/v3 v3.0.51/go.mod h1:IFAwr0XMrdsLovxAdCcuq/eoL4nRuMVQQv0iubJANQw=
+github.com/minio/madmin-go/v3 v3.0.55-0.20240603092915-420a67132c32 h1:9se7/S4AlN2k/B1E7A8m1m07DM3p0JnIOzVhDuAV2PI=
+github.com/minio/madmin-go/v3 v3.0.55-0.20240603092915-420a67132c32/go.mod h1:IFAwr0XMrdsLovxAdCcuq/eoL4nRuMVQQv0iubJANQw=
github.com/minio/md5-simd v1.1.2 h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34=
github.com/minio/md5-simd v1.1.2/go.mod h1:MzdKDxYpY2BT9XQFocsiZf/NKVtR7nkE4RoEpN+20RM=
github.com/minio/minio-go/v7 v7.0.70 h1:1u9NtMgfK1U42kUxcsl5v0yj6TEOPR497OAQxpJnn2g=
++++++ mc.obsinfo ++++++
--- /var/tmp/diff_new_pack.NS5ikG/_old 2024-06-09 20:24:06.885925563 +0200
+++ /var/tmp/diff_new_pack.NS5ikG/_new 2024-06-09 20:24:06.885925563 +0200
@@ -1,5 +1,5 @@
name: mc
-version: 20240601T150335Z
-mtime: 1717254215
-commit: 3cfa8642fdab18e3c1599360be26167e377063cf
+version: 20240605T181330Z
+mtime: 1717611210
+commit: 17adf0abbbca8a1d3153932a9b467a19c8371cc4
++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/minio-client/vendor.tar.gz /work/SRC/openSUSE:Factory/.minio-client.new.19518/vendor.tar.gz differ: char 5, line 1
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package timescaledb for openSUSE:Factory checked in at 2024-06-09 20:20:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/timescaledb (Old)
and /work/SRC/openSUSE:Factory/.timescaledb.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "timescaledb"
Sun Jun 9 20:20:51 2024 rev:20 rq:1179333 version:2.15.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/timescaledb/timescaledb.changes 2024-05-29 19:36:48.922581715 +0200
+++ /work/SRC/openSUSE:Factory/.timescaledb.new.19518/timescaledb.changes 2024-06-09 20:24:02.369762597 +0200
@@ -1,0 +2,6 @@
+Fri Jun 7 15:11:20 UTC 2024 - Marcus Rueckert <mrueckert(a)suse.de>
+
+- Update to version 2.15.2
+ https://github.com/timescale/timescaledb/releases/tag/2.15.2
+
+-------------------------------------------------------------------
Old:
----
timescaledb-2.15.1.tar.gz
New:
----
timescaledb-2.15.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ timescaledb.spec ++++++
--- /var/tmp/diff_new_pack.IdXkKA/_old 2024-06-09 20:24:02.877780928 +0200
+++ /var/tmp/diff_new_pack.IdXkKA/_new 2024-06-09 20:24:02.881781073 +0200
@@ -21,7 +21,7 @@
%{pg_version_from_name}
Name: %{pg_name}-%{ext_name}
-Version: 2.15.1
+Version: 2.15.2
Release: 0
Summary: A time-series database extension for PostgreSQL
License: Apache-2.0
++++++ timescaledb-2.15.1.tar.gz -> timescaledb-2.15.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/timescaledb/timescaledb-2.15.1.tar.gz /work/SRC/openSUSE:Factory/.timescaledb.new.19518/timescaledb-2.15.2.tar.gz differ: char 13, line 1
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kf6-kplotting for openSUSE:Factory checked in at 2024-06-09 20:20:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-kplotting (Old)
and /work/SRC/openSUSE:Factory/.kf6-kplotting.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-kplotting"
Sun Jun 9 20:20:41 2024 rev:4 rq:1179296 version:6.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-kplotting/kf6-kplotting.changes 2024-05-11 18:24:53.770294246 +0200
+++ /work/SRC/openSUSE:Factory/.kf6-kplotting.new.19518/kf6-kplotting.changes 2024-06-09 20:23:57.237577406 +0200
@@ -1,0 +2,9 @@
+Wed Jun 5 10:11:52 UTC 2024 - Christophe Marin <christophe(a)krop.fr>
+
+- Update to 6.3.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/frameworks/6/6.3.0/
+- No code changes since 6.2.0
+
+-------------------------------------------------------------------
Old:
----
kplotting-6.2.0.tar.xz
kplotting-6.2.0.tar.xz.sig
New:
----
kplotting-6.3.0.tar.xz
kplotting-6.3.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kf6-kplotting.spec ++++++
--- /var/tmp/diff_new_pack.xk1MY6/_old 2024-06-09 20:23:57.945602954 +0200
+++ /var/tmp/diff_new_pack.xk1MY6/_new 2024-06-09 20:23:57.949603099 +0200
@@ -19,13 +19,13 @@
%define qt6_version 6.6.0
%define rname kplotting
-# Full KF6 version (e.g. 6.2.0)
+# Full KF6 version (e.g. 6.3.0)
%{!?_kf6_version: %global _kf6_version %{version}}
# Last major and minor KF6 version (e.g. 6.0)
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
%bcond_without released
Name: kf6-kplotting
-Version: 6.2.0
+Version: 6.3.0
Release: 0
Summary: KDE Data plotting library
License: LGPL-2.1-or-later
++++++ kplotting-6.2.0.tar.xz -> kplotting-6.3.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kplotting-6.2.0/CMakeLists.txt new/kplotting-6.3.0/CMakeLists.txt
--- old/kplotting-6.2.0/CMakeLists.txt 2024-05-03 14:26:23.000000000 +0200
+++ new/kplotting-6.3.0/CMakeLists.txt 2024-05-31 15:27:55.000000000 +0200
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.16)
-set(KF_VERSION "6.2.0") # handled by release scripts
+set(KF_VERSION "6.3.0") # handled by release scripts
project(KPlotting VERSION ${KF_VERSION})
include(FeatureSummary)
-find_package(ECM 6.2.0 NO_MODULE)
+find_package(ECM 6.3.0 NO_MODULE)
set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules")
feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES)
1
0