Hello community, here is the log from the commit of package variety for openSUSE:Factory checked in at 2016-03-07 13:27:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/variety (Old) and /work/SRC/openSUSE:Factory/.variety.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "variety" Changes: -------- --- /work/SRC/openSUSE:Factory/variety/variety.changes 2016-01-11 19:11:32.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.variety.new/variety.changes 2016-03-07 13:27:50.000000000 +0100 @@ -1,0 +2,14 @@ +Thu Mar 3 14:19:58 UTC 2016 - [email protected] + +- Spec cleaner run + +------------------------------------------------------------------- +Tue Mar 1 12:30:32 UTC 2016 - [email protected] + +- Update to 0.6.0 + * Support for variety slideshow (Separate package to come later) + * Using official Unsplash JSON API. + * support for i3, openbox, Awesome WM (Awesome requires manual + changes to set_wallpaper script) + +------------------------------------------------------------------- Old: ---- variety_0.5.5.tar.gz New: ---- variety_0.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ variety.spec ++++++ --- /var/tmp/diff_new_pack.fD7Y7i/_old 2016-03-07 13:27:51.000000000 +0100 +++ /var/tmp/diff_new_pack.fD7Y7i/_new 2016-03-07 13:27:51.000000000 +0100 @@ -1,6 +1,7 @@ # # spec file for package variety # +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2014 Malcolm J Lewis <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -17,7 +18,7 @@ Name: variety -Version: 0.5.5 +Version: 0.6.0 Release: 0 Summary: Wallpaper changer License: GPL-3.0 @@ -41,11 +42,11 @@ Requires: ImageMagick Requires: dbus-1-python Requires: libnotify4 +Requires: python-Pillow Requires: python-beautifulsoup4 Requires: python-configobj Requires: python-httplib2 Requires: python-lxml -Requires: python-Pillow Requires: python-pycurl Requires: python-pyexiv2 Requires: python-webkitgtk @@ -76,7 +77,7 @@ python setup.py install -O1 --skip-build --prefix=%{_prefix} --root=%{buildroot} # Create our own desktop file and remove the pre-installed version rm build/share/applications/%{name}.desktop -cp %{S:1} . +cp %{SOURCE1} . # Todo: Add support for FDO icon standard upstream install -Dm0644 data/media/variety.svg %{buildroot}%{_datadir}/pixmaps/variety.svg cp VarietyIcons/* %{buildroot}%{_datadir}/variety/media/ ++++++ variety-fix-varietyconfig-path.patch ++++++ --- /var/tmp/diff_new_pack.fD7Y7i/_old 2016-03-07 13:27:51.000000000 +0100 +++ /var/tmp/diff_new_pack.fD7Y7i/_new 2016-03-07 13:27:51.000000000 +0100 @@ -2,10 +2,10 @@ --- a/variety_lib/varietyconfig.py 2014-07-17 08:33:00.000000000 -0500 +++ b/variety_lib/varietyconfig.py 2014-08-13 15:02:36.056513814 -0500 @@ -27,7 +27,7 @@ - + # Where your project will look for your data (for instance, images and ui # files). By default, this is ../data, relative your trunk layout -__variety_data_directory__ = '../data/' +__variety_data_directory__ = '/usr/share/variety' __license__ = 'GPL-3' - __version__ = '0.5.5' + __version__ = '0.6.0' ++++++ variety_0.5.5.tar.gz -> variety_0.6.0.tar.gz ++++++ ++++ 24722 lines of diff (skipped)
