Hello community, here is the log from the commit of package noson for openSUSE:Leap:15.2 checked in at 2020-02-25 12:18:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/noson (Old) and /work/SRC/openSUSE:Leap:15.2/.noson.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "noson" Tue Feb 25 12:18:27 2020 rev:7 rq:778875 version:2.3.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/noson/noson.changes 2020-01-15 15:33:53.838879685 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.noson.new.26092/noson.changes 2020-02-25 12:18:28.156592386 +0100 @@ -1,0 +2,60 @@ +Thu Jan 16 20:38:36 UTC 2020 - Bo Simonsen <[email protected]> + +- Update to 2.3.0 + * Discard any obsolete event according to the last stamped. + That fixes some cases when rendering update events are caught + out of order (i.e swiping the volume up/down). + * Discard some device models during discovery + +------------------------------------------------------------------- +Sun Dec 15 07:44:44 UTC 2019 - Bo Simonsen <[email protected]> + +- Update to 2.2.0 + * Stream all audio files using the transfer by range + * Allow to stream M4A and M4B files + * Bug fixing + * Manage failure of renewable subscription + * Cache the response of AVTransport::GetPositionInfo + * New API to handle the global system. + * Pooling of event subscriptions. + * Pooling of available zone players. + * Allow to bypass the SSDP discovery by passing the url of a + SONOS device + * Fix missing search categories for the services without + presentation map + * Fix a bug in service registration (PocketCasts and problaly few + others) + * Support actions to control loudness + * Workaround Spotify BUG using locale en_GB + * Support for output fixed + * Improvements + * Improves the extractor of cover art from ogg files + * Minor fixes + * Allow to stream media file OGG/Vorbis + * Fix language range to be compliant with RFC-4647 (Issue with + Spotify services) + * Improvements + * Fix the build with MSVC 2017 + * Refactor inet socket + * Use multicast UDP packet as fallback when discovering + * Fix to work around multicast filtering when discovering devices + (i.e Google WIFI and probably many others) + * Fix MSVC build + * Minor improvements +- Add %license and %doc to spec file + +------------------------------------------------------------------- +Sat Apr 6 07:00:16 UTC 2019 - [email protected] + +- Pulseaudio support + +------------------------------------------------------------------- +Sat Apr 6 06:18:23 UTC 2019 - [email protected] + +- Update to 1.12.4 + * Fix Sonos API changes in build 49263270 (10.1) + * Allows to stream local files including artworks + * Allows to stream from the pulseaudio output + * Minor fixes and improvements + +------------------------------------------------------------------- Old: ---- 1.10.4.tar.gz New: ---- 2.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ noson.spec ++++++ --- /var/tmp/diff_new_pack.BT2NRp/_old 2020-02-25 12:18:28.456593008 +0100 +++ /var/tmp/diff_new_pack.BT2NRp/_new 2020-02-25 12:18:28.460593017 +0100 @@ -17,7 +17,7 @@ Name: noson -Version: 1.10.4 +Version: 2.3.0 Release: 0 Summary: C++ library for accessing sonos devices License: GPL-3.0-or-later @@ -26,8 +26,10 @@ Source0: https://github.com/janbar/noson/archive/%{version}.tar.gz BuildRequires: cmake BuildRequires: extra-cmake-modules +BuildRequires: flac-devel BuildRequires: gcc-c++ BuildRequires: libopenssl-devel +BuildRequires: libpulse-devel BuildRequires: zlib-devel %description @@ -35,11 +37,11 @@ The API supports basic features to browse music index and control playback in any zones. -%package -n libnoson1 +%package -n libnoson2 Summary: C++ library for accessing sonos devices Group: System/Libraries -%description -n libnoson1 +%description -n libnoson2 C++ library for accessing sonos devices The API supports basic features to browse music index and control playback in any zones. @@ -47,7 +49,7 @@ %package devel Summary: Development files for noson library Group: Development/Libraries/C and C++ -Requires: libnoson1 = %{version} +Requires: libnoson2 = %{version} %description devel Development files for noson library. The noson library supports basic features @@ -64,12 +66,14 @@ %install %make_install -C build -%post -n libnoson1 -p /sbin/ldconfig -%postun -n libnoson1 -p /sbin/ldconfig +%post -n libnoson2 -p /sbin/ldconfig +%postun -n libnoson2 -p /sbin/ldconfig -%files -n libnoson1 +%files -n libnoson2 +%license LICENSE +%doc README.md %{_libdir}/libnoson.so.%{version} -%{_libdir}/libnoson.so.1 +%{_libdir}/libnoson.so.2 %files devel %{_includedir}/noson ++++++ 1.10.4.tar.gz -> 2.3.0.tar.gz ++++++ ++++ 15376 lines of diff (skipped)
