Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ldacBT for openSUSE:Factory checked 
in at 2026-06-28 21:05:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ldacBT (Old)
 and      /work/SRC/openSUSE:Factory/.ldacBT.new.11887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ldacBT"

Sun Jun 28 21:05:00 2026 rev:6 rq:1361920 version:2.0.2.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/ldacBT/ldacBT.changes    2021-02-22 
14:22:56.451583443 +0100
+++ /work/SRC/openSUSE:Factory/.ldacBT.new.11887/ldacBT.changes 2026-06-28 
21:05:50.648679201 +0200
@@ -1,0 +2,14 @@
+Wed Jun 24 07:43:38 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Update to version 2.0.2.5:
+  + Allow build with CMake 4.0.0
+  + Drop patch version in soname, built libraries will only have
+    .so.2.0.2 suffix at most. This is to distinguish between
+    library version and build script version.
+  + Pin version to 2.0.2.3 in pkgconfig file for compatibility.
+- Modernize spec: use cmake_build and ldconfig_scriptlets macros.
+- Switch to source service, upstream no longer includes upstream
+  libldac bundled tarball, so we now need to clone the git repo
+  ourselves.
+
+-------------------------------------------------------------------

Old:
----
  ldacBT-2.0.2.3.tar.gz

New:
----
  _service
  ldacBT-2.0.2.5.tar.xz
  ldacBT.obsinfo

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

Other differences:
------------------
++++++ ldacBT.spec ++++++
--- /var/tmp/diff_new_pack.3deWZN/_old  2026-06-28 21:05:51.364703328 +0200
+++ /var/tmp/diff_new_pack.3deWZN/_new  2026-06-28 21:05:51.368703462 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ldacBT
 #
-# Copyright (c) 2021 SUSE LLC
+# 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
@@ -18,13 +18,14 @@
 
 %global libname libldac2
 Name:           ldacBT
-Version:        2.0.2.3
+Version:        2.0.2.5
 Release:        0
 Summary:        A lossy audio codec for Bluetooth connections
 License:        Apache-2.0
 Group:          Productivity/Multimedia/Sound/Utilities
 URL:            https://github.com/EHfive/ldacBT
-Source0:        %{url}/releases/download/v%{version}/%{name}-%{version}.tar.gz
+Source0:        %{name}-%{version}.tar.xz
+
 Source1:        baselibs.conf
 BuildRequires:  cmake
 BuildRequires:  gcc
@@ -55,7 +56,7 @@
 even over a Bluetooth connection.
 
 %prep
-%autosetup -n %{name}
+%autosetup -p1
 
 %build
 %cmake \
@@ -63,13 +64,12 @@
        -DLDAC_SOFT_FLOAT=OFF \
        -DINSTALL_LIBDIR=%{_libdir} \
        %{nil}
-%make_jobs
+%cmake_build
 
 %install
 %cmake_install
 
-%post -n %{libname} -p /sbin/ldconfig
-%postun -n %{libname} -p /sbin/ldconfig
+%ldconfig_scriptlets -n %{libname}
 
 %files -n %{libname}
 %license LICENSE

++++++ _service ++++++
<?xml version="1.0"?>
<services>
  <service name="obs_scm" mode="manual">
    <param name="url">https://github.com/EHfive/ldacBT.git</param>
    <param name="scm">git</param>
    <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
    <param name="revision">v2.0.2.5</param>
    <param name="versionrewrite-pattern">v?(.*)\+0</param>
    <param name="versionrewrite-replacement">\1</param>
    <param name="submodules">enable</param>
  </service>
  <service name="tar" mode="manual"/>
  <service name="recompress" mode="manual">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="manual"/>
</services>

++++++ ldacBT.obsinfo ++++++
name: ldacBT
version: 2.0.2.5
mtime: 1782262631
commit: 385dc306a0d490b2ff569769d71350b1e0fc6acb

Reply via email to