Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ibus for openSUSE:Factory checked in at 2023-10-08 12:17:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ibus (Old) and /work/SRC/openSUSE:Factory/.ibus.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ibus" Sun Oct 8 12:17:20 2023 rev:122 rq:1116209 version:1.5.28 Changes: -------- --- /work/SRC/openSUSE:Factory/ibus/ibus.changes 2023-04-06 15:55:43.288221157 +0200 +++ /work/SRC/openSUSE:Factory/.ibus.new.28202/ibus.changes 2023-10-08 12:20:03.885924698 +0200 @@ -1,0 +2,10 @@ +Wed Oct 4 07:08:11 UTC 2023 - Marguerite Su <[email protected]> + +- macros.ibus: + * set %ibus_table_index_post() to %nil. it'll trigger ibus-table-createdb + to create_indexes() for the existing db. but according to upstream, + create_indexes() is now a dummy function, and it didn't bring + any performance improvements before. and on rpmlint side, + it will modify the final filelist. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ macros.ibus ++++++ --- /var/tmp/diff_new_pack.IYPbnY/_old 2023-10-08 12:20:06.278010702 +0200 +++ /var/tmp/diff_new_pack.IYPbnY/_new 2023-10-08 12:20:06.282010847 +0200 @@ -3,8 +3,6 @@ # in %%files section # For ibus table packaging, you have to: # Use %%ibus_table_requires as requires -# Use %%ibus_table_index_post %%DB_NAME in %%post to create -# table indexes for your table package. %_ibus_includedir %{_includedir}/ibus-1.0 %_ibus_libdir %{_libdir}/ibus %_ibus_libexecdir %{_ibus_libdir} @@ -22,14 +20,7 @@ %ibus_table_requires \ Requires: ibus-table -Requires(post): ibus-table %ibus_table_index_post() \ -%if "x%1" != "x%%1" \ -DB_NAME="%1" \ -%else \ -echo "Missing argument DB_NAME in call to %%ibus_table_create_index." \ -false \ -%endif \ -/usr/bin/ibus-table-createdb -i -n %{_ibus_tabledir}/${DB_NAME}.db || true +%nil
