Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openal-soft for openSUSE:Factory 
checked in at 2025-06-11 16:20:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openal-soft (Old)
 and      /work/SRC/openSUSE:Factory/.openal-soft.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openal-soft"

Wed Jun 11 16:20:16 2025 rev:47 rq:1284318 version:1.24.3~179

Changes:
--------
--- /work/SRC/openSUSE:Factory/openal-soft/openal-soft.changes  2025-03-07 
16:40:03.168044381 +0100
+++ /work/SRC/openSUSE:Factory/.openal-soft.new.19631/openal-soft.changes       
2025-06-11 16:20:55.762464470 +0200
@@ -1,0 +2,33 @@
+Fri May 30 16:44:11 UTC 2025 - Eyad Issa <eyadlore...@gmail.com>
+
+- Use the @TAG@~@VERSION@ format specifier in obs_scm service 
+
+-------------------------------------------------------------------
+Thu May 29 11:57:51 UTC 2025 - Antonio Larrosa <alarr...@suse.com>
+
+- Update to git version 1.24.3+git7f56dcdf. This includes the port
+  to Qt6 added as a patch previously and also other fixes that
+  let this build in Leap 15.6.
+- Drop patch that's already included in this version:
+  * 1132.patch
+
+-------------------------------------------------------------------
+Sun May 25 21:09:54 UTC 2025 - Eyad Issa <eyadlore...@gmail.com>
+
+- Use %cmake_build instead of %make_jobs
+- Add 1132.patch: port to Qt6
+- Apply spec-cleaner -ki changes
+- Replaced deprecated ALSOFT_CONFIG CMake option with
+  ALSOFT_INSTALL_UTILS
+
+- Update to version 1.24.3:
+  * Fixed handling WASAPI enumerated device changes
+  * Fixed a crash with UWP builds when __wargv is null
+  * Fixed using AL_FORMAT_BFORMAT3D_I32
+  * Improved the bsinc resamplers' cutoff frequencies
+  * Slightly reduced the aliasing noise in the cubic spline
+    resampler
+  * Added new bsinc48 and fast_bsinc48 resampler options.
+  * Added support for using NFC filters with UHJ output.
+
+-------------------------------------------------------------------
@@ -831 +863,0 @@
-

Old:
----
  openal-soft-1.24.2.tar.bz2

New:
----
  _service
  openal-soft-1.24.3~179.obscpio
  openal-soft.obsinfo

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

Other differences:
------------------
++++++ openal-soft.spec ++++++
--- /var/tmp/diff_new_pack.A4g9hz/_old  2025-06-11 16:20:56.774506652 +0200
+++ /var/tmp/diff_new_pack.A4g9hz/_new  2025-06-11 16:20:56.778506818 +0200
@@ -17,32 +17,33 @@
 
 
 Name:           openal-soft
-Version:        1.24.2
+Version:        1.24.3~179
 Release:        0
 Summary:        Audio library with an OpenGL-resembling API
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
 Group:          Development/Libraries/C and C++
 URL:            https://www.openal-soft.org/
-Source0:        
https://www.openal-soft.org/openal-releases/openal-soft-%{version}.tar.bz2
+#Source0:        
https://www.openal-soft.org/openal-releases/openal-soft-%%{version}.tar.bz2
+Source0:        openal-soft-%{version}.tar.zst
 Source1:        libopenalcompat.c
 Source3:        baselibs.conf
 BuildRequires:  cmake >= 3.0
-%if 0%{?sle_version} >= 150600 && 0%{?sle_version} < 160000 && 0%{?is_opensuse}
-BuildRequires:  gcc13
-BuildRequires:  gcc13-c++
-%else
-BuildRequires:  gcc-c++
-%endif
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt6Widgets)
 BuildRequires:  pkgconfig(alsa)
-# BuildRequires:  pkgconfig(jack) # undefined reference to 
`jack_error_callback'
-# BuildRequires:  pkgconfig(libpipewire-0.3)
 BuildRequires:  pkgconfig(libmysofa)
+# BuildRequires:  pkgconfig(jack) # undefined reference to 
`jack_error_callback'
+BuildRequires:  pkgconfig(libpipewire-0.3)
 BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(portaudio-2.0)
 BuildRequires:  pkgconfig(sdl2)
 BuildRequires:  pkgconfig(zlib)
+%if 0%{?sle_version} >= 150600 && 0%{?sle_version} < 160000 && 0%{?is_opensuse}
+BuildRequires:  gcc13
+BuildRequires:  gcc13-c++
+%else
+BuildRequires:  gcc-c++
+%endif
 
 %description
 OpenAL is an audio library designed in the spirit of the OpenGL API.
@@ -83,9 +84,9 @@
 License:        GPL-2.0-or-later
 Group:          Productivity/Multimedia/Sound/Utilities
 Conflicts:      openal-soft-devel < %{version}
-Provides:       makehrtf = %version-%release
+Provides:       makehrtf = %{version}-%{release}
 Provides:       openal-soft-devel:%{_bindir}/makehrtf
-Obsoletes:      makehrtf < %version
+Obsoletes:      makehrtf < %{version}
 
 %description makemhr
 OpenAL is an audio library designed in the spirit of the OpenGL API.
@@ -150,13 +151,14 @@
 %endif
 %cmake \
   -DCMAKE_BUILD_TYPE=Release \
-  -DALSOFT_CONFIG=ON \
   -DALSOFT_DLOPEN=OFF \
-%ifarch %ix86
+  -DALSOFT_UTILS=ON \
+  -DALSOFT_INSTALL_UTILS=ON \
+%ifarch %{ix86}
   -DALSOFT_CPUEXT_SSE2:BOOL=OFF \
 %endif
   -Wno-dev
-%make_jobs
+%cmake_build
 gcc -Wall %{optflags} -fPIC -DPIC -Wl,-soname,libopenal.so.0 -shared 
-Wl,--no-as-needed -L. -lopenal -o libopenal.so.0 %{SOURCE1}
 
 %install

++++++ _service ++++++
<?xml version="1.0"?>
<services>
  <service name="obs_scm" mode="manual">
    <param name="scm">git</param>
    <param name="url">https://github.com/kcat/openal-soft.git</param>
    <param name="revision">7f56dcdfbce02bea96894c688d48be574a55a41d</param>
    <param name="match-tag">[0-9]*.[0-9]*.[0-9]*</param>
    <param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
    <param name="filename">openal-soft</param>
  </service>
  <service name="set_version" mode="manual" />

  <service name="tar" mode="buildtime"/>
  <service name="recompress" mode="buildtime">
    <param name="file">*.tar</param>
    <param name="compression">zst</param>
  </service>

</services>

++++++ openal-soft.obsinfo ++++++
name: openal-soft
version: 1.24.3~179
mtime: 1748325036
commit: 7f56dcdfbce02bea96894c688d48be574a55a41d

Reply via email to