Hello community, here is the log from the commit of package gstreamer for openSUSE:Factory checked in at 2018-07-14 20:14:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gstreamer (Old) and /work/SRC/openSUSE:Factory/.gstreamer.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer" Sat Jul 14 20:14:54 2018 rev:54 rq:622289 version:1.14.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gstreamer/gstreamer.changes 2018-05-29 10:26:41.368883305 +0200 +++ /work/SRC/openSUSE:Factory/.gstreamer.new/gstreamer.changes 2018-07-14 20:14:55.714607076 +0200 @@ -1,0 +2,6 @@ +Thu Jul 12 07:50:21 UTC 2018 - [email protected] + +- Update gstreamer.macros and gstreamer.prov to be compatible with + file 5.33, which differently idenfies executables from libraries. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gstreamer.macros ++++++ --- /var/tmp/diff_new_pack.nG6QIK/_old 2018-07-14 20:14:56.778609771 +0200 +++ /var/tmp/diff_new_pack.nG6QIK/_new 2018-07-14 20:14:56.782609782 +0200 @@ -1,4 +1,4 @@ %__gstreamer_provides %{_rpmconfigdir}/gstreamer-provides %__gstreamer_path libgst -%__gstreamer_magic ELF.*shared object +%__gstreamer_magic ELF.*(shared object|executable) %__gstreamer_flags magic_and_path ++++++ gstreamer.prov ++++++ --- /var/tmp/diff_new_pack.nG6QIK/_old 2018-07-14 20:14:56.854609964 +0200 +++ /var/tmp/diff_new_pack.nG6QIK/_new 2018-07-14 20:14:56.866609994 +0200 @@ -22,7 +22,7 @@ esac solist=$(echo $filelist | grep "libgst" | \ - xargs file -L 2>/dev/null | grep "ELF.*shared object" | cut -d: -f1 ) + xargs file -L 2>/dev/null | grep -E "ELF.*(shared object|executable)" | cut -d: -f1 ) function getmark() {
