Hello community,

here is the log from the commit of package mpv for openSUSE:Factory checked in 
at 2019-09-30 16:00:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mpv (Old)
 and      /work/SRC/openSUSE:Factory/.mpv.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mpv"

Mon Sep 30 16:00:38 2019 rev:55 rq:733933 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/mpv/mpv.changes  2019-09-25 08:19:29.618457384 
+0200
+++ /work/SRC/openSUSE:Factory/.mpv.new.2352/mpv.changes        2019-09-30 
16:01:09.940934519 +0200
@@ -1,0 +2,9 @@
+Sun Sep 29 15:08:46 UTC 2019 - [email protected]
+
+- Update to version 0.30.0+git.1569760020.c833c095d7:
+  * See https://github.com/mpv-player/mpv/compare/b6def652a4...c833c095d7
+  for the complete changelog.
+- Refresh mpv-make-ffmpeg-version-check-non-fatal.patch
+- Remove --enable-zsh-comp option, zsh completion is now always enabled
+
+-------------------------------------------------------------------

Old:
----
  mpv-0.30.0+git.1569184750.b6def652a4.obscpio

New:
----
  mpv-0.30.0+git.1569760020.c833c095d7.obscpio

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

Other differences:
------------------
++++++ mpv.spec ++++++
--- /var/tmp/diff_new_pack.gS6iHE/_old  2019-09-30 16:01:11.648929974 +0200
+++ /var/tmp/diff_new_pack.gS6iHE/_new  2019-09-30 16:01:11.652929962 +0200
@@ -21,7 +21,7 @@
 
 %define _waf_ver 2.0.9
 %define _mbc_ver 3.3.17
-%define _mpv_ver 0.30.0+git.1569184750.b6def652a4
+%define _mpv_ver 0.30.0+git.1569760020.c833c095d7
 %define lname   libmpv1
 Name:           mpv
 Version:        %{_mpv_ver}
@@ -227,7 +227,6 @@
   --enable-dvdnav                    \
   --enable-libsmbclient              \
   --enable-libmpv-shared             \
-  --enable-zsh-comp                  \
   --enable-manpage-build             \
   --enable-libarchive                \
   --enable-dvbin                     \

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.gS6iHE/_old  2019-09-30 16:01:11.692929856 +0200
+++ /var/tmp/diff_new_pack.gS6iHE/_new  2019-09-30 16:01:11.692929856 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/mpv-player/mpv.git</param>
-              <param 
name="changesrevision">b6def652a4b0db0f3514a44fec08f4be66187f3b</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">c833c095d7cf3cd5b0d9d2103e76be9c072a8b33</param></service></servicedata>
\ No newline at end of file

++++++ mpv-0.30.0+git.1569184750.b6def652a4.obscpio -> 
mpv-0.30.0+git.1569760020.c833c095d7.obscpio ++++++
/work/SRC/openSUSE:Factory/mpv/mpv-0.30.0+git.1569184750.b6def652a4.obscpio 
/work/SRC/openSUSE:Factory/.mpv.new.2352/mpv-0.30.0+git.1569760020.c833c095d7.obscpio
 differ: char 49, line 1

++++++ mpv-make-ffmpeg-version-check-non-fatal.patch ++++++
--- /var/tmp/diff_new_pack.gS6iHE/_old  2019-09-30 16:01:11.716929792 +0200
+++ /var/tmp/diff_new_pack.gS6iHE/_new  2019-09-30 16:01:11.716929792 +0200
@@ -1,30 +1,13 @@
-player: make ffmpeg/libav version check non-fatal
-
-We already enforce mpv rebuilds when ffmpeg/libav SONAME changes.
-
-Index: mpv-0.29.0/player/main.c
+Index: mpv/player/main.c
 ===================================================================
---- mpv-0.29.0.orig/player/main.c
-+++ mpv-0.29.0/player/main.c
-@@ -381,21 +381,6 @@ int mp_initialize(struct MPContext *mpct
+--- mpv.orig/player/main.c
++++ mpv/player/main.c
+@@ -382,7 +382,7 @@ int mp_initialize(struct MPContext *mpct
      if (handle_help_options(mpctx))
          return 1; // help
  
 -    if (!print_libav_versions(mp_null_log, 0)) {
--        // Using mismatched libraries can be legitimate, but even then it's
--        // a bad idea. We don't acknowledge its usefulness and stability.
--        // Distro maintainers who patch this out should be aware that mpv
--        // intentionally ignores ABI in some places where it's not possible to
--        // get by without violating it.
--        print_libav_versions(mpctx->log, MSGL_FATAL);
--        MP_FATAL(mpctx, "\nmpv was compiled against a different version of "
--                 "FFmpeg/Libav than the shared\nlibrary it is linked against. 
"
--                 "This is most likely a broken build and could\nresult in "
--                 "misbehavior and crashes.\n\nmpv does not support this "
--                 "configuration and will not run - rebuild mpv instead.\n");
--        return -1;
--    }
--
-     if (!mpctx->playlist->first && !opts->player_idle_mode) {
-         // nothing to play
-         mp_print_version(mpctx->log, true);
++    if (0 && !print_libav_versions(mp_null_log, 0)) {
+         // Using mismatched libraries can be legitimate, but even then it's
+         // a bad idea. We don't acknowledge its usefulness and stability.
+         // Distro maintainers who patch this out should be aware that mpv

++++++ mpv.obsinfo ++++++
--- /var/tmp/diff_new_pack.gS6iHE/_old  2019-09-30 16:01:11.732929750 +0200
+++ /var/tmp/diff_new_pack.gS6iHE/_new  2019-09-30 16:01:11.732929750 +0200
@@ -1,5 +1,5 @@
 name: mpv
-version: 0.30.0+git.1569184750.b6def652a4
-mtime: 1569184750
-commit: b6def652a4b0db0f3514a44fec08f4be66187f3b
+version: 0.30.0+git.1569760020.c833c095d7
+mtime: 1569760020
+commit: c833c095d7cf3cd5b0d9d2103e76be9c072a8b33
 



Reply via email to