Hello community,

here is the log from the commit of package lollypop for openSUSE:Factory 
checked in at 2018-04-16 12:50:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lollypop (Old)
 and      /work/SRC/openSUSE:Factory/.lollypop.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lollypop"

Mon Apr 16 12:50:11 2018 rev:34 rq:596709 version:0.9.504

Changes:
--------
--- /work/SRC/openSUSE:Factory/lollypop/lollypop.changes        2018-03-30 
12:08:35.715190405 +0200
+++ /work/SRC/openSUSE:Factory/.lollypop.new/lollypop.changes   2018-04-16 
12:50:14.958361803 +0200
@@ -1,0 +2,36 @@
+Sat Apr 14 07:30:48 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 0.9.504:
+  * Fix indicator in playlists.
+  * Update translations
+- Update to version 0.9.503:
+  * Fix Enable network access ignored by lyrics and information
+    popover.
+- Update to version 0.9.502:
+  * Fix a crash.
+- Update to version 0.9.501:
+  * Bug fixes.
+- Update to 0.9.500:
+  * Rework information popover.
+  * New lyrics widget.
+- Use %license instead of %doc for license file (boo#1082318).
+- Add %check section.
+- Clean dependencies:
+  * Add python3-beautifulsoup4 as runtime dependency (needed by
+    new lyrics widget as well as existing artwork search
+    feature).
+  * Remove useless explicit dependencies:
+    + gettext-runtime: Already required by intltool.
+    + libxml2: Already required by itstool.
+    + ninja: Already required by meson.
+    + gstreamer: Already required by gstreamer-plugins-base.
+    + pkgconfig(gio-2.0): Already required by pkgconfig(gtk+-3.0).
+  * Remove fdupes (no duplicated files).
+  * Remove unneeded hicolor-icon-theme.
+  * Remove unneeded pkgconfig(gsettings-desktop-schemas).
+  * Remove git-core (useless without internet access during
+    build).
+  * Add desktop-files-utils as build dependency (used in %check
+    section), remove it from runtime requirements.
+
+-------------------------------------------------------------------

Old:
----
  lollypop-0.9.403.tar.xz

New:
----
  lollypop-0.9.504.tar.xz

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

Other differences:
------------------
++++++ lollypop.spec ++++++
--- /var/tmp/diff_new_pack.IFpzBQ/_old  2018-04-16 12:50:16.738297060 +0200
+++ /var/tmp/diff_new_pack.IFpzBQ/_new  2018-04-16 12:50:16.742296914 +0200
@@ -17,42 +17,31 @@
 
 
 %global gobject_introspection_version 1.35.9
-%global gtk3_version 3.20
 Name:           lollypop
-Version:        0.9.403
+Version:        0.9.504
 Release:        0
 Summary:        GNOME music playing application
 License:        GPL-3.0-or-later
 Group:          Productivity/Multimedia/Sound/Players
 Url:            https://wiki.gnome.org/Apps/Lollypop
 Source0:        %{name}-%{version}.tar.xz
-BuildRequires:  fdupes
-BuildRequires:  gettext-runtime >= 0.19.7
-BuildRequires:  git-core
-BuildRequires:  hicolor-icon-theme
+BuildRequires:  desktop-file-utils
 BuildRequires:  intltool
 BuildRequires:  itstool
-BuildRequires:  libxml2
-BuildRequires:  meson >= 0.40.0
-BuildRequires:  ninja
+BuildRequires:  meson >= 0.41
 BuildRequires:  pkgconfig
 BuildRequires:  python3-devel
-BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 
%{gobject_introspection_version}
-BuildRequires:  pkgconfig(gsettings-desktop-schemas)
-BuildRequires:  pkgconfig(gtk+-3.0) >= %{gtk3_version}
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
 # Can't migrate to GDBus, the server-side support is not implemented yet:
 #     https://bugzilla.gnome.org/show_bug.cgi?id=656330
 Requires:       dbus-1-python3
 Requires:       gobject-introspection >= %{gobject_introspection_version}
-Requires:       gstreamer
 Requires:       gstreamer-plugins-base
+Requires:       python3-beautifulsoup4
 Requires:       python3-cairo
 Requires:       python3-gobject
 Requires:       python3-pylast
-Requires(post): desktop-file-utils
-Requires(pre):  desktop-file-utils
 Recommends:     %{name}-lang = %{version}
 Recommends:     easytag
 Recommends:     kid3-cli
@@ -103,18 +92,14 @@
 
 %install
 %meson_install
-
-find %{buildroot} -type f -name '*.la' -delete -print
-
 %find_lang %{name} %{?no_lang_C}
 
-%suse_update_desktop_file 
%{buildroot}/%{_datadir}/applications/org.gnome.Lollypop.desktop
-
-%fdupes %{buildroot}%{python3_sitelib}/%{name}/
-%fdupes %{buildroot}%{_datadir}/
+%check
+%meson_test
 
 %files -f %{name}.lang
-%doc AUTHORS LICENSE README.md
+%doc AUTHORS README.md
+%license LICENSE
 %{_bindir}/%{name}
 %{_bindir}/%{name}-cli
 %exclude %{_libexecdir}/lollypop-sp

++++++ _service ++++++
--- /var/tmp/diff_new_pack.IFpzBQ/_old  2018-04-16 12:50:16.766296041 +0200
+++ /var/tmp/diff_new_pack.IFpzBQ/_new  2018-04-16 12:50:16.770295896 +0200
@@ -1,7 +1,7 @@
 <services>
   <service mode="disabled" name="tar_scm">
     <param name="changesgenerate">enable</param>
-    <param name="revision">0.9.403</param>
+    <param name="revision">0.9.504</param>
     <param name="scm">git</param>
     <param name="url">https://gitlab.gnome.org/gnumdk/lollypop.git</param>
     <param name="versionformat">@PARENT_TAG@</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.IFpzBQ/_old  2018-04-16 12:50:16.794295023 +0200
+++ /var/tmp/diff_new_pack.IFpzBQ/_new  2018-04-16 12:50:16.794295023 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://gitlab.gnome.org/gnumdk/lollypop.git</param>
-              <param 
name="changesrevision">da04dbd0d6cbaf932c8c1508924444e9202d0dd4</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">859d0463a5c76cdfb2de7b36b2a70cd6c55bb335</param></service></servicedata>
\ No newline at end of file

++++++ lollypop-0.9.403.tar.xz -> lollypop-0.9.504.tar.xz ++++++
++++ 31736 lines of diff (skipped)


Reply via email to