From a152682d09752541dd1d874c99830d9316f7c7ae73eeab6423bb4675b3c24e87 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 3 Jun 2020 04:46:20 +0000 Subject: [PATCH] - Update to 1.7.11: * Python version-independent launcher script #87 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/azote?expand=0&rev=8 --- azote-1.7.10.tar.gz | 3 --- azote-1.7.11.tar.gz | 3 +++ azote.changes | 6 ++++++ azote.spec | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 azote-1.7.10.tar.gz create mode 100644 azote-1.7.11.tar.gz diff --git a/azote-1.7.10.tar.gz b/azote-1.7.10.tar.gz deleted file mode 100644 index 062151d..0000000 --- a/azote-1.7.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9ecd2104689c05fb2a37bb160543d80e9fd245c5274ab16fc021f400d738d35 -size 610828 diff --git a/azote-1.7.11.tar.gz b/azote-1.7.11.tar.gz new file mode 100644 index 0000000..3ec56bc --- /dev/null +++ b/azote-1.7.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f0a63c3dacf1cb5b7c4b0b23a4f9190fc3c94c499a98f4f0827cace4b855b5 +size 610852 diff --git a/azote.changes b/azote.changes index e7573d2..45885f1 100644 --- a/azote.changes +++ b/azote.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 3 04:44:59 UTC 2020 - Michael Vetter + +- Update to 1.7.11: + * Python version-independent launcher script #87 + ------------------------------------------------------------------- Wed May 20 06:15:47 UTC 2020 - Michael Vetter diff --git a/azote.spec b/azote.spec index f122699..45d8539 100644 --- a/azote.spec +++ b/azote.spec @@ -18,13 +18,14 @@ %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: azote -Version: 1.7.10 +Version: 1.7.11 Release: 0 Summary: Wallpaper manager for Sway, i3 and some other WMs License: GPL-3.0-only Group: Productivity/Graphics/Viewers URL: https://github.com/nwg-piotr/azote Source: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: gobject-introspection BuildRequires: python3-Pillow BuildRequires: python3-gobject BuildRequires: python3-setuptools @@ -32,6 +33,7 @@ Requires: feh Requires: python3-Pillow Requires: python3-Send2Trash Requires: python3-gobject +Requires: python3-gobject-Gdk Requires: wget Requires: wmctrl Requires: xrandr