Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sbc for openSUSE:Factory checked in 
at 2025-04-23 15:18:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sbc (Old)
 and      /work/SRC/openSUSE:Factory/.sbc.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sbc"

Wed Apr 23 15:18:14 2025 rev:11 rq:1271857 version:2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/sbc/sbc.changes  2024-05-29 19:35:28.927685099 
+0200
+++ /work/SRC/openSUSE:Factory/.sbc.new.30101/sbc.changes       2025-04-23 
15:18:26.615872134 +0200
@@ -1,0 +2,13 @@
+Thu Apr 17 10:29:41 UTC 2025 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 2.1
+  * Fix issue when compiling without SBC_BUILD_WITH_SSE_SUPPORT.
+- Update to version 2.0
+  * Fix issue with SSE primitives on non-x86.
+- Drop patch:
+  * fix-build-on-non-x86.patch (not longer needed)
+- Use ldconfig_scriptlets macro
+- Use correct Group tags
+- Specfile cleanup
+
+-------------------------------------------------------------------

Old:
----
  fix-build-on-non-x86.patch
  sbc-1.5.tar.xz

New:
----
  sbc-2.1.tar.xz

BETA DEBUG BEGIN:
  Old:- Drop patch:
  * fix-build-on-non-x86.patch (not longer needed)
- Use ldconfig_scriptlets macro
BETA DEBUG END:

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

Other differences:
------------------
++++++ sbc.spec ++++++
--- /var/tmp/diff_new_pack.A14eVf/_old  2025-04-23 15:18:27.071891208 +0200
+++ /var/tmp/diff_new_pack.A14eVf/_new  2025-04-23 15:18:27.071891208 +0200
@@ -1,8 +1,9 @@
 #
 # spec file for package sbc
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 # Copyright (c) 2012 B1 Systems GmbH, Vohburg, Germany.
+# Copyright (c) 2025, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +19,8 @@
 
 
 %define sonum 1
-
 Name:           sbc
-Version:        1.5
+Version:        2.1
 Release:        0
 Summary:        Bluetooth Low-Complexity, Sub-Band Codec Utilities
 License:        GPL-2.0-or-later
@@ -28,10 +28,8 @@
 URL:            https://www.kernel.org/pub/linux/bluetooth
 Source:         
https://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
-Patch1:         
https://git.kernel.org/pub/scm/bluetooth/sbc.git/patch/?id=909a9bdf7ab143e1f0baaf9736baebd3cd79aacf#/fix-build-on-non-x86.patch
-BuildRequires:  libsndfile-devel
-BuildRequires:  pkg-config
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(sndfile)
 
 %description
 The package contains utilities for using the SBC codec.
@@ -39,7 +37,7 @@
 %package -n libsbc%{sonum}
 Summary:        Bluetooth Low-Complexity, Sub-Band Codec Library
 License:        LGPL-2.1-or-later
-Group:          Hardware/Mobile
+Group:          System/Libraries
 
 %description -n libsbc%{sonum}
 The package contains libraries for using the SBC codec.
@@ -47,47 +45,39 @@
 %package devel
 Summary:        Development files for libsbc%{sonum}
 License:        GPL-2.0-or-later
-Group:          Development/Sources
+Group:          Development/Languages/C and C++
 Requires:       libsbc%{sonum} = %{version}
 
 %description devel
-Development files for the SBC library
+Development files for the SBC library.
 
 %prep
 %autosetup -p1
 
 %build
-%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
 %configure
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install
-rm %{buildroot}/%{_libdir}/libsbc.la
-
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
+rm -v %{buildroot}/%{_libdir}/libsbc.la
 
-%post -n libsbc%{sonum} -p /sbin/ldconfig
-
-%postun -n libsbc%{sonum} -p /sbin/ldconfig
+%ldconfig_scriptlets -n libsbc%{sonum}
 
 %files
-%defattr(-,root,root)
 %license COPYING
 %doc ChangeLog README
-/usr/bin/sbc*
+%{_bindir}/sbcdec
+%{_bindir}/sbcenc
+%{_bindir}/sbcinfo
 
 %files -n libsbc%{sonum}
-%defattr(-,root,root)
-%{_libdir}/libsbc.so.%{sonum}
-%{_libdir}/libsbc.so.%{sonum}.*
+%license COPYING.LIB
+%{_libdir}/libsbc.so.%{sonum}*
 
 %files devel
-%defattr(-,root,root)
-%dir /usr/include/sbc
-/usr/include/sbc/sbc.h
-%{_libdir}/pkgconfig/sbc.pc
-%{_libdir}/libsbc.a
+%dir %{_includedir}/sbc
+%{_includedir}/sbc/sbc.h
 %{_libdir}/libsbc.so
+%{_libdir}/pkgconfig/sbc.pc
 

++++++ sbc-1.5.tar.xz -> sbc-2.1.tar.xz ++++++
++++ 63818 lines of diff (skipped)

Reply via email to