Hello community,

here is the log from the commit of package gmusicbrowser for openSUSE:Factory 
checked in at 2020-12-21 10:23:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gmusicbrowser (Old)
 and      /work/SRC/openSUSE:Factory/.gmusicbrowser.new.5145 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gmusicbrowser"

Mon Dec 21 10:23:22 2020 rev:6 rq:856923 version:1.1.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/gmusicbrowser/gmusicbrowser.changes      
2016-09-13 22:25:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gmusicbrowser.new.5145/gmusicbrowser.changes    
2020-12-21 10:26:28.972188418 +0100
@@ -1,0 +2,39 @@
+Thu Dec 17 17:21:25 UTC 2020 - George Florea Banus <[email protected]>
+
+- Update to version 1.1.16:
+  * fix not working with perl >=5.24 (remove 2 superfluous "my")
+  * add support for .opus files
+  * add option to simplify tree in folder pane
+  * add option to ignore articles when sorting
+  * add has_picture and has_lyrics optional fields
+  * add artist_has_picture and album_has_picture virtual fields
+  * PictureBrowser: add embedded picture mode (+ all files mode)
+  * PictureBrowser: add "Reset view position when file changes" option
+  * add option to some fields to show a "find songs with same ..." menu item
+  * FilterPanes: add option to ignore 'none' row for histogram
+  * restore mistakenly lost option to write playcount to tag
+  * mpv: fix replaygain, equalizer & gapless playback with versions >= 0.28.0
+  * mplayer: fix mplayer2/mpv-style options not working with mplayer1
+  * fix crash when using search-as-you-type in SongList
+  * fix removal of high-priority shortcuts not working
+  * fix writing embedded lyrics not working
+  * fix PictureBrowser not using case-insensitive sort
+  * fix filtering on artists "" (displayed as <Unknown>) not working
+  * fix dropping a url in PictureBrowser not working
+  * fix error when renaming folder
+  * fix crashing on exit
+  * fix -tagedit not working when only 1 file
+  * fix Makefile issue on openbsd
+  * fix very wrong bitrate for some ogg files
+  * mp3 files: try harder to find a good first frame even if not in 
length-check mode
+  * add support for mp2 extension and change mp3 filetype
+  * update AppStream metadata
+  * picture finder plugin: update picture sources
+  * audioscrobbler plugin: add a line showing number of plays waiting and 
button to send them now
+  * lyrics plugin: add musixmatch.com source
+  * artistinfo plugin: update parsing of artist biography
+  * translations updates: Chinese (China), Czech, German, Greek, Hungarian, 
Japanese, Korean, Lithuanian, Malay (Malaysia), Polish, Portuguese, Portuguese 
(Brazil), Russian, Serbian, Spanish, Swedish
+  * new translations: Estonian, Turkish
+- Remove gmusicbrowser-1.1.15-fix-perl-5.24.patch: fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  gmusicbrowser-1.1.15-fix-perl-5.24.patch
  gmusicbrowser-1.1.15.tar.gz

New:
----
  gmusicbrowser-1.1.16.tar.gz

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

Other differences:
------------------
++++++ gmusicbrowser.spec ++++++
--- /var/tmp/diff_new_pack.xVZr6Q/_old  2020-12-21 10:26:29.644189180 +0100
+++ /var/tmp/diff_new_pack.xVZr6Q/_new  2020-12-21 10:26:29.648189185 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gmusicbrowser
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 # gmusicbrowser has no external API.
 %define __provides_exclude perl\\(.*\\)
 Name:           gmusicbrowser
-Version:        1.1.15
+Version:        1.1.16
 Release:        0
 Summary:        Gtk2 jukebox for large music collections
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          Productivity/Multimedia/Sound/Players
-Url:            http://gmusicbrowser.org/
-Source:         http://gmusicbrowser.org/download/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM gmusicbrowser-1.1.15-fix-perl-5.24.patch -- Fix an error 
with perl 5.24 (commit 853840e).
-Patch0:         %{name}-1.1.15-fix-perl-5.24.patch
+URL:            https://gmusicbrowser.org/
+Source:         https://gmusicbrowser.org/download/%{name}-%{version}.tar.gz
+BuildRequires:  discount
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  perl
@@ -80,7 +79,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 # Trim Unity actions.
 lines=$(( $(grep -m1 -no '^Actions=' %{name}.desktop | sed 
's/^\([[:digit:]]*\):.*$/\1/') - 1 ))
@@ -108,7 +106,6 @@
 %icon_theme_cache_postun
 
 %files
-%defattr(-,root,root)
 %doc %{_docdir}/%{name}/
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
@@ -117,10 +114,9 @@
 %dir %{_datadir}/icons/hicolor/20x20/apps/
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
 %{_mandir}/man?/%{name}.?%{?ext_man}
-%dir %{_datadir}/appdata/
-%{_datadir}/appdata/%{name}.appdata.xml
+%dir %{_datadir}/metainfo/
+%{_datadir}/metainfo/org.%{name}.metainfo.xml
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++++++ gmusicbrowser-1.1.15.tar.gz -> gmusicbrowser-1.1.16.tar.gz ++++++
++++ 181509 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to