Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mozc for openSUSE:Factory checked in at 2023-04-15 22:33:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mozc (Old) and /work/SRC/openSUSE:Factory/.mozc.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mozc" Sat Apr 15 22:33:14 2023 rev:43 rq:1079580 version:2.28.4715.102 Changes: -------- --- /work/SRC/openSUSE:Factory/mozc/mozc.changes 2022-05-12 23:00:35.764815792 +0200 +++ /work/SRC/openSUSE:Factory/.mozc.new.19717/mozc.changes 2023-04-15 22:33:15.825578312 +0200 @@ -1,0 +2,7 @@ +Fri Apr 14 16:19:06 UTC 2023 - Bjørn Lie <bjorn....@gmail.com> + +- Add add-missing-include.patch: Add missing #include <cstdint>, + fix build with gcc13. +- Rebase patches with quilt. + +------------------------------------------------------------------- New: ---- add-missing-include.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mozc.spec ++++++ --- /var/tmp/diff_new_pack.65IONR/_old 2023-04-15 22:33:16.669583181 +0200 +++ /var/tmp/diff_new_pack.65IONR/_new 2023-04-15 22:33:16.677583228 +0200 @@ -1,7 +1,7 @@ # # spec file for package mozc # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -107,6 +107,8 @@ # PATCH-FIX-OPENSUSE add-sha256sum-for-zipcode-archives.patch ft...@geeko.jp -- to avoid download # generated by ./make_archive.sh Patch10: add-sha256sum-for-zipcode-archives.patch +# PATCH-FIX-UPSTREAM add-missing-include.patch -- Add a missing include <cstdint> +Patch11: add-missing-include.patch BuildRequires: bazel BuildRequires: bazel-apple-support-source @@ -234,6 +236,7 @@ %patch9 -p1 %endif %patch10 -p1 +%patch11 -p1 # fix installation, library and header path sed -e 's|@libdir@|%{_libdir}|g' %{SOURCE4} > ibus-setup-mozc-jp.desktop ++++++ add-missing-include.patch ++++++ Index: mozc-2.28.4715.102/src/third_party/abseil-cpp/absl/strings/internal/str_format/extension.h =================================================================== --- mozc-2.28.4715.102.orig/src/third_party/abseil-cpp/absl/strings/internal/str_format/extension.h +++ mozc-2.28.4715.102/src/third_party/abseil-cpp/absl/strings/internal/str_format/extension.h @@ -26,6 +26,7 @@ #include "absl/base/port.h" #include "absl/meta/type_traits.h" #include "absl/strings/internal/str_format/output.h" +#include <cstdint> #include "absl/strings/string_view.h" namespace absl { ++++++ add-sha256sum-for-zipcode-archives.patch ++++++ --- /var/tmp/diff_new_pack.65IONR/_old 2023-04-15 22:33:16.737583574 +0200 +++ /var/tmp/diff_new_pack.65IONR/_new 2023-04-15 22:33:16.741583597 +0200 @@ -1,8 +1,8 @@ -diff --git a/src/WORKSPACE.bazel b/src/WORKSPACE.bazel -index 3538db2d..849cbc4f 100644 ---- a/src/WORKSPACE.bazel -+++ b/src/WORKSPACE.bazel -@@ -181,10 +181,12 @@ http_archive( +Index: mozc-2.28.4715.102/src/WORKSPACE.bazel +=================================================================== +--- mozc-2.28.4715.102.orig/src/WORKSPACE.bazel ++++ mozc-2.28.4715.102/src/WORKSPACE.bazel +@@ -197,10 +197,12 @@ http_archive( name = "zip_code_ken_all", build_file_content = "exports_files([\"KEN_ALL.CSV\"])", url = "https://www.post.japanpost.jp/zipcode/dl/kogaki/zip/ken_all.zip", ++++++ ibus-provide-layout-variations.patch ++++++ --- /var/tmp/diff_new_pack.65IONR/_old 2023-04-15 22:33:16.765583735 +0200 +++ /var/tmp/diff_new_pack.65IONR/_new 2023-04-15 22:33:16.769583758 +0200 @@ -1,8 +1,8 @@ -diff --git a/src/unix/ibus/gen_mozc_xml.py b/src/unix/ibus/gen_mozc_xml.py -index 52ae998..34b17a1 100644 ---- a/src/unix/ibus/gen_mozc_xml.py -+++ b/src/unix/ibus/gen_mozc_xml.py -@@ -224,6 +224,30 @@ def main(): +Index: mozc-2.28.4715.102/src/unix/ibus/gen_mozc_xml.py +=================================================================== +--- mozc-2.28.4715.102.orig/src/unix/ibus/gen_mozc_xml.py ++++ mozc-2.28.4715.102/src/unix/ibus/gen_mozc_xml.py +@@ -228,6 +228,30 @@ def main(): 'layout_variant': '', 'layout_option': '', 'rank': 80,