Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ladish for openSUSE:Factory checked 
in at 2026-03-26 21:09:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ladish (Old)
 and      /work/SRC/openSUSE:Factory/.ladish.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ladish"

Thu Mar 26 21:09:49 2026 rev:6 rq:1342723 version:1.3_gfcd24852

Changes:
--------
--- /work/SRC/openSUSE:Factory/ladish/ladish.changes    2025-11-24 
14:17:00.001037055 +0100
+++ /work/SRC/openSUSE:Factory/.ladish.new.8177/ladish.changes  2026-03-27 
06:43:01.925940444 +0100
@@ -1,0 +2,14 @@
+Wed Mar 25 00:23:37 UTC 2026 - Simon Lees <[email protected]>
+
+- move back to upstream tarballs rather then git service as at the
+  time of updating the git repo is not available.
+- Update to 1.3-gfcd24852
+  * Update waf to 2.1.5
+  * Updates for meson
+  * fixes for several memory related issues
+  * Don't notify user about unexpectedly stopped apps that
+   returned 0 exit code. Fixes #197
+  * Various other minor fixes
+- refresh ladish-version.patch
+
+-------------------------------------------------------------------

New:
----
  ladish-1.3-gfcd24852.tar.bz2

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

Other differences:
------------------
++++++ ladish.spec ++++++
--- /var/tmp/diff_new_pack.l8l8sb/_old  2026-03-27 06:43:02.441961763 +0100
+++ /var/tmp/diff_new_pack.l8l8sb/_new  2026-03-27 06:43:02.445961929 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ladish
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,16 @@
 #
 
 
+%define file_version 1.3-gfcd24852
 %define enable_gui 0
 Name:           ladish
-Version:        1+git.20210227
+Version:        1.3_gfcd24852
 Release:        0
 Summary:        LADI Session Handler
 License:        AFL-2.1 AND GPL-2.0-or-later
 Group:          Productivity/Multimedia/Sound/Utilities
 URL:            http://ladish.org/
-Source:         %{name}-%{version}.tar.xz
+Source:         %{name}-%{file_version}.tar.bz2
 Patch0:         ladish-version.patch
 Patch1:         ladish-add-aarch64.patch
 BuildRequires:  alsa-devel
@@ -58,7 +59,7 @@
 LADI Session Handler or simply ladish is a session management system for JACK 
applications on GNU/Linux.
 
 %prep
-%autosetup -p1
+%autosetup -p1 -n %{name}-%{file_version}
 
 %build
 export CFLAGS="%{optflags} -Wno-error"
@@ -71,13 +72,7 @@
 /usr/bin/python3 waf install --destdir=%{buildroot}
 # We install it later correctly
 rm -r %{buildroot}/%{_datadir}/doc
-%if %{enable_gui}
-%suse_update_desktop_file -r -i gladish "AudioVideo;Midi;"
-%else
-rm %{buildroot}/%{_datadir}/applications/gladish.desktop
-rm -r %{buildroot}/%{_datadir}/icons/
-rm -r %{buildroot}/%{_datadir}/locale/
-%endif
+
 %fdupes -s %{buildroot}
 
 %post   -p /sbin/ldconfig
@@ -85,7 +80,7 @@
 
 %files
 %license COPYING afl21.txt gpl2.txt
-%doc AUTHORS NEWS README
+%doc AUTHORS NEWS
 %{_datadir}/ladish
 %{_bindir}/ladish_control
 %{_bindir}/ladishd

++++++ ladish-version.patch ++++++
--- /var/tmp/diff_new_pack.l8l8sb/_old  2026-03-27 06:43:02.485963582 +0100
+++ /var/tmp/diff_new_pack.l8l8sb/_new  2026-03-27 06:43:02.489963747 +0100
@@ -1,20 +1,18 @@
-diff -Nur ladish-1+git.20210227/meson.build new/meson.build
---- ladish-1+git.20210227/meson.build  2021-02-27 05:55:49.000000000 +0100
-+++ new/meson.build    2021-04-17 02:21:01.188755702 +0200
-@@ -1,5 +1,5 @@
- project('ladish', 'c', 'cpp',
--  version : '0.3',
-+  version : '1.0',
-   license : 'MIT')
+Index: ladish-1.3-gfcd24852/meson.build
+===================================================================
+--- ladish-1.3-gfcd24852.orig/meson.build
++++ ladish-1.3-gfcd24852/meson.build
+@@ -12,11 +12,7 @@ fs = import('fs')
+ if fs.is_dir('.git')
+   # This block handles building from git source tree
+   # version.h is generated during build
+-  git_version = run_command(
+-    ['git', 'rev-parse', '--short', 'HEAD'],
+-    check : true,
+-    capture : true,
+-  ).stdout().strip()
++  git_version = "-"
  
- data_dir = get_option('prefix') / 'share' / 'ladish'
-@@ -7,7 +7,7 @@
- dbus_name_base = 'org.ladish'
- dbus_base_path = '/org/ladish'
- 
--git_version = run_command(['git', 'rev-parse', '--short', 
'HEAD']).stdout().strip()
-+git_version = "-"
- 
- configure_file(output : 'version.h',
-     configuration : {
+   configure_file(output : 'version.h',
+                  configuration : {
 

Reply via email to