Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2018-06-27 10:18:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vlc (Old)
 and      /work/SRC/openSUSE:Factory/.vlc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vlc"

Wed Jun 27 10:18:28 2018 rev:87 rq:619008 version:3.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2018-06-08 23:10:46.946210754 
+0200
+++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes     2018-06-27 
10:18:32.914309787 +0200
@@ -1,0 +2,7 @@
+Mon Jun 25 16:14:10 UTC 2018 - [email protected]
+
+- Require(post) vlc-noX for the -qt, -codecs, -jack and -vdpau
+  sub-package: all those packages execute vlc-cache-gen
+  (boo#1094893).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vlc.spec ++++++
--- /var/tmp/diff_new_pack.5uliLS/_old  2018-06-27 10:18:35.062231673 +0200
+++ /var/tmp/diff_new_pack.5uliLS/_new  2018-06-27 10:18:35.066231528 +0200
@@ -303,6 +303,8 @@
 Summary:        GStreamer integration for the VLC media player
 Group:          Productivity/Multimedia/Video/Players
 Requires:       %{name}-noX = %{version}
+# We need the noX package first, as it contains vlc-cache-gen
+Requires(post): %{name}-noX
 Supplements:    packageand(%{name}-noX:%(rpm --qf "%%{name}" -qf $(readlink -f 
%{_libdir}/libgstapp-1.0.so)))
 
 %description codec-gstreamer
@@ -313,6 +315,8 @@
 Summary:        Jack integration for the VLC media player
 Group:          Productivity/Multimedia/Video/Players
 Requires:       %{name}-noX = %{version}
+# We need the noX package first, as it contains vlc-cache-gen
+Requires(post): %{name}-noX
 
 %description jack
 This package adds jack support to vlc via plugins.
@@ -324,6 +328,8 @@
 Requires:       %(rpm --qf "%%{name}" -qf $(readlink -f 
%{_libdir}/libavcodec.so))(unrestricted)
 # We require the unrestricted libavcodec - same ABI version we linked
 Requires:       %{name}-noX = %{version}
+# We need the noX package first, as it contains vlc-cache-gen
+Requires(post): %{name}-noX
 Supplements:    %{name}-noX
 
 %description codecs
@@ -337,6 +343,8 @@
 # We require the unrestricted libavcodec - same ABI version we linked
 Requires:       %{name}-codecs = %{version}
 Requires:       %{name}-noX = %{version}
+# We need the noX package first, as it contains vlc-cache-gen
+Requires(post): %{name}-noX
 Supplements:    %{name}-noX
 
 %description vdpau
@@ -349,6 +357,8 @@
 Summary:        Qt interface for the VLC media player
 Group:          Productivity/Multimedia/Video/Players
 Requires:       %{name}-noX = %{version}-%{release}
+# We need the noX package first, as it contains vlc-cache-gen
+Requires(post): %{name}-noX
 Conflicts:      %{conflicts}-qt
 %if 0%{?suse_version} >= 1310
 Supplements:    packageand(%{name}-noX:libqt5)


Reply via email to