Hello community,

here is the log from the commit of package gmusicbrowser for openSUSE:Factory 
checked in at 2015-08-31 22:59:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gmusicbrowser (Old)
 and      /work/SRC/openSUSE:Factory/.gmusicbrowser.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gmusicbrowser"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gmusicbrowser/gmusicbrowser.changes      
2015-03-23 12:19:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gmusicbrowser.new/gmusicbrowser.changes 
2015-08-31 22:59:03.000000000 +0200
@@ -1,0 +2,54 @@
+Fri Aug 21 10:01:49 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.1.15:
+  * Replace gmb icon with the svg icon made by zeltak.
+  * Add mpv output.
+  * Add "high priority" keyboard shortcuts.
+  * Add embedded pictures tab to song property dialog.
+  * When adding a song, check if it is already in the library with
+    an old filename.
+  * PictureBrowser: improve navigation of the folder pane.
+  * PictureBrowser: add folder icons to folder pane.
+  * PictureBrowser: keep scaled size constant when changing picture.
+  * PictureBrowser: add "paste link" to context menu.
+  * Activate "accent-insensitive" search on file, folder and comment
+    fields.
+  * Optimize function that remove "accents" (diacritic).
+  * Add star pictures option for rating fields.
+  * Add option for label-like and rating fields to have a submenu in
+    song context menu.
+  * Add option to show/hide extension to title_or_file field
+    (defaults to hide).
+  * Update Google image parser.
+  * Various equalizer improvements.
+  * Use internal equalizer presets rather than gstreamer's (with
+    option to sync with gstreamer's).
+  * MPlayer: use slave mode to improve the transition between
+    songs.
+  * Picture finder plugin: add DuckDuckGo search engine.
+  * Add Shuffle command.
+  * Use title_or_file instead of title for choose-songs menus.
+  * Make middle-click on stop and quit button set the after queue
+    action.
+  * Make middle-click on Artist and Album Lock enqueue the artist
+    or album.
+  * Make filename sorting in PictureBrowser number-aware.
+  * Add "Row number" column for SongList.
+  * Add "Append to playlist" to song context menu when in list
+    mode.
+  * Show artist in addition to title in recent songs menu.
+  * Fix setting master filter not working properly.
+  * MPlayer: fix "Failed to open ~/.mplayer/input.conf" error.
+  * Fix setting replaygain value with decimals not working with
+    perl <5.20 when using locales that don't use dot as decimal
+    separator.
+  * Fix songs with no label/genre not matching negative label/genre
+    filters.
+  * Fix "0" appearing in "artists" tab for unknown artists.
+  * LastFM plugin: give up sending now-playing when the song is no
+    longer playing.
+  * Update translations: Finnish, French, German, Korean,
+    Malay (Malaysia).
+- Suggest MPV.
+
+-------------------------------------------------------------------

Old:
----
  gmusicbrowser-1.1.14.tar.gz

New:
----
  gmusicbrowser-1.1.15.tar.gz

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

Other differences:
------------------
++++++ gmusicbrowser.spec ++++++
--- /var/tmp/diff_new_pack.sC851q/_old  2015-08-31 22:59:04.000000000 +0200
+++ /var/tmp/diff_new_pack.sC851q/_new  2015-08-31 22:59:04.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gmusicbrowser
-Version:        1.1.14
+Version:        1.1.15
 Release:        0
 Summary:        Gtk2 jukebox for large music collections
 License:        GPL-3.0+
@@ -32,13 +32,14 @@
 Requires:       typelib-1_0-GstApp-1_0
 Requires:       perl(Glib::Object::Introspection)
 Requires:       perl(Gtk2)
-Recommends:     %{name}-lang = %{version}
+Recommends:     %{name}-lang
 Recommends:     perl(Gtk2::AppIndicator)
 Recommends:     perl(Gtk2::Notify)
 Recommends:     perl(Gtk2::WebKit)
 Recommends:     perl(HTML::Parser)
 Recommends:     perl(Locale::gettext)
 Recommends:     perl(Net::DBus)
+Suggests:       mpv
 BuildArch:      noarch
 %perl_requires
 
@@ -53,7 +54,7 @@
     * songs from the same album.
     * album(s) from the same artist(s).
     * songs with same title (other versions, covers, ...).
- - Supports OGG Vorbis, MP3, FLAC files and other formats.
+ - Supports Ogg Vorbis, MP3, FLAC files and other formats.
  - Simple mass-tagging and mass-renaming.
  - Notification icon, with a customizable tip window, which can be
    used to control the player.
@@ -61,7 +62,7 @@
  - Support multiple genres for a song and multiple artists for each
    song by separating them.
  - Customizable labels can be set for each song (like bootleg,
-   live, -'s favorites, ...).
+   live, -'s favourites, ...).
  - Filters with unlimited nesting of conditions.
  - Customizable weighted random mode (based on rating, last time
    played, label, ...).
@@ -75,18 +76,19 @@
 
 %prep
 %setup -q
+# Trim Unity actions.
+lines=$(( $(grep -m1 -no '^Actions=' %{name}.desktop | sed 
's/^\([[:digit:]]*\):.*$/\1/') - 1 ))
+head -n $lines %{name}.desktop > %{name}.desktop.new
+mv -f %{name}.desktop{.new,}
 
 %build
 # Nothing to build.
 
 %install
 %make_install \
-  miconsdir=%{buildroot}%{_datadir}/icons/hicolor/20x20/apps/ \
-  iconsdir=%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/  \
-  liconsdir=%{buildroot}%{_datadir}/icons/hicolor/48x48/apps/
+  docdir=%{buildroot}%{_docdir}/%{name}
 
-install -Dm 0644 %{name}.appdata.xml 
%{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
-rm -rf %{buildroot}%{_libexecdir}/menu/ 
%{buildroot}%{_datadir}/doc/%{name}-%{version}/
+rm -f %{buildroot}%{_docdir}/%{name}/INSTALL
 %suse_update_desktop_file -r -G %{name} %{name} AudioVideo Music
 %fdupes %{buildroot}%{_datadir}
 %find_lang %{name}
@@ -101,13 +103,13 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING layout_doc.html NEWS README
+%doc %{_docdir}/%{name}/
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
 %dir %{_datadir}/icons/hicolor/20x20/
 %dir %{_datadir}/icons/hicolor/20x20/apps/
-%{_datadir}/icons/hicolor/*/apps/%{name}.png
+%{_datadir}/icons/hicolor/*/apps/%{name}.*
 %{_mandir}/man?/%{name}.?%{?ext_man}
 %dir %{_datadir}/appdata/
 %{_datadir}/appdata/%{name}.appdata.xml

++++++ gmusicbrowser-1.1.14.tar.gz -> gmusicbrowser-1.1.15.tar.gz ++++++
++++ 154442 lines of diff (skipped)


Reply via email to