Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package imv for openSUSE:Factory checked in at 2024-11-25 23:21:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/imv (Old) and /work/SRC/openSUSE:Factory/.imv.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "imv" Mon Nov 25 23:21:37 2024 rev:9 rq:1226194 version:4.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/imv/imv.changes 2024-02-21 17:57:56.230602868 +0100 +++ /work/SRC/openSUSE:Factory/.imv.new.28523/imv.changes 2024-11-25 23:21:50.067509249 +0100 @@ -1,0 +2,7 @@ +Fri Nov 22 08:28:25 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org> + +- imv-link-icu-uc.patch: specify icu-uc as dependency instead of + icu-io: IMV does not use the Stream & I/O parts of ICU, the + common library is sufficient (and required). + +------------------------------------------------------------------- New: ---- imv-link-icu-uc.patch BETA DEBUG BEGIN: New: - imv-link-icu-uc.patch: specify icu-uc as dependency instead of icu-io: IMV does not use the Stream & I/O parts of ICU, the BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ imv.spec ++++++ --- /var/tmp/diff_new_pack.9CfIJX/_old 2024-11-25 23:21:51.223557436 +0100 +++ /var/tmp/diff_new_pack.9CfIJX/_new 2024-11-25 23:21:51.227557603 +0100 @@ -24,6 +24,7 @@ Group: Productivity/Graphics/Viewers URL: https://git.sr.ht/~exec64/imv Source: https://git.sr.ht/~exec64/imv/archive/v%{version}.tar.gz +Patch0: imv-link-icu-uc.patch BuildRequires: asciidoc BuildRequires: freeimage-devel BuildRequires: libicu-devel ++++++ imv-link-icu-uc.patch ++++++ Index: imv-v4.5.0/meson.build =================================================================== --- imv-v4.5.0.orig/meson.build +++ imv-v4.5.0/meson.build @@ -42,7 +42,7 @@ endif _unicode = get_option('unicode') if _unicode == 'icu' - unicode_lib = dependency('icu-io') + unicode_lib = dependency('icu-uc') add_project_arguments('-DIMV_USE_ICU', language: 'c') elif _unicode == 'grapheme' unicode_lib = cc.find_library('grapheme')