Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package azote for openSUSE:Factory checked in at 2022-06-01 17:35:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/azote (Old) and /work/SRC/openSUSE:Factory/.azote.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "azote" Wed Jun 1 17:35:45 2022 rev:13 rq:980358 version:1.9.5 Changes: -------- --- /work/SRC/openSUSE:Factory/azote/azote.changes 2022-05-30 12:45:14.176493212 +0200 +++ /work/SRC/openSUSE:Factory/.azote.new.1548/azote.changes 2022-06-01 17:35:53.902828453 +0200 @@ -1,0 +2,6 @@ +Wed Jun 1 13:24:46 UTC 2022 - Michael Vetter <mvet...@suse.com> + +- Update to 1.9.5: + * Fixed launcher script not working on Fedora #163 + +------------------------------------------------------------------- Old: ---- azote-1.9.4.tar.gz New: ---- azote-1.9.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ azote.spec ++++++ --- /var/tmp/diff_new_pack.nmrBg5/_old 2022-06-01 17:35:54.374829011 +0200 +++ /var/tmp/diff_new_pack.nmrBg5/_new 2022-06-01 17:35:54.378829016 +0200 @@ -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.9.4 +Version: 1.9.5 Release: 0 Summary: Wallpaper manager for Sway, i3 and some other WMs License: GPL-3.0-only ++++++ azote-1.9.4.tar.gz -> azote-1.9.5.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azote-1.9.4/dist/azote new/azote-1.9.5/dist/azote --- old/azote-1.9.4/dist/azote 2022-05-29 13:04:35.000000000 +0200 +++ new/azote-1.9.5/dist/azote 2022-06-01 10:10:52.000000000 +0200 @@ -1,5 +1,5 @@ #!/bin/sh -LIB=$(python3 -Ic "from sysconfig import get_path; print(get_path('platlib'))") +LIB=$(python3 -Ic "from sysconfig import get_path; print(get_path('purelib'))") cd $LIB/azote exec /usr/bin/python3 main.py "$@" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azote-1.9.4/setup.py new/azote-1.9.5/setup.py --- old/azote-1.9.4/setup.py 2022-05-29 13:04:35.000000000 +0200 +++ new/azote-1.9.5/setup.py 2022-06-01 10:10:52.000000000 +0200 @@ -8,7 +8,7 @@ setup( name='azote', - version='1.9.4', + version='1.9.5', description='Wallpaper manager for Sway, i3 and some other WMs', packages=['azote'], include_package_data=True,