Accepting request 1115502 from home:MargueriteSu:branches:M17N

- 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.

OBS-URL: https://build.opensuse.org/request/show/1115502
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=279
This commit is contained in:
2023-10-07 13:29:50 +00:00
committed by Git OBS Bridge
parent 2f17d19a52
commit 3070747703
2 changed files with 11 additions and 10 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Oct 4 07:08:11 UTC 2023 - Marguerite Su <i@marguerite.su>
- 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.
-------------------------------------------------------------------
Fri Mar 31 14:15:38 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>