Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package apulse for openSUSE:Factory checked 
in at 2025-11-21 16:56:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apulse (Old)
 and      /work/SRC/openSUSE:Factory/.apulse.new.2061 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apulse"

Fri Nov 21 16:56:52 2025 rev:16 rq:1319018 version:0.1.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/apulse/apulse.changes    2025-03-21 
20:23:24.005200728 +0100
+++ /work/SRC/openSUSE:Factory/.apulse.new.2061/apulse.changes  2025-11-21 
16:57:43.893023164 +0100
@@ -1,0 +2,6 @@
+Thu Nov 20 22:03:13 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 0.1.14:
+  * build fixes (CMake 4, musl 1.2.5)
+
+-------------------------------------------------------------------

Old:
----
  apulse-0.1.13.tar.gz

New:
----
  apulse-0.1.14.tar.gz

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

Other differences:
------------------
++++++ apulse.spec ++++++
--- /var/tmp/diff_new_pack.34M0vF/_old  2025-11-21 16:57:44.529049965 +0100
+++ /var/tmp/diff_new_pack.34M0vF/_new  2025-11-21 16:57:44.529049965 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package apulse
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 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
@@ -20,7 +20,7 @@
 %define pulse_major %(sed -n '/^#define.*PA_MAJOR/{s/^.* //;p}' 
%{_includedir}/pulse/version.h)
 %define __provides_exclude_from ^%{_libdir}/apulse/.*.so.*$
 Name:           apulse
-Version:        0.1.13
+Version:        0.1.14
 Release:        0
 Summary:        PulseAudio emulation for ALSA
 License:        MIT

++++++ apulse-0.1.13.tar.gz -> apulse-0.1.14.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/apulse-0.1.13/3rdparty/pulseaudio-headers/pulse/volume.h 
new/apulse-0.1.14/3rdparty/pulseaudio-headers/pulse/volume.h
--- old/apulse-0.1.13/3rdparty/pulseaudio-headers/pulse/volume.h        
2020-04-19 18:46:25.000000000 +0200
+++ new/apulse-0.1.14/3rdparty/pulseaudio-headers/pulse/volume.h        
2025-05-18 05:06:17.000000000 +0200
@@ -223,7 +223,7 @@
 
 /** Maximum length of the strings returned by pa_volume_snprint_verbose().
  * Please note that this value can change with any release without warning and
- * withou being considered API or ABI breakage. You should not use this
+ * without being considered API or ABI breakage. You should not use this
  * definition anywhere where it might become part of an ABI. \since 5.0 */
 #define PA_VOLUME_SNPRINT_VERBOSE_MAX 35
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/apulse-0.1.13/CMakeLists.txt 
new/apulse-0.1.14/CMakeLists.txt
--- old/apulse-0.1.13/CMakeLists.txt    2020-04-19 18:46:25.000000000 +0200
+++ new/apulse-0.1.14/CMakeLists.txt    2025-05-18 05:06:17.000000000 +0200
@@ -1,5 +1,5 @@
+cmake_minimum_required (VERSION 2.8...4.0)
 project(apulse)
-cmake_minimum_required (VERSION 2.8)
 
 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 -Wall -fPIC 
-fvisibility=hidden")
 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Werror=implicit-function-declaration")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/apulse-0.1.13/man/apulse.1 
new/apulse-0.1.14/man/apulse.1
--- old/apulse-0.1.13/man/apulse.1      2020-04-19 18:46:25.000000000 +0200
+++ new/apulse-0.1.14/man/apulse.1      2025-05-18 05:06:17.000000000 +0200
@@ -36,6 +36,16 @@
 designed to be compatibility layer between PulseAudio applications and
 \fBALSA\fR.
 
+.SH ENVIRONMENT
+
+The following environment variables can be used to configure the devices used
+by \fBapulse\fR. Try \fIhw:0,0\fR, \fIplughw:0,0\fR and the like.
+Refer to the ALSA user guide for a full list of device names.
+
+\fIAPULSE_CAPTURE_DEVICE\fR: Can be used to configure the capture device.
+
+\fIAPULSE_PLAYBACK_DEVICE\fR: Can be used to configure the playback device.
+
 .SH RETURN VALUE
 
 \fBapulse\fR is a simple shell wrapper script that calls \fBexec\fR on the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/apulse-0.1.13/src/apulse-misc.c 
new/apulse-0.1.14/src/apulse-misc.c
--- old/apulse-0.1.13/src/apulse-misc.c 2020-04-19 18:46:25.000000000 +0200
+++ new/apulse-0.1.14/src/apulse-misc.c 2025-05-18 05:06:17.000000000 +0200
@@ -22,6 +22,8 @@
  * SOFTWARE.
  */
 
+#include <libgen.h>
+
 #include "apulse.h"
 #include "trace.h"
 #include "util.h"

Reply via email to