Hello community,

here is the log from the commit of package noson-app for openSUSE:Leap:15.2 
checked in at 2020-03-02 13:25:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/noson-app (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.noson-app.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "noson-app"

Mon Mar  2 13:25:52 2020 rev:4 rq:780754 version:4.2.6

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/noson-app/noson-app.changes    2020-01-15 
15:33:54.226879956 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.noson-app.new.26092/noson-app.changes 
2020-03-02 13:25:58.938711510 +0100
@@ -1,0 +2,99 @@
+Tue Jan 28 16:37:45 UTC 2020 - Bo Simonsen <[email protected]>
+
+- Update to 4.2.6
+  * Fix set volume on moved to handle wheel mouse on desktop
+  * Fix resync track position after sleeping for the Sailfish app
+  *Minor graphical improvements
+
+-------------------------------------------------------------------
+Sun Jan 19 10:47:49 UTC 2020 - Bo Simonsen <[email protected]>
+
+- Update to 4.2.5
+  * Fix on share index finished the library could not be reloaded
+  * Minor graphical improvements for the Sailfish app
+
+-------------------------------------------------------------------
+Thu Jan 16 20:43:15 UTC 2020 - Bo Simonsen <[email protected]>
+
+- Update to 4.2.4
+  * Minor fixes
+  * Update translations for 4.2.0
+  * All controls are asynchonous
+  * Fix for playlist editing (drag/move and delete)
+  * Preview release for SailfishOS 3.2 using native framework
+    Silica 1.0
+  * GUI improvements and cleanup
+  * Better dragging of volumes (multi zones)
+
+-------------------------------------------------------------------
+Sun Dec 15 21:01:59 UTC 2019 - Bo Simonsen <[email protected]>
+
+- Update to 4.1.0
+  * Allow to seek position for local file (also it fixes the
+    pause/play for local files)
+  * Allow to stream local media m4a
+  * Improves the GUI performances
+  * Minor fixes
+- Add %license and %doc to spec file
+
+-------------------------------------------------------------------
+Sun Dec 15 09:46:52 UTC 2019 - Bo Simonsen <[email protected]>
+
+- Update to 4.0.2
+  * Fix cover url for local media files
+  * Minor fixes
+  * Review the music row design
+  * Fix performance issue using MPRIS2 (The service bumps the app
+    for the current position)
+  * Sync upstream libnoson (2.0.0)
+  * Fix double path in the service stack page
+  * Supports the MPRIS2 interface for player
+  * 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 probably
+    few others)
+  * Enable loudness setting
+  * Workaround Spotify BUG using locale en_GB
+  * Support for output fixed
+  * Minor fixed and improvements
+  * Fix for ID3 parser
+  * Minor fixes
+  * Improve the ogg parser
+  * Update translations for nl
+  * Minor improvements
+  * Add support for media file with the format OGG/Vorbis
+  * Fix language range to be compliant with RFC-4647 (Issue with
+    Spotify services)
+  * Fix SSL handshake on old android platforms
+  * Show the logo of the thumbnails providers to comply with their
+    guidelines
+  * Fetch thumbnails from DEEZER by default
+  * Improvements: libnoson 1.13.2
+  * Use multicast UDP packet as fallback when discovering
+  * Fix to work around multicast filtering when discovering devices
+  * Minor fixes
+
+-------------------------------------------------------------------
+Sat Apr  6 07:00:16 UTC 2019 - [email protected]
+
+- Pulseaudio support
+
+-------------------------------------------------------------------
+Sat Apr  6 06:24:29 UTC 2019 - [email protected]
+
+- Update to 3.11.4
+  * Fix Sonos API change in build 49263270 (10.1)
+  * Improve the fluency of the volume control for a zone.
+  * Use smaller step for the volume control: The wheel mouse still
+    works.
+  * Play a service item by clicking a button "play" instead the
+    item itself.
+  * Improve threading of the media scanner
+  * Includes a media scanner for audio files. Types supported are
+    FLAC, MP3 and AAC.
+  * It streams local audio files.
+  * It streams the pulseaudio output
+
+-------------------------------------------------------------------

Old:
----
  3.9.7.tar.gz

New:
----
  4.2.6.tar.gz

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

Other differences:
------------------
++++++ noson-app.spec ++++++
--- /var/tmp/diff_new_pack.8E5j1z/_old  2020-03-02 13:25:59.306712241 +0100
+++ /var/tmp/diff_new_pack.8E5j1z/_new  2020-03-02 13:25:59.306712241 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           noson-app
-Version:        3.9.7
+Version:        4.2.6
 Release:        0
 Summary:        SONOS device controller
 License:        GPL-3.0-or-later
@@ -26,8 +26,10 @@
 Source0:        https://github.com/janbar/noson-app/archive/%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  extra-cmake-modules
+BuildRequires:  flac-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libopenssl-devel
+BuildRequires:  libpulse-devel
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
@@ -37,7 +39,7 @@
 BuildRequires:  pkgconfig(Qt5QuickControls2)
 BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5Xml)
-BuildRequires:  pkgconfig(noson) = 1.10.4
+BuildRequires:  pkgconfig(noson) = 2.3.0
 Requires(post): update-desktop-files
 Requires(postun): update-desktop-files
 
@@ -71,6 +73,8 @@
 %endif
 
 %files
+%doc README.md
+%license LICENSE
 %{_bindir}/noson-app
 %{_datadir}/applications/io.github.janbar.noson.desktop
 %{_datadir}/icons/hicolor/

++++++ 3.9.7.tar.gz -> 4.2.6.tar.gz ++++++
/work/SRC/openSUSE:Leap:15.2/noson-app/3.9.7.tar.gz 
/work/SRC/openSUSE:Leap:15.2/.noson-app.new.26092/4.2.6.tar.gz differ: char 12, 
line 1


Reply via email to