Hello community,

here is the log from the commit of package lollypop for openSUSE:Factory 
checked in at 2017-10-09 19:46:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lollypop (Old)
 and      /work/SRC/openSUSE:Factory/.lollypop.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lollypop"

Mon Oct  9 19:46:21 2017 rev:29 rq:532547 version:0.9.303

Changes:
--------
--- /work/SRC/openSUSE:Factory/lollypop/lollypop.changes        2017-08-24 
18:37:52.472154111 +0200
+++ /work/SRC/openSUSE:Factory/.lollypop.new/lollypop.changes   2017-10-09 
19:48:23.999112323 +0200
@@ -1,0 +2,24 @@
+Sun Oct  8 00:14:27 UTC 2017 - [email protected]
+
+- Trim description.
+
+-------------------------------------------------------------------
+Sat Oct  7 11:45:40 UTC 2017 - [email protected]
+
+- Update to version 0.9.303:
+  + Another bug fix: sync code was broken
+
+- Changes from version 0.9.302:
+  + Fix important issue with flatpak package
+  + Fix radios
+
+-------------------------------------------------------------------
+Wed Oct  4 11:37:39 UTC 2017 - [email protected]
+
+- Update to version 0.9.300:
+  + New "never played albums" section.
+  + Remove all youtube-dl play code.
+  + Bug fixes.
+- Rebase lollypop-libexecdir-location.patch.
+
+-------------------------------------------------------------------

Old:
----
  lollypop-0.9.244.tar.xz

New:
----
  lollypop-0.9.303.tar.xz

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

Other differences:
------------------
++++++ lollypop.spec ++++++
--- /var/tmp/diff_new_pack.X4gpLP/_old  2017-10-09 19:48:24.667082964 +0200
+++ /var/tmp/diff_new_pack.X4gpLP/_new  2017-10-09 19:48:24.671082789 +0200
@@ -19,7 +19,7 @@
 %global gobject_introspection_version 1.35.9
 %global gtk3_version 3.14
 Name:           lollypop
-Version:        0.9.244
+Version:        0.9.303
 Release:        0
 Summary:        GNOME music playing application
 License:        GPL-3.0+
@@ -30,6 +30,7 @@
 Patch0:         lollypop-libexecdir-location.patch
 BuildRequires:  fdupes
 BuildRequires:  gettext-runtime >= 0.19.7
+BuildRequires:  git-core
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
 BuildRequires:  itstool
@@ -65,7 +66,7 @@
 %endif
 
 %description
-Lollypop is a new GNOME music playing application. It provides the following
+Lollypop is a GNOME music playing application. It provides the following
 features:
 * Supports mp3/4, ogg and flac
 * Genre/Cover browsing
@@ -92,24 +93,7 @@
 Supplements:    packageand(%{name}:gnome-shell)
 
 %description -n gnome-shell-search-provider-lollypop
-Lollypop is a new GNOME music playing application. It provides the following
-features:
-* Supports mp3/4, ogg and flac
-* Genre/Cover browsing
-* Genre/Artist/Cover browsing
-* Search
-* Main playlist (called queue in other apps)
-* Party mode
-* Replay gain
-* Cover art downloader
-* Context artist view
-* MTP sync
-* Fullscreen view
-* Radios support
-* Last.fm support
-* Auto install codecs
-* HiDPI support
-* Tunein support.
+Lollypop is a GNOME music playing application.
 
 This package contains a search provider to enable GNOME Shell to get
 search results from %{name}.
@@ -162,7 +146,6 @@
 %{_datadir}/glib-2.0/schemas/org.gnome.Lollypop.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/org.gnome.Lollypop.png
 %{_datadir}/icons/hicolor/*/apps/org.gnome.Lollypop-symbolic.svg
-%{_datadir}/icons/hicolor/scalable/places/*.svg
 %{python3_sitelib}/lollypop/
 
 %files -n gnome-shell-search-provider-%{name}

++++++ lollypop-0.9.244.tar.xz -> lollypop-0.9.303.tar.xz ++++++
++++ 69994 lines of diff (skipped)

++++++ lollypop-libexecdir-location.patch ++++++
--- /var/tmp/diff_new_pack.X4gpLP/_old  2017-10-09 19:48:24.979069252 +0200
+++ /var/tmp/diff_new_pack.X4gpLP/_new  2017-10-09 19:48:24.983069077 +0200
@@ -1,16 +1,13 @@
-Index: lollypop-0.9.243/meson.build
+Index: lollypop-0.9.301/meson.build
 ===================================================================
---- lollypop-0.9.243.orig/meson.build
-+++ lollypop-0.9.243/meson.build
-@@ -13,7 +13,10 @@ dependency('gobject-introspection-1.0',
+--- lollypop-0.9.301.orig/meson.build
++++ lollypop-0.9.301/meson.build
+@@ -18,7 +18,7 @@ dependency('gobject-introspection-1.0',
  dependency('gtk+-3.0', version :'>=3.14')
  
  python_dir = join_paths(get_option('prefix'), 
python.sysconfig_path('purelib'))
--LIBEXEC_DIR = join_paths(get_option('prefix'), 'libexec')
+-LIBEXEC_DIR = join_paths(get_option('prefix'), get_option('libexecdir'))
 +LIBEXEC_DIR = get_option('libexecdir')
-+if (LIBEXEC_DIR == '')
-+  LIBEXEC_DIR = join_paths(get_option('prefix'), 'libexec')
-+endif
  DATA_DIR = join_paths(get_option('prefix'), get_option('datadir'), 
meson.project_name())
+ bindir = join_paths(get_option('prefix'), get_option('bindir'))
  
- conf = configuration_data()


Reply via email to