From ae5d6083e97b436d75b66ebd91cbdb9116dc2d2c3f9d5b3fd76426676bdab1f2 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 29 Apr 2020 07:52:40 +0000 Subject: [PATCH] - Update to 1.7.10: * path to the config dir w/ XDG_CONFIG_HOME corrected * "Open with" issue #82 fixed. OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/azote?expand=0&rev=2 --- azote-1.7.10.tar.gz | 3 +++ azote-1.7.8.tar.gz | 3 --- azote.changes | 7 +++++++ azote.spec | 15 +++++++++------ 4 files changed, 19 insertions(+), 9 deletions(-) create mode 100644 azote-1.7.10.tar.gz delete mode 100644 azote-1.7.8.tar.gz diff --git a/azote-1.7.10.tar.gz b/azote-1.7.10.tar.gz new file mode 100644 index 0000000..062151d --- /dev/null +++ b/azote-1.7.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ecd2104689c05fb2a37bb160543d80e9fd245c5274ab16fc021f400d738d35 +size 610828 diff --git a/azote-1.7.8.tar.gz b/azote-1.7.8.tar.gz deleted file mode 100644 index 197662c..0000000 --- a/azote-1.7.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46641578c1d9d10bbd149b135f15b0ee97f87d02af4f4273d1834cf3beb2d324 -size 610711 diff --git a/azote.changes b/azote.changes index 9be20e8..491c762 100644 --- a/azote.changes +++ b/azote.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 29 07:50:00 UTC 2020 - Michael Vetter + +- Update to 1.7.10: + * path to the config dir w/ XDG_CONFIG_HOME corrected + * "Open with" issue #82 fixed. + ------------------------------------------------------------------- Sun Jan 12 14:56:29 UTC 2020 - Michael Vetter diff --git a/azote.spec b/azote.spec index e9a22c1..45b1b9a 100644 --- a/azote.spec +++ b/azote.spec @@ -1,7 +1,7 @@ # # spec file for package azote # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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.8 +Version: 1.7.10 Release: 0 Summary: Wallpaper manager for Sway, i3 and some other WMs License: GPL-3.0-only @@ -28,11 +28,11 @@ Source: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: python3-Pillow BuildRequires: python3-gobject BuildRequires: python3-setuptools -Requires: python3-Pillow -Requires: python3-gobject -Requires: python3-Send2Trash -Requires: python3-yaml Requires: feh +Requires: python3-Pillow +Requires: python3-Send2Trash +Requires: python3-gobject +Requires: python3-yaml Requires: wget Requires: wmctrl Requires: xrandr @@ -56,6 +56,9 @@ install -D -m 0644 dist/azote.desktop %{buildroot}%{_datadir}/applications/azote %files %license LICENSE %doc CHANGELOG.md README.md +%{_bindir}/azote +%{_datadir}/applications/azote.desktop +%{_datadir}/azote/ %{python_sitelib}/* %changelog