Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package opencc for openSUSE:Factory checked in at 2024-05-24 19:50:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opencc (Old) and /work/SRC/openSUSE:Factory/.opencc.new.24587 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opencc" Fri May 24 19:50:35 2024 rev:24 rq:1176626 version:1.1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/opencc/opencc.changes 2023-11-27 22:42:56.816887958 +0100 +++ /work/SRC/openSUSE:Factory/.opencc.new.24587/opencc.changes 2024-05-24 19:50:48.452780153 +0200 @@ -1,0 +2,5 @@ +Fri May 24 04:20:02 UTC 2024 - Marguerite Su <[email protected]> + +- switch to system rapidjson, fix boo#1221875 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opencc.spec ++++++ --- /var/tmp/diff_new_pack.ESufET/_old 2024-05-24 19:50:49.016800749 +0200 +++ /var/tmp/diff_new_pack.ESufET/_new 2024-05-24 19:50:49.016800749 +0200 @@ -1,7 +1,7 @@ # # spec file for package opencc # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,6 +27,7 @@ BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig +BuildRequires: rapidjson-devel # needed to generate some docu files BuildRequires: python3-base @@ -80,7 +81,8 @@ %build %cmake \ - -DCMAKE_SKIP_RPATH=OFF + -DCMAKE_SKIP_RPATH=OFF \ + -DUSE_SYSTEM_RAPIDJSON=ON %make_jobs %install
