Hello community,

here is the log from the commit of package variety for openSUSE:Factory checked 
in at 2017-09-28 12:34:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/variety (Old)
 and      /work/SRC/openSUSE:Factory/.variety.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "variety"

Thu Sep 28 12:34:00 2017 rev:4 rq:528513 version:0.6.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/variety/variety.changes  2016-03-07 
13:27:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.variety.new/variety.changes     2017-09-28 
12:34:01.235068749 +0200
@@ -1,0 +2,36 @@
+Sat Sep 23 21:30:47 UTC 2017 - [email protected]
+
+- Update to version 0.6.6:
+  * [Security] Fixed multiple shell injection issues in the
+    "Delete to Trash", filter, and clock code.
+  * Add long-awaited wallpaper changing support on KDE Plasma 5.
+  * Fix crash when gi-appindicator isn't installed.
+  * Removed verbose console output by default, as this tends to
+   spam syslog and ~/.xsession-errors when launched via autostart,
+   (lp#1685003).
+  * Fixed Variety showing the wrong version in the About dialog.
+- Changes from version 0.6.5:
+  * Fix "Previous" wallpaper button on MATE 1.10 and later.
+  * Fix quote applying with Pillow >= 4.2.0.
+  * Remove Panoramio support, as that service no longer exists.
+  * Fix high CPU usage when mousing away from the thumbnail
+    selector.
+  * Add trinity-desktop support and AppStream metadata for GNOME
+    Software Center.
+- Changes from version 0.6.4:
+  * Remove automatic killswitch for old versions.
+- Changes from version 0.6.3:
+  * Add way to outdate old versions.
+- Changes from version 0.6.2:
+  * Safe mode added for filtering out NSFW images.
+  * Initial version of anonymous stats reporting.
+- Changes from version 0.6.1:
+  * Workaround for Wallhaven SSL issues.
+  * Removed code for no-longer supported Wallpapers.net source.
+- Drop variety-fix-varietyconfig-path.patch as this is upstreamed.
+- Drop variety-webkit3.0.patch as webkitgtk obsolete and Panoramio
+  support dropped upstream.
+- Add variety-appdata-path.patch: Set correct name/path for
+  appdata not metadata.
+
+-------------------------------------------------------------------

Old:
----
  variety-fix-varietyconfig-path.patch
  variety-webkit3.0.patch
  variety_0.6.0.tar.gz

New:
----
  variety-appdata-path.patch
  variety_0.6.6.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ variety.spec ++++++
--- /var/tmp/diff_new_pack.xE4rNk/_old  2017-09-28 12:34:02.206932093 +0200
+++ /var/tmp/diff_new_pack.xE4rNk/_new  2017-09-28 12:34:02.210931530 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package variety
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Malcolm J Lewis <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,20 +18,18 @@
 
 
 Name:           variety
-Version:        0.6.0
+Version:        0.6.6
 Release:        0
 Summary:        Wallpaper changer
 License:        GPL-3.0
 Group:          Productivity/Multimedia/Other
 Url:            https://launchpad.net/variety/
-Source0:        variety_%{version}.tar.gz
+Source0:        https://launchpadlibrarian.net/337505449/variety_0.6.6.tar.gz
 Source1:        variety.desktop
 # Todo: Variety should follow FDO icon standards
 Source2:        VarietyIcons.tar.gz
-# PATCH-FIX-OPENSUSE variety-fix-varietyconfig-path.patch 
[email protected] -- Set correct path to /usr/share/variety.
-Patch0:         variety-fix-varietyconfig-path.patch
-# PATCH-FIX-OPENSUSE variety-webkit3.0.patch [email protected] -- 
Specify in the code that we require WebKit 3.0, not 'any' WebKit
-Patch1:         variety-webkit3.0.patch
+# PATCH-FIX-OPENSUSE variety-appdata-path.patch [email protected] -- 
Set correct name/path for appdata not metadata.
+Patch0:         variety-appdata-path.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection
 BuildRequires:  intltool
@@ -39,6 +37,7 @@
 BuildRequires:  python-distutils-extra
 BuildRequires:  python-setuptools
 BuildRequires:  update-desktop-files
+# MANUAL BEGIN
 Requires:       ImageMagick
 Requires:       dbus-1-python
 Requires:       libnotify4
@@ -49,8 +48,8 @@
 Requires:       python-lxml
 Requires:       python-pycurl
 Requires:       python-pyexiv2
-Requires:       python-webkitgtk
 Requires:       yelp
+# MANUAL END
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -66,9 +65,8 @@
 can be used to fetch wallpapers according to user-specified criteria.
 
 %prep
-%setup -q -n %{name} -a 2
+%setup -q -n %{name}-%{version} -a 2
 %patch0 -p1
-%patch1 -p1
 
 %build
 python setup.py build
@@ -98,6 +96,8 @@
 %{python_sitelib}/%{name}
 %{python_sitelib}/%{name}_lib
 %{python_sitelib}/%{name}-%{version}-py%{py_ver}.egg-info
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/variety.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/variety.svg
 %{_datadir}/%{name}

++++++ variety-appdata-path.patch ++++++
diff -Naur a/setup.py b/setup.py
--- a/setup.py  2017-09-18 22:48:48.000000000 -0500
+++ b/setup.py  2017-09-23 17:03:16.282567260 -0500
@@ -85,5 +85,5 @@
 "deviantART or any other place are also supported.",
     url='https://launchpad.net/variety',
     cmdclass={'install': InstallAndUpdateDataDirectory},
-    data_files=[('share/metainfo', ['variety.appdata.xml'])]
+    data_files=[('share/appdata', ['variety.appdata.xml'])]
 )
++++++ variety_0.6.0.tar.gz -> variety_0.6.6.tar.gz ++++++
++++ 34220 lines of diff (skipped)


Reply via email to