Hello community,

here is the log from the commit of package noson for openSUSE:Factory checked 
in at 2019-12-16 15:19:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/noson (Old)
 and      /work/SRC/openSUSE:Factory/.noson.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "noson"

Mon Dec 16 15:19:52 2019 rev:6 rq:757209 version:2.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/noson/noson.changes      2019-04-12 
09:17:26.237779728 +0200
+++ /work/SRC/openSUSE:Factory/.noson.new.4691/noson.changes    2019-12-16 
15:19:54.987150460 +0100
@@ -1,0 +2,37 @@
+Sun Dec 15 07:44:44 UTC 2019 - Bo Simonsen <bo...@opensuse.org>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  1.12.4.tar.gz

New:
----
  2.2.0.tar.gz

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

Other differences:
------------------
++++++ noson.spec ++++++
--- /var/tmp/diff_new_pack.M3nfvB/_old  2019-12-16 15:19:55.515150240 +0100
+++ /var/tmp/diff_new_pack.M3nfvB/_new  2019-12-16 15:19:55.515150240 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           noson
-Version:        1.12.4
+Version:        2.2.0
 Release:        0
 Summary:        C++ library for accessing sonos devices
 License:        GPL-3.0-or-later
@@ -37,19 +37,19 @@
 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.
-
+https://codeload.github.com/janbar/noson/tar.gz/2.2.0
 %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
@@ -66,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.12.4.tar.gz -> 2.2.0.tar.gz ++++++
++++ 8835 lines of diff (skipped)


Reply via email to