Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Martin Gansser
5e46a46fe6 Update to 0.8.9 2022-06-23 21:24:09 +02:00
Martin Gansser
34dbcf3427 Update to 0.8.8 2022-06-17 15:09:00 +02:00
Martin Gansser
63ede375f5 Update to 0.8.7 2022-05-01 16:23:42 +02:00
5 changed files with 21 additions and 29 deletions

3
.gitignore vendored
View file

@ -19,3 +19,6 @@
/variety-0.8.4.tar.gz
/variety-0.8.5.tar.gz
/variety-0.8.6.tar.gz
/variety-0.8.7.tar.gz
/variety-0.8.8.tar.gz
/variety-0.8.9.tar.gz

View file

@ -1,10 +0,0 @@
--- variety-0.8.5/data/scripts/set_wallpaper.orig 2022-03-26 16:35:24.387777235 +0100
+++ variety-0.8.5/data/scripts/set_wallpaper 2022-03-26 16:36:32.911009155 +0100
@@ -173,6 +173,7 @@
# GNOME Screensaver / Lock screen - thanks to George C. de Araujo for the patch
gsettings set org.gnome.desktop.screensaver picture-uri "file://$WP" 2> /dev/null
+gsettings set org.gnome.desktop.background picture-uri-dark "file://$WP" 2> /dev/null
if [ "$(gsettings get org.gnome.desktop.screensaver picture-options)" == "'none'" ]; then
gsettings set org.gnome.desktop.screensaver picture-options 'zoom'
fi

View file

@ -1 +1 @@
SHA512 (variety-0.8.6.tar.gz) = 1fa86d07ebf52fbc301069a6fbd790f865e9e23f2628f1bf9f8148f3430b84e4878efe6bd13791f3e67c4bfe23d7f1f4409588babcdea98dc9fcf45e631f840b
SHA512 (variety-0.8.9.tar.gz) = d08cef8af509e576f861279d00e9a8ef2c737657c7609e2797ec126c92764acd133898300d9121939e7c359751be3868e11ba1398baaec72c842cc43c9cadf1b

View file

@ -1,15 +0,0 @@
diff -up variety-0.6.4/variety/AddPanoramioDialog.py.fix_webkit_version variety-0.6.4/variety/AddPanoramioDialog.py
--- variety-0.6.4/variety/AddPanoramioDialog.py.fix_webkit_version 2017-08-21 12:43:51.512278896 +0200
+++ variety-0.6.4/variety/AddPanoramioDialog.py 2017-08-21 13:55:36.305538659 +0200
@@ -17,9 +17,9 @@ import json
import logging
import gi
-gi.require_version('WebKit', '3.0')
+gi.require_version('WebKit2', '4.0')
-from gi.repository import Gtk, WebKit, GObject # pylint: disable=E0611
+from gi.repository import Gtk, WebKit2, GObject # pylint: disable=E0611
from variety.Options import Options
from variety_lib.helpers import get_builder
from variety import _, _u

View file

@ -9,15 +9,14 @@
Name: variety
%if 0%{?usesnapshot}
Version: 0.8.6
Release: 0.1%{?snapshottag}%{?dist}
Release: 0.3%{?snapshottag}%{?dist}
%else
Version: 0.8.6
Version: 0.8.9
Release: 1%{?dist}
%endif
Summary: Wallpaper changer that automatically downloads wallpapers
License: GPLv3
URL: https://github.com/varietywalls/variety
Patch0: Add_Dark_Wallpaper_Support_for_Gnome42.patch
%if 0%{?usesnapshot}
Source0: %{url}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
@ -124,6 +123,21 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/%{name}.appda
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%changelog
* Thu Jun 23 2022 Martin Gansser <martinkg@fedoraproject.org> - 0.8.9-1
- Update to 0.8.9
* Fri Jun 17 2022 Python Maint <python-maint@redhat.com> - 0.8.8-2
- Rebuilt for Python 3.11
* Fri Jun 17 2022 Martin Gansser <martinkg@fedoraproject.org> - 0.8.8-1
- Update to 0.8.8
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.8.7-2
- Rebuilt for Python 3.11
* Sun May 01 2022 Martin Gansser <martinkg@fedoraproject.org> - 0.8.7-1
- Update to 0.8.7
* Tue Apr 26 2022 Martin Gansser <martinkg@fedoraproject.org> - 0.8.6-1
- Update to 0.8.6