Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package librime-lua for openSUSE:Factory checked in at 2022-02-13 19:50:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/librime-lua (Old) and /work/SRC/openSUSE:Factory/.librime-lua.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "librime-lua" Sun Feb 13 19:50:55 2022 rev:2 rq:954049 version:0.0.0+git20211220.8b37d55 Changes: -------- --- /work/SRC/openSUSE:Factory/librime-lua/librime-lua.changes 2022-02-11 23:12:12.599431957 +0100 +++ /work/SRC/openSUSE:Factory/.librime-lua.new.1956/librime-lua.changes 2022-02-13 19:51:30.318286633 +0100 @@ -1,0 +2,5 @@ +Sun Feb 13 03:11:48 UTC 2022 - Bernhard Wiedemann <bwiedem...@suse.com> + +- Sort input file list for reproducible builds (boo#1041090) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ librime-lua.spec ++++++ --- /var/tmp/diff_new_pack.VaL9KH/_old 2022-02-13 19:51:30.750287784 +0100 +++ /var/tmp/diff_new_pack.VaL9KH/_new 2022-02-13 19:51:30.754287794 +0100 @@ -48,7 +48,7 @@ %install c++ -fPIC %{optflags} -DNDEBUG -std=c++14 -flto=auto -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -shared -Wl,-soname,librime-lua.so -o librime-lua.so \ - $(find build/CMakeFiles/rime-lua-objs.dir/src -type f -name "*.o") \ + $(find build/CMakeFiles/rime-lua-objs.dir/src -type f -name "*.o" | sort) \ -llua5.4 -lm -lrime \ -lglog -lopencc \ -lpthread -lmarisa