Hello community, here is the log from the commit of package vocal for openSUSE:Factory checked in at 2018-01-10 23:36:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vocal (Old) and /work/SRC/openSUSE:Factory/.vocal.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vocal" Wed Jan 10 23:36:17 2018 rev:3 rq:563072 version:2.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/vocal/vocal.changes 2018-01-09 14:53:06.124058527 +0100 +++ /work/SRC/openSUSE:Factory/.vocal.new/vocal.changes 2018-01-10 23:36:33.468110811 +0100 @@ -1,0 +2,6 @@ +Tue Jan 9 14:21:31 UTC 2018 - [email protected] + +- Update to version 2.1.5: + + Bug fixes (undocumented). + +------------------------------------------------------------------- Old: ---- 2.1.0.tar.gz New: ---- 2.1.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vocal.spec ++++++ --- /var/tmp/diff_new_pack.vdJmj5/_old 2018-01-10 23:36:34.476063519 +0100 +++ /var/tmp/diff_new_pack.vdJmj5/_new 2018-01-10 23:36:34.476063519 +0100 @@ -1,7 +1,7 @@ # # spec file for package vocal # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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: vocal -Version: 2.1.0 +Version: 2.1.5 Release: 0 Summary: A podcast client for the desktop License: GPL-3.0 @@ -96,7 +96,7 @@ %files %defattr(-,root,root) %doc %attr(0644,root,root) AUTHORS COPYING README.md -%{_bindir}/%{name} +%{_bindir}/com.github.needle-and-thread.vocal %dir %{_datadir}/metainfo %{_datadir}/metainfo/*.appdata.xml %{_datadir}/applications/com.github.needle-and-thread.vocal.desktop ++++++ 2.1.0.tar.gz -> 2.1.5.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vocal-2.1.0/CMakeLists.txt new/vocal-2.1.5/CMakeLists.txt --- old/vocal-2.1.0/CMakeLists.txt 2017-12-30 18:24:57.000000000 +0100 +++ new/vocal-2.1.5/CMakeLists.txt 2018-01-01 01:36:53.000000000 +0100 @@ -8,7 +8,7 @@ set (RELEASE_NAME "Gomer") set (VERSION "2.1.0") set (VERSION_INFO "Release") -set (EXEC_NAME "vocal") +set (EXEC_NAME "com.github.needle-and-thread.vocal") set (PREFIX ${CMAKE_INSTALL_PREFIX}) set (CACHE_DIR "~/.cache/vocal") set (USER_AGENT "vocal ${VERSION}") @@ -155,15 +155,14 @@ add_custom_target (uninstall COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/Uninstall.cmake) -install (TARGETS vocal RUNTIME DESTINATION bin) +install (TARGETS com.github.needle-and-thread.vocal RUNTIME DESTINATION bin) -configure_file (data/com.github.needle-and-thread.vocal.desktop.in.in ${CMAKE_CURRENT_BINARY_DIR}/com.github.needle-and-thread.vocal.desktop.in) -configure_file_translation (${CMAKE_CURRENT_BINARY_DIR}/com.github.needle-and-thread.vocal.desktop.in ${CMAKE_CURRENT_BINARY_DIR}/com.github.needle-and-thread.vocal.desktop ${CMAKE_SOURCE_DIR}/po/) +#configure_file (data/com.github.needle-and-thread.vocal.desktop.in.in ${CMAKE_CURRENT_BINARY_DIR}/com.github.needle-and-thread.vocal.desktop.in) +#configure_file_translation (${CMAKE_CURRENT_BINARY_DIR}/com.github.needle-and-thread.vocal.desktop.in ${CMAKE_CURRENT_BINARY_DIR}/com.github.needle-and-thread.vocal.desktop ${CMAKE_SOURCE_DIR}/po/) +#configure_file_translation (${CMAKE_CURRENT_SOURCE_DIR}/data/com.github.needle-and-thread.vocal.appdata.xml.in ${CMAKE_CURRENT_BINARY_DIR}/com.github.needle-and-thread.vocal.appdata.xml ${CMAKE_SOURCE_DIR}/po/) -configure_file_translation (${CMAKE_CURRENT_SOURCE_DIR}/data/com.github.needle-and-thread.vocal.appdata.xml.in ${CMAKE_CURRENT_BINARY_DIR}/com.github.needle-and-thread.vocal.appdata.xml ${CMAKE_SOURCE_DIR}/po/) - -install (FILES ${CMAKE_CURRENT_BINARY_DIR}/com.github.needle-and-thread.vocal.desktop DESTINATION share/applications) -install (FILES ${CMAKE_CURRENT_BINARY_DIR}/com.github.needle-and-thread.vocal.appdata.xml DESTINATION share/metainfo) +install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/com.github.needle-and-thread.vocal.desktop DESTINATION share/applications) +install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/com.github.needle-and-thread.vocal.appdata.xml DESTINATION share/metainfo) install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/icons/16/com.github.needle-and-thread.vocal.svg DESTINATION share/icons/hicolor/16x16/apps) install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/icons/22/com.github.needle-and-thread.vocal.svg DESTINATION share/icons/hicolor/22x22/apps) install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/icons/24/com.github.needle-and-thread.vocal.svg DESTINATION share/icons/hicolor/24x24/apps) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vocal-2.1.0/data/com.github.needle-and-thread.vocal.appdata.xml new/vocal-2.1.5/data/com.github.needle-and-thread.vocal.appdata.xml --- old/vocal-2.1.0/data/com.github.needle-and-thread.vocal.appdata.xml 1970-01-01 01:00:00.000000000 +0100 +++ new/vocal-2.1.5/data/com.github.needle-and-thread.vocal.appdata.xml 2018-01-01 01:36:53.000000000 +0100 @@ -0,0 +1,104 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright 2017 Needle & Thread --> +<component type="desktop"> + <id>com.github.needle-and-thread.vocal.desktop</id> + <metadata_license>CC0</metadata_license> + <project_license>GPL-3.0+</project_license> + <name>Vocal</name> + <summary>A Great Podcast Client for the Modern Free Desktop</summary> + <developer_name>Needle & Thread</developer_name> + + <screenshots> + <screenshot type="default"> + <caption>Library View</caption> + <image width="2440" height="1628">http://vocalproject.net/screenshots/libraryview.png</image> + </screenshot> + <screenshot type="default"> + <caption>Podcast View</caption> + <image width="2440" height="1628">http://vocalproject.net/screenshots/podcastview.png</image> + </screenshot> + <screenshot type="default"> + <caption>iTunes Top 100 Podcasts</caption> + <image width="2440" height="1628">http://vocalproject.net/screenshots/itunes.png</image> + </screenshot> + </screenshots> + + <description> + <p> + Vocal is the best way to find interesting new podcasts, maintain a growing library, + and enjoy audio and video shows that automatically get updated with new content. + </p> + <p>Features include:</p> + <ul> + <li>Audio and video podcast support</li> + <li>Built-in iTunes podcast store browsing and search</li> + <li>Episode streaming and downloading</li> + <li>Custom skip intervals</li> + <li>Full system integration</li> + <li>Automatic downloads</li> + <li>Smart library management</li> + <li>Playback position saving</li> + <li>Library importing and exporting</li> + <li>... and much more!</li> + </ul> + </description> + + <url type="homepage">http://github.com/needle-and-thread/vocal</url> + <url type="bugtracker">https://github.com/needle-and-thread/vocal/issues</url> + + <custom> + <value key="x-appcenter-color-primary">#603461</value> + <value key="x-appcenter-color-primary-text">#fff</value> + <value key="x-appcenter-suggested-price">5</value> + </custom> + + <provides> + <binary>vocal</binary> + </provides> + + <releases> + <release version="2.1" timestamp="1514653432"> + <description> + <p>Grab some hot chocolate and curl up with a nice podcast this winter + season, it's time for a new Vocal release! This time around, enjoy + a ton of stability and performance enhancements, full HiDPI support, + and other bug fixes to make your experience as enjoyable as possible. + </p> + <ul> + <li>Added HiDPI support for all images so everything looks nice and + sharp no matter how fancy your display is. + </li> + <li>Fixed an issue where Vocal would not show you the time elapsed + or remaining in an episode immediately after relaunching the app. + </li> + <li>Reduced the animation time for switching between different + views so that it feels extra snappy. + </li> + <li>Gave the search results view a shave and a haircut. Two bits. + </li> + <li>Fixed a few issues where Vocal would be grouchy about + showing certain episode descriptions. + </li> + <li>When importing several podcasts the progress bar now stays + one size so you can actually judge the progress correctly. + </li> + <li>You can now drag and drop items in the play queue to rearrange + their order. + </li> + <li>Lots more checking to make sure that things exist so it won't + crash nearly as much (hopefully never). + </li> + </ul> + </description> + </release> + <release version="2.0" timestamp="1493395200"> + <description> + <p>Vocal's most exciting release yet, featuring full iTunes + directory and search support, improved performance, a + redesigned podcast view, and tons of other great + improvements. + </p> + </description> + </release> + </releases> +</component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vocal-2.1.0/data/com.github.needle-and-thread.vocal.appdata.xml.in new/vocal-2.1.5/data/com.github.needle-and-thread.vocal.appdata.xml.in --- old/vocal-2.1.0/data/com.github.needle-and-thread.vocal.appdata.xml.in 2017-12-30 18:24:57.000000000 +0100 +++ new/vocal-2.1.5/data/com.github.needle-and-thread.vocal.appdata.xml.in 1970-01-01 01:00:00.000000000 +0100 @@ -1,104 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- Copyright 2017 Needle & Thread --> -<component type="desktop"> - <id>com.github.needle-and-thread.vocal.desktop</id> - <metadata_license>CC0</metadata_license> - <project_license>GPL-3.0+</project_license> - <name>Vocal</name> - <_summary>A Great Podcast Client for the Modern Free Desktop</_summary> - <developer_name>Needle & Thread</developer_name> - - <screenshots> - <screenshot type="default"> - <_caption>Library View</_caption> - <image width="2440" height="1628">http://vocalproject.net/screenshots/libraryview.png</image> - </screenshot> - <screenshot type="default"> - <_caption>Podcast View</_caption> - <image width="2440" height="1628">http://vocalproject.net/screenshots/podcastview.png</image> - </screenshot> - <screenshot type="default"> - <_caption>iTunes Top 100 Podcasts</_caption> - <image width="2440" height="1628">http://vocalproject.net/screenshots/itunes.png</image> - </screenshot> - </screenshots> - - <description> - <_p> - Vocal is the best way to find interesting new podcasts, maintain a growing library, - and enjoy audio and video shows that automatically get updated with new content. - </_p> - <_p>Features include:</_p> - <ul> - <_li>Audio and video podcast support</_li> - <_li>Built-in iTunes podcast store browsing and search</_li> - <_li>Episode streaming and downloading</_li> - <_li>Custom skip intervals</_li> - <_li>Full system integration</_li> - <_li>Automatic downloads</_li> - <_li>Smart library management</_li> - <_li>Playback position saving</_li> - <_li>Library importing and exporting</_li> - <_li>... and much more!</_li> - </ul> - </description> - - <url type="homepage">http://github.com/needle-and-thread/vocal</url> - <url type="bugtracker">https://github.com/needle-and-thread/vocal/issues</url> - - <custom> - <value key="x-appcenter-color-primary">#603461</value> - <value key="x-appcenter-color-primary-text">#fff</value> - <value key="x-appcenter-suggested-price">5</value> - </custom> - - <provides> - <binary>vocal</binary> - </provides> - - <releases> - <release version="2.1" timestamp="1514653432"> - <description> - <_p>Grab some hot chocolate and curl up with a nice podcast this winter - season, it's time for a new Vocal release! This time around, enjoy - a ton of stability and performance enhancements, full HiDPI support, - and other bug fixes to make your experience as enjoyable as possible. - </_p> - <ul> - <_li>Added HiDPI support for all images so everything looks nice and - sharp no matter how fancy your display is. - </_li> - <_li>Fixed an issue where Vocal would not show you the time elapsed - or remaining in an episode immediately after relaunching the app. - </_li> - <_li>Reduced the animation time for switching between different - views so that it feels extra snappy. - </_li> - <_li>Gave the search results view a shave and a haircut. Two bits. - </_li> - <_li>Fixed a few issues where Vocal would be grouchy about - showing certain episode descriptions. - </_li> - <_li>When importing several podcasts the progress bar now stays - one size so you can actually judge the progress correctly. - </_li> - <_li>You can now drag and drop items in the play queue to rearrange - their order. - </_li> - <_li>Lots more checking to make sure that things exist so it won't - crash nearly as much (hopefully never). - </_li> - </ul> - </description> - </release> - <release version="2.0" timestamp="1493395200"> - <description> - <_p>Vocal's most exciting release yet, featuring full iTunes - directory and search support, improved performance, a - redesigned podcast view, and tons of other great - improvements. - </_p> - </description> - </release> - </releases> -</component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vocal-2.1.0/data/com.github.needle-and-thread.vocal.desktop new/vocal-2.1.5/data/com.github.needle-and-thread.vocal.desktop --- old/vocal-2.1.0/data/com.github.needle-and-thread.vocal.desktop 1970-01-01 01:00:00.000000000 +0100 +++ new/vocal-2.1.5/data/com.github.needle-and-thread.vocal.desktop 2018-01-01 01:36:53.000000000 +0100 @@ -0,0 +1,17 @@ +[Desktop Entry] +Type=Application +Name=Vocal +Comment=Subscribe, download, and listen to podcasts +GenericName=Podcast Manager +Exec=com.github.needle-and-thread.vocal +Icon=com.github.needle-and-thread.vocal +Terminal=false +Categories=AudioVideo;Audio;Video; +X-PulseAudio-Properties=media.role=music +Actions=AboutDialog; + +Name[en_US]=com.github.needle-and-thread.vocal.desktop + +[Desktop Action AboutDialog] +Exec=com.github.needle-and-thread.vocal --about +Name=About Vocal diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vocal-2.1.0/data/com.github.needle-and-thread.vocal.desktop.in.in new/vocal-2.1.5/data/com.github.needle-and-thread.vocal.desktop.in.in --- old/vocal-2.1.0/data/com.github.needle-and-thread.vocal.desktop.in.in 2017-12-30 18:24:57.000000000 +0100 +++ new/vocal-2.1.5/data/com.github.needle-and-thread.vocal.desktop.in.in 1970-01-01 01:00:00.000000000 +0100 @@ -1,15 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Vocal -_Comment=Subscribe, download, and listen to podcasts -_GenericName=Podcast Manager -Exec=vocal -Icon=com.github.needle-and-thread.vocal -Terminal=false -Categories=AudioVideo;Audio;Video; -X-PulseAudio-Properties=media.role=music -Actions=AboutDialog; - -[Desktop Action AboutDialog] -Exec=vocal --about -_Name=About Vocal
