From dc37a704b9e82daadd0115148606b22b4657181ce2dadba7570c243aa31145a6 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 1 Oct 2020 08:53:45 +0000 Subject: [PATCH] - Update to 1.8.0: * added fix to avoid crashes on X11, when a display is connected, but turned off #110 * added CLI messages on missing optional dependencies #101 * screen height is deprecated #108 issue fixed in slightly tricky way OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/azote?expand=0&rev=14 --- azote-1.7.14.tar.gz | 3 --- azote-1.8.0.tar.gz | 3 +++ azote.changes | 8 ++++++++ azote.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 azote-1.7.14.tar.gz create mode 100644 azote-1.8.0.tar.gz diff --git a/azote-1.7.14.tar.gz b/azote-1.7.14.tar.gz deleted file mode 100644 index 82a1a7e..0000000 --- a/azote-1.7.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68f9be55858dc33650a6712f68c9e5d2c96be9d7ca380dbde8ea9b2895f3f22f -size 613195 diff --git a/azote-1.8.0.tar.gz b/azote-1.8.0.tar.gz new file mode 100644 index 0000000..aa56a36 --- /dev/null +++ b/azote-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5415de90c68efc161301e0d42c251fe3f34e1563e373c5f1d2c14e1533a0193f +size 615180 diff --git a/azote.changes b/azote.changes index 61f8e4a..898d9dd 100644 --- a/azote.changes +++ b/azote.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Oct 1 08:52:40 UTC 2020 - Michael Vetter + +- Update to 1.8.0: + * added fix to avoid crashes on X11, when a display is connected, but turned off #110 + * added CLI messages on missing optional dependencies #101 + * screen height is deprecated #108 issue fixed in slightly tricky way + ------------------------------------------------------------------- Mon Sep 14 07:26:16 UTC 2020 - Michael Vetter diff --git a/azote.spec b/azote.spec index f8132ab..a60ccac 100644 --- a/azote.spec +++ b/azote.spec @@ -18,7 +18,7 @@ %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: azote -Version: 1.7.14 +Version: 1.8.0 Release: 0 Summary: Wallpaper manager for Sway, i3 and some other WMs License: GPL-3.0-only