diff -Nru clementine-1.3.1-240/debian/changelog clementine-1.3.1-242/debian/changelog --- clementine-1.3.1-240/debian/changelog 2016-10-13 15:39:28.000000000 +0000 +++ clementine-1.3.1-242/debian/changelog 2016-10-20 20:34:02.000000000 +0000 @@ -1,5 +1,5 @@ -clementine (1.3.1-240-g1a2f6e2~vivid) vivid; urgency=low +clementine (1.3.1-242-g804d716~vivid) vivid; urgency=low - * Version 1.3.1-240-g1a2f6e2 + * Version 1.3.1-242-g804d716 - -- David Sansome Thu, 13 Oct 2016 15:39:28 +0000 + -- David Sansome Thu, 20 Oct 2016 20:34:02 +0000 diff -Nru clementine-1.3.1-240/debian/rules clementine-1.3.1-242/debian/rules --- clementine-1.3.1-240/debian/rules 2016-10-13 15:39:28.000000000 +0000 +++ clementine-1.3.1-242/debian/rules 2016-10-20 20:34:02.000000000 +0000 @@ -13,7 +13,7 @@ cd bin && cmake .. \ -DCMAKE_INSTALL_PREFIX=$(CURDIR)/debian/clementine/usr \ -DBUNDLE_PROJECTM_PRESETS=OFF \ - -DFORCE_GIT_REVISION=1.3.1-240-g1a2f6e2 + -DFORCE_GIT_REVISION=1.3.1-242-g804d716 touch configure-stamp build: build-stamp diff -Nru clementine-1.3.1-240/dist/clementine.spec clementine-1.3.1-242/dist/clementine.spec --- clementine-1.3.1-240/dist/clementine.spec 2016-10-13 15:39:28.000000000 +0000 +++ clementine-1.3.1-242/dist/clementine.spec 2016-10-20 20:34:02.000000000 +0000 @@ -1,12 +1,12 @@ Name: clementine Version: 1.3.1 -Release: 2.240.g1a2f6e2%{?dist} +Release: 2.242.g804d716%{?dist} Summary: A music player and library organiser Group: Applications/Multimedia License: GPLv3 URL: http://www.clementine-player.org/ -Source0: %{name}-1.3.1-240-g1a2f6e2.tar.xz +Source0: %{name}-1.3.1-242-g804d716.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils liblastfm-devel taglib-devel gettext @@ -57,7 +57,7 @@ * Queue manager %prep -%setup -q -n %{name}-1.3.1-240-g1a2f6e2 +%setup -q -n %{name}-1.3.1-242-g804d716 %build @@ -92,5 +92,5 @@ %{_datadir}/icons/hicolor/scalable/apps/clementine.svg %changelog -* Thu Oct 13 2016 David Sansome - 1.3.1 -- Version 1.3.1-240-g1a2f6e2 +* Thu Oct 20 2016 David Sansome - 1.3.1 +- Version 1.3.1-242-g804d716 diff -Nru clementine-1.3.1-240/dist/Info.plist clementine-1.3.1-242/dist/Info.plist --- clementine-1.3.1-240/dist/Info.plist 2016-10-13 15:39:28.000000000 +0000 +++ clementine-1.3.1-242/dist/Info.plist 2016-10-20 20:34:02.000000000 +0000 @@ -9,7 +9,7 @@ CFBundleExecutable clementine CFBundleGetInfoString - Clementine 1.3.1-240-g1a2f6e2 + Clementine 1.3.1-242-g804d716 CFBundleIconFile clementine CFBundleIdentifier @@ -17,15 +17,15 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString - 1.3.1-240-g1a2f6e2 + 1.3.1-242-g804d716 CFBundleName Clementine CFBundlePackageType APPL CFBundleShortVersionString - 1.3.1-240-g1a2f6e2 + 1.3.1-242-g804d716 CFBundleVersion - 4096.1.3.1.2.240 + 4096.1.3.1.2.242 CSResourcesFileMapped LSRequiresCarbon diff -Nru clementine-1.3.1-240/dist/maketarball.sh clementine-1.3.1-242/dist/maketarball.sh --- clementine-1.3.1-240/dist/maketarball.sh 2016-10-13 15:39:28.000000000 +0000 +++ clementine-1.3.1-242/dist/maketarball.sh 2016-10-20 20:34:02.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/bash name=clementine -version="1.3.1-240-g1a2f6e2" +version="1.3.1-242-g804d716" deb_dist="vivid" root=$(cd "${0%/*}/.." && echo $PWD/${0##*/}) root=`dirname "$root"` diff -Nru clementine-1.3.1-240/dist/windows/clementine.nsi clementine-1.3.1-242/dist/windows/clementine.nsi --- clementine-1.3.1-240/dist/windows/clementine.nsi 2016-10-13 15:39:28.000000000 +0000 +++ clementine-1.3.1-242/dist/windows/clementine.nsi 2016-10-20 20:34:02.000000000 +0000 @@ -3,8 +3,8 @@ !define PRODUCT_PUBLISHER "Clementine" !define PRODUCT_VERSION_MAJOR 1 !define PRODUCT_VERSION_MINOR 3 -!define PRODUCT_DISPLAY_VERSION "1.3.1-240-g1a2f6e2" -!define PRODUCT_DISPLAY_VERSION_SHORT "1.3.1-240-g1a2f6e2" +!define PRODUCT_DISPLAY_VERSION "1.3.1-242-g804d716" +!define PRODUCT_DISPLAY_VERSION_SHORT "1.3.1-242-g804d716" !define PRODUCT_WEB_SITE "http://www.clementine-player.org/" !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" !define PRODUCT_UNINST_ROOT_KEY "HKLM" @@ -104,7 +104,7 @@ !insertmacro MUI_LANGUAGE "Esperanto" Name "${PRODUCT_NAME}" -OutFile "${PRODUCT_NAME}Setup-1.3.1-240-g1a2f6e2.exe" +OutFile "${PRODUCT_NAME}Setup-1.3.1-242-g804d716.exe" InstallDir "${PRODUCT_INSTALL_DIR}" ; Get the path where Clementine was installed previously and set it as default path diff -Nru clementine-1.3.1-240/dist/windows/clementine-portable.nsi clementine-1.3.1-242/dist/windows/clementine-portable.nsi --- clementine-1.3.1-240/dist/windows/clementine-portable.nsi 2016-10-13 15:39:28.000000000 +0000 +++ clementine-1.3.1-242/dist/windows/clementine-portable.nsi 2016-10-20 20:34:02.000000000 +0000 @@ -3,8 +3,8 @@ !define PRODUCT_PUBLISHER "Clementine" !define PRODUCT_VERSION_MAJOR 1 !define PRODUCT_VERSION_MINOR 3 -!define PRODUCT_DISPLAY_VERSION "1.3.1-240-g1a2f6e2" -!define PRODUCT_DISPLAY_VERSION_SHORT "1.3.1-240-g1a2f6e2" +!define PRODUCT_DISPLAY_VERSION "1.3.1-242-g804d716" +!define PRODUCT_DISPLAY_VERSION_SHORT "1.3.1-242-g804d716" !define PRODUCT_WEB_SITE "http://www.clementine-player.org/" !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" !define PRODUCT_UNINST_ROOT_KEY "HKLM" @@ -104,7 +104,7 @@ !insertmacro MUI_LANGUAGE "Esperanto" Name "${PRODUCT_NAME}" -OutFile "${PRODUCT_NAME}Setup-1.3.1-240-g1a2f6e2.exe" +OutFile "${PRODUCT_NAME}Setup-1.3.1-242-g804d716.exe" InstallDir "${PRODUCT_INSTALL_DIR}" ; Get the path where Clementine was installed previously and set it as default path diff -Nru clementine-1.3.1-240/src/internet/subsonic/subsonicdynamicplaylist.cpp clementine-1.3.1-242/src/internet/subsonic/subsonicdynamicplaylist.cpp --- clementine-1.3.1-240/src/internet/subsonic/subsonicdynamicplaylist.cpp 2016-10-13 15:39:23.000000000 +0000 +++ clementine-1.3.1-242/src/internet/subsonic/subsonicdynamicplaylist.cpp 2016-10-20 20:33:55.000000000 +0000 @@ -93,7 +93,7 @@ } BOOST_SCOPE_EXIT_END - QUrl url = service->BuildRequestUrl("GetAlbumList"); + QUrl url = service->BuildRequestUrl("getAlbumList"); QNetworkAccessManager network; if (count > kMaxCount) count = kMaxCount;