Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package smplayer for openSUSE:Factory checked in at 2021-10-31 22:55:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/smplayer (Old) and /work/SRC/openSUSE:Factory/.smplayer.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "smplayer" Sun Oct 31 22:55:44 2021 rev:45 rq:928398 version:21.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/smplayer/smplayer.changes 2021-06-28 15:33:50.819202032 +0200 +++ /work/SRC/openSUSE:Factory/.smplayer.new.1890/smplayer.changes 2021-10-31 22:56:26.407735034 +0100 @@ -1,0 +2,24 @@ +Sun Oct 31 14:22:55 UTC 2021 - Alexei Sorokin <[email protected]> + +- Update to version 21.10.0 (changes since 21.1.0): + * Better automatic resizing of the main window, trying to prevent + black borders. + * Fix loading YouTube playlists. + * Add an option to rotate the video by 180 degrees. + * Playlist: try to prevent a one second delay when using play + previous/next. + * Add some predefined speeds (0.25x, 0.5x, 1.25x, 1.5x, 1.75x). + * Fix audio CD playback with mpv. + * Fix audio channels. + * Disable power saving on Wayland during playback. + * Remove KDE from the categories in the *.desktop files. + * Possibility to use yt-dlp instead of youtube-dl. + * Option to use the AV1 codec with YouTube videos. + * Auto-rotate videos that have been recorded in vertical mode or upside down. + * Some bug fixes. + * Ignore KDE's "single click". It causes unexpected behaviour. + * Remove support for mplayer2. +- Remove smplayer-21.1.0-gcc11.diff: fixed upstream. +- Rebase smplayer-makeflags.patch. + +------------------------------------------------------------------- Old: ---- smplayer-21.1.0-gcc11.diff smplayer-21.1.0.tar.bz2 New: ---- smplayer-21.10.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ smplayer.spec ++++++ --- /var/tmp/diff_new_pack.vBoUkq/_old 2021-10-31 22:56:26.775735317 +0100 +++ /var/tmp/diff_new_pack.vBoUkq/_new 2021-10-31 22:56:26.779735320 +0100 @@ -17,7 +17,7 @@ Name: smplayer -Version: 21.1.0 +Version: 21.10.0 Release: 0 Summary: Complete frontend for MPV License: GPL-2.0-or-later @@ -29,8 +29,6 @@ Patch1: %{name}-defaults.patch # PATCH-FIX-UPSTREAM smplayer-add_kde_protocols_to_desktop_file.patch -- To play network shared video correctly: #PM-48. Patch2: %{name}-add_kde_protocols_to_desktop_file.patch -# PATCH-FIX-UPSTREAM smplayer-21.1.0-gcc11.diff -- github.com/smplayer-dev/smplayer/commit/4aa67eac23b0f397c4d4fcc953e739d7c707aad1 -Patch3: %{name}-21.1.0-gcc11.diff BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme @@ -110,13 +108,14 @@ %files %license Copying*.txt -%doc Changelog Finding_subtitles.txt Readme.txt Release_notes.txt Not_so_obvious_things.txt Watching_TV.txt +%doc Readme.txt Release_notes.md %{_bindir}/%{name} %{_bindir}/%{name}-simple_web_server %{_datadir}/applications/%{name}*.desktop %dir %{_datadir}/icons/hicolor/*/ %dir %{_datadir}/icons/hicolor/*/apps/ %{_datadir}/icons/hicolor/*/apps/%{name}.* +%{_datadir}/metainfo/%{name}.appdata.xml %{_datadir}/%{name}/ %exclude %{_datadir}/%{name}/translations/ %{_mandir}/man?/%{name}.?%{?ext_man} ++++++ smplayer-21.1.0.tar.bz2 -> smplayer-21.10.0.tar.bz2 ++++++ ++++ 422164 lines of diff (skipped) ++++++ smplayer-makeflags.patch ++++++ --- /var/tmp/diff_new_pack.vBoUkq/_old 2021-10-31 22:56:30.091737863 +0100 +++ /var/tmp/diff_new_pack.vBoUkq/_new 2021-10-31 22:56:30.091737863 +0100 @@ -1,6 +1,6 @@ --- a/Makefile +++ b/Makefile -@@ -25,7 +25,7 @@ all: src/smplayer webserver/simple_web_s +@@ -26,7 +26,7 @@ all: src/smplayer webserver/simple_web_s src/smplayer: ./get_svn_revision.sh @@ -9,8 +9,8 @@ cd src && $(LRELEASE) smplayer.pro webserver/simple_web_server: -@@ -80,7 +80,6 @@ install: all - install -m 644 smplayer_enqueue.desktop $(DESTDIR)$(APPLNK_DIR) +@@ -85,7 +85,6 @@ install: all + -install -d $(DESTDIR)$(PREFIX)/share/man/man1/ install -m 644 man/smplayer.1 $(DESTDIR)$(PREFIX)/share/man/man1/ - gzip -9 -f $(DESTDIR)$(PREFIX)/share/man/man1/smplayer.1
