commit noson-app for openSUSE:Factory

2020-08-17 Thread root
Hello community,

here is the log from the commit of package noson-app for openSUSE:Factory 
checked in at 2020-08-17 12:09:42

Comparing /work/SRC/openSUSE:Factory/noson-app (Old)
 and  /work/SRC/openSUSE:Factory/.noson-app.new.3399 (New)


Package is "noson-app"

Mon Aug 17 12:09:42 2020 rev:7 rq:827266 version:4.4.2

Changes:

--- /work/SRC/openSUSE:Factory/noson-app/noson-app.changes  2020-06-28 
23:08:40.955328196 +0200
+++ /work/SRC/openSUSE:Factory/.noson-app.new.3399/noson-app.changes
2020-08-17 12:11:28.802898217 +0200
@@ -1,0 +2,6 @@
+Sun Aug 16 23:41:51 UTC 2020 - Adam Stephens 
+
+- Update to 4.4.2
+- Update noson build dependency to 2.3.1
+
+---

Old:

  4.4.1.tar.gz

New:

  4.4.2.tar.gz



Other differences:
--
++ noson-app.spec ++
--- /var/tmp/diff_new_pack.oe0Wmb/_old  2020-08-17 12:11:29.698898717 +0200
+++ /var/tmp/diff_new_pack.oe0Wmb/_new  2020-08-17 12:11:29.702898719 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   noson-app
-Version:4.4.1
+Version:4.4.2
 Release:0
 Summary:SONOS device controller
 License:GPL-3.0-or-later
@@ -39,7 +39,7 @@
 BuildRequires:  pkgconfig(Qt5QuickControls2)
 BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5Xml)
-BuildRequires:  pkgconfig(noson) = 2.3.0
+BuildRequires:  pkgconfig(noson) = 2.3.1
 Requires:   libqt5-qtgraphicaleffects
 Requires:   libqt5-qtquickcontrols2
 

++ 4.4.1.tar.gz -> 4.4.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/noson-app-4.4.1/CMakeLists.txt 
new/noson-app-4.4.2/CMakeLists.txt
--- old/noson-app-4.4.1/CMakeLists.txt  2020-06-17 00:20:49.0 +0200
+++ new/noson-app-4.4.2/CMakeLists.txt  2020-06-28 21:56:53.0 +0200
@@ -9,8 +9,8 @@
   set(QT_STATICPLUGIN ON CACHE BOOL "Build static plugins" FORCE)
 endif()
 
-set(APP_VERSION   "4.4.1")
-set(APP_VERSION_CODE  66)
+set(APP_VERSION   "4.4.2")
+set(APP_VERSION_CODE  67)
 set(APP_ID"io.github.janbar.noson")
 set(APP_NAME  "noson")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/noson-app-4.4.1/backend/lib/CMakeLists.txt 
new/noson-app-4.4.2/backend/lib/CMakeLists.txt
--- old/noson-app-4.4.1/backend/lib/CMakeLists.txt  2020-06-17 
00:20:49.0 +0200
+++ new/noson-app-4.4.2/backend/lib/CMakeLists.txt  2020-06-28 
21:56:53.0 +0200
@@ -113,8 +113,8 @@
 # Provides dependency noson
 if(NOT LIBNOSON_GIT_MASTER)
 download_project(PROJ noson
-URL "${CMAKE_CURRENT_SOURCE_DIR}/noson-2.3.1.tar.gz"
-URL_HASH MD5=248c51e951345947f37272c0c5dd52ef
+URL "${CMAKE_CURRENT_SOURCE_DIR}/noson-2.3.2.tar.gz"
+URL_HASH MD5=a170edaf604068ec08580cc17a83ef3a
 PREFIX ${CMAKE_CURRENT_BINARY_DIR}
 UPDATE_DISCONNECTED ON)
 else()
Binary files old/noson-app-4.4.1/backend/lib/noson-2.3.1.tar.gz and 
new/noson-app-4.4.2/backend/lib/noson-2.3.1.tar.gz differ
Binary files old/noson-app-4.4.1/backend/lib/noson-2.3.2.tar.gz and 
new/noson-app-4.4.2/backend/lib/noson-2.3.2.tar.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/noson-app-4.4.1/gui/controls2/Service.qml 
new/noson-app-4.4.2/gui/controls2/Service.qml
--- old/noson-app-4.4.1/gui/controls2/Service.qml   2020-06-17 
00:20:49.0 +0200
+++ new/noson-app-4.4.2/gui/controls2/Service.qml   2020-06-28 
21:56:53.0 +0200
@@ -328,6 +328,7 @@
 Component.onCompleted: {
 mediaModel.init(Sonos, serviceItem.payload, false)
 mediaModel.asyncLoad()
+searchable = (mediaModel.listSearchCategories().length > 0)
 }
 
 onGoUpClicked: {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/noson-app-4.4.1/gui/silica/pages/Service.qml 
new/noson-app-4.4.2/gui/silica/pages/Service.qml
--- old/noson-app-4.4.1/gui/silica/pages/Service.qml2020-06-17 
00:20:49.0 +0200
+++ new/noson-app-4.4.2/gui/silica/pages/Service.qml2020-06-28 
21:56:53.0 +0200
@@ -323,6 +323,7 @@
 Component.onCompleted: {
 mediaModel.init(Sonos, serviceItem.payload, false)
 mediaModel.asyncLoad()
+searchable = (mediaModel.listSearchCategories().length > 0)
 // create the menu item to navigate back. Starting from root it isn't 
visible
 menuItemPageUp = menuItemComp.createObject(pageMenuContent, {"text" : 
qsTr("Page Up"), "visible" : false})
 menuItemPageUp.onClicked.connect(goUpClicked)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/noson-a

commit noson-app for openSUSE:Factory

2020-06-28 Thread root
Hello community,

here is the log from the commit of package noson-app for openSUSE:Factory 
checked in at 2020-06-28 23:06:51

Comparing /work/SRC/openSUSE:Factory/noson-app (Old)
 and  /work/SRC/openSUSE:Factory/.noson-app.new.3060 (New)


Package is "noson-app"

Sun Jun 28 23:06:51 2020 rev:6 rq:817492 version:4.4.1

Changes:

--- /work/SRC/openSUSE:Factory/noson-app/noson-app.changes  2020-03-18 
12:48:42.465078502 +0100
+++ /work/SRC/openSUSE:Factory/.noson-app.new.3060/noson-app.changes
2020-06-28 23:08:40.955328196 +0200
@@ -1,0 +2,7 @@
+Fri Jun 26 11:50:25 UTC 2020 - Frederic Crozat 
+
+- Update to 4.4.1
+  * Add a new setting to configure an additional music location
+other than the default XDG
+
+---

Old:

  4.2.6.tar.gz

New:

  4.4.1.tar.gz



Other differences:
--
++ noson-app.spec ++
--- /var/tmp/diff_new_pack.D6fTQe/_old  2020-06-28 23:08:41.683330614 +0200
+++ /var/tmp/diff_new_pack.D6fTQe/_new  2020-06-28 23:08:41.687330627 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   noson-app
-Version:4.2.6
+Version:4.4.1
 Release:0
 Summary:SONOS device controller
 License:GPL-3.0-or-later

++ 4.2.6.tar.gz -> 4.4.1.tar.gz ++
 77444 lines of diff (skipped)




commit noson-app for openSUSE:Factory

2020-03-18 Thread root
Hello community,

here is the log from the commit of package noson-app for openSUSE:Factory 
checked in at 2020-03-18 12:43:33

Comparing /work/SRC/openSUSE:Factory/noson-app (Old)
 and  /work/SRC/openSUSE:Factory/.noson-app.new.3160 (New)


Package is "noson-app"

Wed Mar 18 12:43:33 2020 rev:5 rq:786017 version:4.2.6

Changes:

--- /work/SRC/openSUSE:Factory/noson-app/noson-app.changes  2020-01-30 
09:41:53.465505847 +0100
+++ /work/SRC/openSUSE:Factory/.noson-app.new.3160/noson-app.changes
2020-03-18 12:48:42.465078502 +0100
@@ -1,0 +2,9 @@
+Tue Mar 17 14:52:25 UTC 2020 - Dominique Leuenberger 
+
+- Add libqt5-qtgraphicaleffects and libqt5-qtquickcontrols2
+  dependencies: those Qt5 extensions are required to start the
+  application.
+- Drop update-alternatives dependencies: u-a is not used at all
+  here.
+
+---



Other differences:
--
++ noson-app.spec ++
--- /var/tmp/diff_new_pack.Q4zJxa/_old  2020-03-18 12:48:47.105081273 +0100
+++ /var/tmp/diff_new_pack.Q4zJxa/_new  2020-03-18 12:48:47.129081287 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package noson-app
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,7 +22,7 @@
 Summary:SONOS device controller
 License:GPL-3.0-or-later
 Group:  Productivity/Multimedia/Sound/Players
-URL:http://janbar.github.io/noson-app/index.html
+URL:https://janbar.github.io/noson-app/index.html
 Source0:https://github.com/janbar/noson-app/archive/%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  extra-cmake-modules
@@ -40,8 +40,8 @@
 BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5Xml)
 BuildRequires:  pkgconfig(noson) = 2.3.0
-Requires(post): update-desktop-files
-Requires(postun): update-desktop-files
+Requires:   libqt5-qtgraphicaleffects
+Requires:   libqt5-qtquickcontrols2
 
 %description
 A controller for SONOS devices. It allows for browsing the music




commit noson-app for openSUSE:Factory

2020-01-30 Thread root
Hello community,

here is the log from the commit of package noson-app for openSUSE:Factory 
checked in at 2020-01-30 09:41:09

Comparing /work/SRC/openSUSE:Factory/noson-app (Old)
 and  /work/SRC/openSUSE:Factory/.noson-app.new.26092 (New)


Package is "noson-app"

Thu Jan 30 09:41:09 2020 rev:4 rq:768393 version:4.2.6

Changes:

--- /work/SRC/openSUSE:Factory/noson-app/noson-app.changes  2020-01-17 
16:04:01.700401477 +0100
+++ /work/SRC/openSUSE:Factory/.noson-app.new.26092/noson-app.changes   
2020-01-30 09:41:53.465505847 +0100
@@ -1,0 +2,28 @@
+Tue Jan 28 16:37:45 UTC 2020 - Bo Simonsen 
+
+- 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 
+
+- 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 
+
+- 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)
+
+---
@@ -5 +33,2 @@
-  * Allow to seek position for local file (also it fixes the pause/play for 
local files)
+  * Allow to seek position for local file (also it fixes the
+pause/play for local files)
@@ -10 +38,0 @@
-

Old:

  4.1.0.tar.gz

New:

  4.2.6.tar.gz



Other differences:
--
++ noson-app.spec ++
--- /var/tmp/diff_new_pack.tQnty3/_old  2020-01-30 09:41:54.481506392 +0100
+++ /var/tmp/diff_new_pack.tQnty3/_new  2020-01-30 09:41:54.485506393 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   noson-app
-Version:4.1.0
+Version:4.2.6
 Release:0
 Summary:SONOS device controller
 License:GPL-3.0-or-later
@@ -39,7 +39,7 @@
 BuildRequires:  pkgconfig(Qt5QuickControls2)
 BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5Xml)
-BuildRequires:  pkgconfig(noson) = 2.2.0
+BuildRequires:  pkgconfig(noson) = 2.3.0
 Requires(post): update-desktop-files
 Requires(postun): update-desktop-files
 

++ 4.1.0.tar.gz -> 4.2.6.tar.gz ++
 33892 lines of diff (skipped)




commit noson-app for openSUSE:Factory

2020-01-17 Thread root
Hello community,

here is the log from the commit of package noson-app for openSUSE:Factory 
checked in at 2020-01-17 16:03:59

Comparing /work/SRC/openSUSE:Factory/noson-app (Old)
 and  /work/SRC/openSUSE:Factory/.noson-app.new.26092 (New)


Package is "noson-app"

Fri Jan 17 16:03:59 2020 rev:3 rq:763144 version:4.1.0

Changes:

--- /work/SRC/openSUSE:Factory/noson-app/noson-app.changes  2019-01-25 
22:43:52.483190532 +0100
+++ /work/SRC/openSUSE:Factory/.noson-app.new.26092/noson-app.changes   
2020-01-17 16:04:01.700401477 +0100
@@ -1,0 +2,71 @@
+Sun Dec 15 21:01:59 UTC 2019 - Bo Simonsen 
+
+- 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 
+
+- 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 - bo...@opensuse.org
+
+- Pulseaudio support
+
+---
+Sat Apr  6 06:24:29 UTC 2019 - bo...@opensuse.org
+
+- 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.1.0.tar.gz



Other differences:
--
++ noson-app.spec ++
--- /var/tmp/diff_new_pack.ZtRhOj/_old  2020-01-17 16:04:02.276401749 +0100
+++ /var/tmp/diff_new_pack.ZtRhOj/_new  2020-01-17 16:04:02.280401751 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   noson-app
-Version:3.9.7
+Version:4.1.0
 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.2.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.1.0.tar.gz ++
/work/SRC/openSUSE:Factory/noson-app/3.9.7.tar.gz 
/work/SRC/openSUSE:Factory/.noson-app.new.26092/4.1.0.tar.gz differ: char 13, 
line 1




commit noson-app for openSUSE:Factory

2019-01-25 Thread root
Hello community,

here is the log from the commit of package noson-app for openSUSE:Factory 
checked in at 2019-01-25 22:43:49

Comparing /work/SRC/openSUSE:Factory/noson-app (Old)
 and  /work/SRC/openSUSE:Factory/.noson-app.new.28833 (New)


Package is "noson-app"

Fri Jan 25 22:43:49 2019 rev:2 rq:667839 version:3.9.7

Changes:

--- /work/SRC/openSUSE:Factory/noson-app/noson-app.changes  2018-08-24 
17:01:19.465873642 +0200
+++ /work/SRC/openSUSE:Factory/.noson-app.new.28833/noson-app.changes   
2019-01-25 22:43:52.483190532 +0100
@@ -1,0 +2,18 @@
+Mon Jan 21 17:14:29 UTC 2019 - bo...@opensuse.org
+
+- Update to 3.9.7
+  * Port away from deprecated API
+  * Fix getting initial sound settings
+  * Minor UI fixes
+  * Show more in song info
+  * Using customized footer in dialogs
+  * Enable wheel mouse to slide volume, and make it smoothest
+  * Improve zone connection on topology changed
+  * Fix SNI issue with OpenSSL
+  * Add support for language Danish
+  * Fix origin for icon rotation
+  * Show overlay during update of share index
+  * Fix keyboard input methods for Android 7.0 (Nougat) and upper
+  * Disable keyboard input when search field is hidden
+
+---

Old:

  3.7.0.tar.gz

New:

  3.9.7.tar.gz



Other differences:
--
++ noson-app.spec ++
--- /var/tmp/diff_new_pack.ppYPyZ/_old  2019-01-25 22:43:53.147189713 +0100
+++ /var/tmp/diff_new_pack.ppYPyZ/_new  2019-01-25 22:43:53.151189708 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package noson-app
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   noson-app
-Version:3.7.0
+Version:3.9.7
 Release:0
 Summary:SONOS device controller
 License:GPL-3.0-or-later
@@ -33,11 +33,11 @@
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Gui)
-BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5Qml)
 BuildRequires:  pkgconfig(Qt5QuickControls2)
+BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5Xml)
-BuildRequires:  pkgconfig(noson) = 1.8.2
+BuildRequires:  pkgconfig(noson) = 1.10.4
 Requires(post): update-desktop-files
 Requires(postun): update-desktop-files
 

++ 3.7.0.tar.gz -> 3.9.7.tar.gz ++
/work/SRC/openSUSE:Factory/noson-app/3.7.0.tar.gz 
/work/SRC/openSUSE:Factory/.noson-app.new.28833/3.9.7.tar.gz differ: char 28, 
line 1