Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package variety for openSUSE:Factory checked in at 2023-10-30 22:10:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/variety (Old) and /work/SRC/openSUSE:Factory/.variety.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "variety" Mon Oct 30 22:10:54 2023 rev:15 rq:1121120 version:0.8.11 Changes: -------- --- /work/SRC/openSUSE:Factory/variety/variety.changes 2023-02-03 22:21:48.940601468 +0100 +++ /work/SRC/openSUSE:Factory/.variety.new.17445/variety.changes 2023-10-30 22:11:18.985392162 +0100 @@ -1,0 +2,14 @@ +Sun Oct 29 08:13:06 UTC 2023 - Michael Vetter <[email protected]> + +- Update to 0.8.11: + * Fix #652: use importlib to support Python >= 3.12 + * Fix #424: Use only the primary monitor for thumbs window (#649) + * Improvement #609: filter Unsplash Plus images + * Improvement #604: download UHD images from Bing + * Feature #621: Add AVIF image format support + * Updated translations: Spanish (#607) and Brazilian Portuguese (#614) + * set_wallpaper: add support for i3-gnome (#595), Hyprland (#618), spectrwm (#626) + * set_wallpaper: only set Plasma wallpaper on desktops using an image background (#611) + * set_wallpaper: use dbus-send instead of qdbus for setting KDE wallpaper (#633) + +------------------------------------------------------------------- Old: ---- variety-0.8.10.tar.gz New: ---- variety-0.8.11.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ variety.spec ++++++ --- /var/tmp/diff_new_pack.zhtYbO/_old 2023-10-30 22:11:19.737419906 +0100 +++ /var/tmp/diff_new_pack.zhtYbO/_new 2023-10-30 22:11:19.737419906 +0100 @@ -19,7 +19,7 @@ %global __requires_exclude typelib\\(AyatanaAppIndicator3\\) Name: variety -Version: 0.8.10 +Version: 0.8.11 Release: 0 Summary: Wallpaper changer License: GPL-3.0-only ++++++ variety-0.8.10.tar.gz -> variety-0.8.11.tar.gz ++++++ ++++ 3216 lines of diff (skipped) ++++++ variety-fix-data-path.patch ++++++ --- /var/tmp/diff_new_pack.zhtYbO/_old 2023-10-30 22:11:19.901425956 +0100 +++ /var/tmp/diff_new_pack.zhtYbO/_new 2023-10-30 22:11:19.905426104 +0100 @@ -1,7 +1,7 @@ -Index: variety-0.8.10/variety_lib/varietyconfig.py +Index: variety-0.8.11/variety_lib/varietyconfig.py =================================================================== ---- variety-0.8.10.orig/variety_lib/varietyconfig.py -+++ variety-0.8.10/variety_lib/varietyconfig.py +--- variety-0.8.11.orig/variety_lib/varietyconfig.py ++++ variety-0.8.11/variety_lib/varietyconfig.py @@ -21,7 +21,7 @@ try: except ImportError: # Variety's data directory. This is set by setup.py for permanent installations, but defaults to ../data @@ -9,6 +9,6 @@ - __variety_data_directory__ = "../data" + __variety_data_directory__ = "/usr/share/variety" __license__ = "GPL-3" - __version__ = "0.8.10" + __version__ = "0.8.11"
