Hello community, here is the log from the commit of package gnome-music for openSUSE:Factory checked in at 2018-03-14 19:28:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-music (Old) and /work/SRC/openSUSE:Factory/.gnome-music.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-music" Wed Mar 14 19:28:11 2018 rev:34 rq:586203 version:3.28.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-music/gnome-music.changes 2018-02-07 18:38:54.251234780 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-music.new/gnome-music.changes 2018-03-14 19:28:13.288250929 +0100 @@ -1,0 +2,79 @@ +Mon Mar 12 15:25:14 UTC 2018 - [email protected] + +- Update to version 3.28.0: + + Albumartcache (glgo#GNOME/gnome-music#95): + - Do not close non-existing stream on error. + - Fix possible lookup loop. + - Do not send two signals on error. + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 6 14:27:28 UTC 2018 - [email protected] + +- Update to version 3.27.92.1: + + Fix installation path of libgd.so. + +------------------------------------------------------------------- +Mon Mar 5 18:46:57 UTC 2018 - [email protected] + +- Update to version 3.27.92: + + Port to Meson. + + Lots of fixes to the flatpak json. + + Fixes to playlists behaviour. + + Fix some shortcut logic. + + Fix issue with bluetooth headset input. + + Delayed loading of covers in albumsview to decrease startup + time. + + Lots of general cleanups. + + Update to latest libgd. +- Add meson BuildRequires and replace configure/make/make_install + macros with meson/meson_build/meson_install. + +------------------------------------------------------------------- +Wed Feb 28 16:28:50 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- +Wed Feb 7 10:38:46 UTC 2018 - [email protected] + +- Update to version 3.27.90: + + Lots of cleanup/refactoring. + + Add album scrobbling. + + Dropped some more libgd use. + + Add context menu to interact with playlist items. + + Drag and drop reorder in playlists. + + Add album scrobbling. + + Rework notifications. + + Rework art cache. + + Last bits of HiDPI support. + + Bugs fixed: glgo#2, glgo#3, glgo#4, glgo#15) glgo#46, glgo#48, + glgo#50, glgo#55, glgo#65, glgo#81, glgo#106, glgo#121, + glgo#127, glgo#132, glgo#135, glgo#142. + + Updated translations. +- Add pkgconfig(py3cairo) BuildRequires: new dependency. + +------------------------------------------------------------------- +Wed Feb 7 03:27:04 UTC 2018 - [email protected] + +- Update to version 3.27.4: + + Migrate from intltool to gettext (bgo#787272). + + Add appstream metadata to non-deprecated location (bgo#790869). + + Playlist ordering in views (bgo#772090). + + Fix style of GdTaggedEntry (bgo#791077). + + PEP-8 fixes & cleanups (bgo#791481). + + Update libgd. + + Fixes to navigating back (bgo#777238). + + Enable mouse button for navigating back (bgo#771934). + + Fix constructor deprecation warning (bgo#790127). + + Fix PyGObject deprecation warning (bgo#788701). + + Fix order in method call. + + Fix log decorator order. + + Use python3 style super() calls. + + DiscListBoxWidget update favourites. + + Add the ability to rename playlists. + + Updated translations. +- Drop intltool BuildRequires: no longer needed after migration to + gettext. + +------------------------------------------------------------------- Old: ---- gnome-music-3.26.2.tar.xz New: ---- gnome-music-3.28.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-music.spec ++++++ --- /var/tmp/diff_new_pack.gBCIPd/_old 2018-03-14 19:28:14.104221954 +0100 +++ /var/tmp/diff_new_pack.gBCIPd/_new 2018-03-14 19:28:14.108221812 +0100 @@ -17,17 +17,18 @@ Name: gnome-music -Version: 3.26.2 +Version: 3.28.0 Release: 0 Summary: Music Player for GNOME -License: SUSE-GPL-2.0-with-plugin-exception and LGPL-2.1+ +License: SUSE-GPL-2.0-with-plugin-exception AND LGPL-2.1-or-later Group: Productivity/Multimedia/Sound/Players -Url: http://www.gnome.org -Source0: http://download.gnome.org/sources/gnome-music/3.26/%{name}-%{version}.tar.xz +URL: http://www.gnome.org +Source0: http://download.gnome.org/sources/gnome-music/3.28/%{name}-%{version}.tar.xz Source99: %{name}-rpmlintrc BuildRequires: fdupes -BuildRequires: intltool >= 0.26 BuildRequires: itstool +BuildRequires: meson +BuildRequires: pkgconfig BuildRequires: python3-devel >= 3.3 BuildRequires: update-desktop-files BuildRequires: pkgconfig(glib-2.0) >= 2.36.0 @@ -36,56 +37,54 @@ BuildRequires: pkgconfig(grilo-0.3) >= 0.3.4 BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.3 BuildRequires: pkgconfig(libmediaart-2.0) >= 1.9.1 +BuildRequires: pkgconfig(py3cairo) >= 1.14 BuildRequires: pkgconfig(pygobject-3.0) >= 3.21.1 BuildRequires: pkgconfig(tracker-sparql-2.0) Requires: dbus-1-python3 # gnomemusic/albumArtCache.py imports cairo directly. -Requires: python3-cairo -# gnomemusic/player.py imports requests (not introspected) -Requires: python3-requests +Requires: python3-cairo >= 1.14 # This is a python 3 application Requires: python3-gobject # ... a python3 GUI application Requires: python3-gobject-Gdk +# gnomemusic/player.py imports requests (not introspected) +Requires: python3-requests # gnome-music relies on tracker to find local files. Requires: tracker-miner-files Recommends: %{name}-lang Recommends: gstreamer-plugins-ugly -BuildRoot: %{_tmppath}/%{name}-%{version}-build %glib2_gsettings_schema_requires %description Music player and management application for GNOME. %lang_package + %prep %setup -q %build -%configure -make %{?_smp_mflags} +%meson +%meson_build %install -%make_install -find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print +%meson_install %suse_update_desktop_file org.gnome.Music %find_lang %{name} %{?no_lang_C} +%find_lang org.gnome.Music %{?no_lang_C} %{name}.lang %fdupes %{buildroot}%{python3_sitelib}/gnomemusic %fdupes %{buildroot}%{_datadir}/ %files -%defattr(-,root,root) -%doc README AUTHORS COPYING +%license LICENSE %doc %{_datadir}/help/C/%{name}/ %{_bindir}/gnome-music -%dir %{_datadir}/appdata -%{_datadir}/appdata/org.gnome.Music.appdata.xml %{_datadir}/applications/org.gnome.Music.desktop %{_datadir}/glib-2.0/schemas/org.gnome.Music.gschema.xml -%{_datadir}/gnome-music/ -%{_datadir}/icons/hicolor/*/apps/gnome-music* -%{_libdir}/gnome-music/ -%{_mandir}/man1/gnome-music.1%{?ext_man} +%{_datadir}/icons/hicolor/*/apps/org.gnome.Music* +%{_datadir}/metainfo/org.gnome.Music.appdata.xml +%{_datadir}/org.gnome.Music/ +%{_libdir}/org.gnome.Music/ %{python3_sitelib}/gnomemusic/ %files lang -f %{name}.lang ++++++ gnome-music-3.26.2.tar.xz -> gnome-music-3.28.0.tar.xz ++++++ ++++ 119718 lines of diff (skipped)
