Hello community, here is the log from the commit of package gobject-introspection for openSUSE:Factory checked in at 2017-06-19 13:23:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gobject-introspection (Old) and /work/SRC/openSUSE:Factory/.gobject-introspection.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gobject-introspection" Mon Jun 19 13:23:11 2017 rev:73 rq:504340 version:1.52.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gobject-introspection/gobject-introspection.changes 2017-04-29 10:49:00.790465322 +0200 +++ /work/SRC/openSUSE:Factory/.gobject-introspection.new/gobject-introspection.changes 2017-06-19 13:23:12.381993663 +0200 @@ -1,0 +2,6 @@ +Sat Jun 17 05:35:10 UTC 2017 - bwiedem...@suse.com + +- gi-find-deps.sh: sort autogenerated Requires to make builds fully + reproducible. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gi-find-deps.sh ++++++ --- /var/tmp/diff_new_pack.w7x7gk/_old 2017-06-19 13:23:13.173882017 +0200 +++ /var/tmp/diff_new_pack.w7x7gk/_new 2017-06-19 13:23:13.177881453 +0200 @@ -55,7 +55,7 @@ mkdir -p $tmpdir/$(dirname $resource) $gresourcecmd extract "$1" $resource > $tmpdir/$resource done -find $tmpdir -type f | sh $0 -R +find $tmpdir -type f | sort | sh $0 -R rm -rf "$tmpdir" } @@ -225,7 +225,7 @@ for path in \ $(for tlpath in \ $(find ${RPM_BUILD_ROOT}/usr/lib64 ${RPM_BUILD_ROOT}/usr/lib /usr/lib64 /usr/lib -name '*.typelib' 2>/dev/null); do - dirname $tlpath; done | uniq ); do + dirname $tlpath; done | sort --unique ); do export GI_TYPELIB_PATH=$GI_TYPELIB_PATH:$path done