Hello community, here is the log from the commit of package smplayer for openSUSE:Factory checked in at 2017-02-04 15:21:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/smplayer (Old) and /work/SRC/openSUSE:Factory/.smplayer.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "smplayer" Changes: -------- --- /work/SRC/openSUSE:Factory/smplayer/smplayer.changes 2017-01-24 10:37:12.953910806 +0100 +++ /work/SRC/openSUSE:Factory/.smplayer.new/smplayer.changes 2017-02-04 16:50:40.101153652 +0100 @@ -1,0 +2,14 @@ +Thu Feb 2 22:14:16 UTC 2017 - sor.ale...@meowr.ru + +- Update to version 17.2.0: + * Add the option "Enable the option to delete files from disc" in + Preferences -> Playlist. + * Add vtt to the list of extensions for subtitles. + * Use "simple_web_server" on GNU/Linux as well instead of webfs. + * Move some of the options in Preferences -> Playlist to the + "Misc" tab. + * Fix YouTube. + * Add a Norwegian Bokmål translation. +- Rebase smplayer-makeflags.patch. + +------------------------------------------------------------------- Old: ---- smplayer-17.1.0.tar.bz2 New: ---- smplayer-17.2.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ smplayer.spec ++++++ --- /var/tmp/diff_new_pack.zl3hKL/_old 2017-02-04 16:50:40.677071644 +0100 +++ /var/tmp/diff_new_pack.zl3hKL/_new 2017-02-04 16:50:40.677071644 +0100 @@ -17,7 +17,7 @@ Name: smplayer -Version: 17.1.0 +Version: 17.2.0 Release: 0 Summary: Complete frontend for MPV License: GPL-2.0+ @@ -118,6 +118,8 @@ PREFIX=%{_prefix} rm -rf %{buildroot}%{_docdir}/%{name}/* +mv %{buildroot}%{_bindir}/{,%{name}-}simple_web_server + %suse_update_desktop_file %{name} %suse_update_desktop_file %{name}_enqueue @@ -135,6 +137,7 @@ %defattr(-,root,root) %doc Changelog *.txt %{_bindir}/%{name} +%{_bindir}/%{name}-simple_web_server %{_datadir}/applications/%{name}*.desktop %dir %{_datadir}/icons/hicolor/*/ %dir %{_datadir}/icons/hicolor/*/apps/ ++++++ smplayer-17.1.0.tar.bz2 -> smplayer-17.2.0.tar.bz2 ++++++ ++++ 101492 lines of diff (skipped) ++++++ smplayer-makeflags.patch ++++++ --- /var/tmp/diff_new_pack.zl3hKL/_old 2017-02-04 16:50:43.860618325 +0100 +++ /var/tmp/diff_new_pack.zl3hKL/_new 2017-02-04 16:50:43.860618325 +0100 @@ -1,6 +1,6 @@ --- a/Makefile +++ b/Makefile -@@ -23,7 +23,7 @@ DEFS=DATA_PATH=\\\"$(DATA_PATH)\\\" \ +@@ -25,7 +25,7 @@ all: src/smplayer webserver/simple_web_s src/smplayer: ./get_svn_revision.sh @@ -8,8 +8,8 @@ + +cd src && $(QMAKE) $(QMAKE_OPTS) && $(DEFS) make $(MAKEFLAGS) cd src && $(LRELEASE) smplayer.pro - clean: -@@ -72,7 +72,6 @@ install: src/smplayer + webserver/simple_web_server: +@@ -80,7 +80,6 @@ install: all install -m 644 smplayer_enqueue.desktop $(DESTDIR)$(APPLNK_DIR) -install -d $(DESTDIR)$(PREFIX)/share/man/man1/ install -m 644 man/smplayer.1 $(DESTDIR)$(PREFIX)/share/man/man1/