- 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
This commit is contained in:
Michael Vetter 2020-06-03 04:46:20 +00:00 committed by Git OBS Bridge
parent 6e8028ec37
commit a152682d09
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9ecd2104689c05fb2a37bb160543d80e9fd245c5274ab16fc021f400d738d35
size 610828

3
azote-1.7.11.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d8f0a63c3dacf1cb5b7c4b0b23a4f9190fc3c94c499a98f4f0827cace4b855b5
size 610852

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 3 04:44:59 UTC 2020 - Michael Vetter <mvetter@suse.com>
- Update to 1.7.11:
* Python version-independent launcher script #87
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 20 06:15:47 UTC 2020 - Michael Vetter <mvetter@suse.com> Wed May 20 06:15:47 UTC 2020 - Michael Vetter <mvetter@suse.com>

View File

@ -18,13 +18,14 @@
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
Name: azote Name: azote
Version: 1.7.10 Version: 1.7.11
Release: 0 Release: 0
Summary: Wallpaper manager for Sway, i3 and some other WMs Summary: Wallpaper manager for Sway, i3 and some other WMs
License: GPL-3.0-only License: GPL-3.0-only
Group: Productivity/Graphics/Viewers Group: Productivity/Graphics/Viewers
URL: https://github.com/nwg-piotr/azote URL: https://github.com/nwg-piotr/azote
Source: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: gobject-introspection
BuildRequires: python3-Pillow BuildRequires: python3-Pillow
BuildRequires: python3-gobject BuildRequires: python3-gobject
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
@ -32,6 +33,7 @@ Requires: feh
Requires: python3-Pillow Requires: python3-Pillow
Requires: python3-Send2Trash Requires: python3-Send2Trash
Requires: python3-gobject Requires: python3-gobject
Requires: python3-gobject-Gdk
Requires: wget Requires: wget
Requires: wmctrl Requires: wmctrl
Requires: xrandr Requires: xrandr