Hello community, here is the log from the commit of package variety for openSUSE:Factory checked in at 2020-03-05 23:18:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/variety (Old) and /work/SRC/openSUSE:Factory/.variety.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "variety" Thu Mar 5 23:18:21 2020 rev:7 rq:781247 version:0.8.3 Changes: -------- --- /work/SRC/openSUSE:Factory/variety/variety.changes 2018-11-26 10:33:03.888834030 +0100 +++ /work/SRC/openSUSE:Factory/.variety.new.26092/variety.changes 2020-03-05 23:18:25.993182388 +0100 @@ -1,0 +2,32 @@ +Tue Mar 3 12:31:46 UTC 2020 - [email protected] + +- Updated to version 0.8.3: + * Image sources are now plugins. + * Add support for sequential albums. + * Add support for multiple simultaneously running Variety + profiles (--profile command option). + * Add a Privacy Notice dialog. + * Add support for configurable Unsplash sources. + * Add two new sources (ChromeOS Wallpapers and Google Earth View + Wallpapers). + * Remove World Sunlight Map source. + * Added Urban Dictionary and UNIX fortune program as quote + sources. + * Download linked to wallpaper changing, not configured as a + separate interval. + * Add a dedicated --set/--set-wallpaper option. + * Make the thumbs display much faster. + * Fix bugs related to GTK threading usage. + * Mulitple bugfixes. + * Dev process: Use auformatting on all Python files (black, + isort). +- Changes from version 0.7.2: + * Add support for Sway, bspwm. + * Enable AwesomeWM support by default. + * Fix crash on --help or --version if a Variety instance is + already running (gh#varietywalls/variety#148). + * Fix spurious "file not found" errors when checking for + animated GIFs (gh#varietywalls/variety#132). + * Translation updates. + +------------------------------------------------------------------- Old: ---- variety-0.7.1.tar.gz New: ---- variety-0.8.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ variety.spec ++++++ --- /var/tmp/diff_new_pack.cdDQsB/_old 2020-03-05 23:18:28.289183687 +0100 +++ /var/tmp/diff_new_pack.cdDQsB/_new 2020-03-05 23:18:28.325183707 +0100 @@ -1,8 +1,8 @@ # # spec file for package variety # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2014-2018 Malcolm J Lewis <[email protected]> +# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2014-2020 Malcolm J Lewis <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ Name: variety -Version: 0.7.1 +Version: 0.8.3 Release: 0 Summary: Wallpaper changer License: GPL-3.0-only Group: Productivity/Multimedia/Other -Url: https://launchpad.net/variety/ +URL: https://launchpad.net/variety/ Source0: https://github.com/varietywalls/variety/archive/%{version}.tar.gz#/variety-%{version}.tar.gz Source1: variety.desktop # Todo: Variety should follow FDO icon standards @@ -91,7 +91,7 @@ %files %defattr(-,root,root) %doc AUTHORS README.md -%license COPYING +%license LICENSE %{_bindir}/%{name} %{python3_sitelib}/jumble %{python3_sitelib}/%{name} ++++++ variety-0.7.1.tar.gz -> variety-0.8.3.tar.gz ++++++ ++++ 69978 lines of diff (skipped) ++++++ variety-appdata-path.patch ++++++ --- /var/tmp/diff_new_pack.cdDQsB/_old 2020-03-05 23:18:29.369184298 +0100 +++ /var/tmp/diff_new_pack.cdDQsB/_new 2020-03-05 23:18:29.373184301 +0100 @@ -1,10 +1,12 @@ diff -Naur a/setup.py b/setup.py ---- a/setup.py 2017-09-18 22:48:48.000000000 -0500 -+++ b/setup.py 2017-09-23 17:03:16.282567260 -0500 -@@ -85,5 +85,5 @@ - "deviantART or any other place are also supported.", - url='https://launchpad.net/variety', - cmdclass={'install': InstallAndUpdateDataDirectory}, -- data_files=[('share/metainfo', ['variety.appdata.xml'])] -+ data_files=[('share/appdata', ['variety.appdata.xml'])] +--- a/setup.py 2020-02-11 17:48:06.000000000 -0600 ++++ b/setup.py 2020-03-03 06:34:38.520462488 -0600 +@@ -70,7 +70,7 @@ + as well as options to layer quotes and a clock onto the background.""", + url="https://github.com/varietywalls/variety", + cmdclass={"install": InstallWithDataDirectory}, +- data_files=[("share/metainfo", ["variety.appdata.xml"])], ++ data_files=[("share/appdata", ["variety.appdata.xml"])], ) + + # Remove this after we're done with the build ++++++ variety-fix-data-path.patch ++++++ --- /var/tmp/diff_new_pack.cdDQsB/_old 2020-03-05 23:18:29.381184305 +0100 +++ /var/tmp/diff_new_pack.cdDQsB/_new 2020-03-05 23:18:29.385184307 +0100 @@ -1,12 +1,12 @@ diff -Naur a/variety_lib/varietyconfig.py b/variety_lib/varietyconfig.py ---- a/variety_lib/varietyconfig.py 2018-10-23 10:56:25.000000000 -0500 -+++ b/variety_lib/varietyconfig.py 2018-11-23 20:40:49.710196312 -0600 -@@ -27,7 +27,7 @@ - - # Where your project will look for your data (for instance, images and ui - # files). By default, this is ../data, relative your trunk layout --__variety_data_directory__ = '../data' -+__variety_data_directory__ = '/usr/share/variety' - __license__ = 'GPL-3' - __version__ = '0.7.1' +--- a/variety_lib/varietyconfig.py 2020-02-11 17:48:06.000000000 -0600 ++++ b/variety_lib/varietyconfig.py 2020-03-03 06:36:00.791352623 -0600 +@@ -21,7 +21,7 @@ + except ImportError: + # Variety's data directory. This is set by setup.py for permanent installations, but defaults to ../data + # for easy development / running from source. +- __variety_data_directory__ = "../data" ++ __variety_data_directory__ = "/usr/share/variety" + __license__ = "GPL-3" + __version__ = "0.8.3"
