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-09-11 21:21:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mozc (Old)
 and      /work/SRC/openSUSE:Factory/.mozc.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mozc"

Mon Sep 11 21:21:34 2023 rev:46 rq:1110141 version:2.29.5220.102

Changes:
--------
--- /work/SRC/openSUSE:Factory/mozc/mozc.changes        2023-08-18 
19:29:51.647477478 +0200
+++ /work/SRC/openSUSE:Factory/.mozc.new.1766/mozc.changes      2023-09-11 
21:25:50.449199029 +0200
@@ -1,0 +2,15 @@
+Sun Sep 10 05:46:51 UTC 2023 - Fuminobu Takeyama <ft...@geeko.jp> - 
2.29.5220.102
+
+- Upstream update to 2.29.5220.102
+  * Update the segment prefix for Tabi
+  * Update dictionaries
+  * Switch to Qt6
+  * Update protobuf to 24.2
+- Update fcitx-mozc
+- Update zip code dictionaries
+  * Refresh add-sha256sum-for-zipcode-archives.patch
+    - Update hash codes
+    - Add a comment to state auto generated
+- Fix the compiler options from RPM is not passed to a compiler
+
+-------------------------------------------------------------------

Old:
----
  bazel-rules-ruby-5cf6ff74.zip
  fcitx-mozc-ebc1ce4c.tar.xz
  mozc-2.29.5111.102.tar.xz
  protobuf-v3.22.5.tar.gz
  upb-f3149d5f.zip

New:
----
  bazel-rules-ruby-8fca842a.zip
  fcitx-mozc-25efda3b.tar.xz
  mozc-2.29.5220.102.tar.xz
  protobuf-24.2.tar.gz
  upb-ea4e825d.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mozc.spec ++++++
--- /var/tmp/diff_new_pack.zu8AIw/_old  2023-09-11 21:25:54.229333788 +0200
+++ /var/tmp/diff_new_pack.zu8AIw/_new  2023-09-11 21:25:54.241334215 +0200
@@ -50,7 +50,7 @@
 %define makebazelcache() mkdir -p 
%{bz_cachdir}/content_addressable/sha256/%{?2:%2}%{?!2:$(sha256sum %1 | cut -f 
1 -d ' ')}/; cp %1 
%{bz_cachdir}/content_addressable/sha256/%{?2:%2}%{?!2:$(sha256sum %1 | cut -f 
1 -d ' ')}/file ;
 
 Name:           mozc
-Version:        2.29.5111.102
+Version:        2.29.5220.102
 Release:        0
 Summary:        Mozc - Japanese Input Method for Chromium OS, Mac and Linux
 License:        Apache-2.0 AND BSD-3-Clause AND SUSE-Public-Domain
@@ -70,8 +70,7 @@
 # License: BSD-3-Clause
 #
 # Bazel requires static protobuf
-# https://github.com/protocolbuffers/protobuf/archive/refs/tags/v3.22.5.tar.gz
-Source6:        protobuf-v3.22.5.tar.gz
+Source6:        
https://github.com/protocolbuffers/protobuf/releases/download/v24.2/protobuf-24.2.tar.gz
 # abseil cpp
 # License: Apache-2.0
 # https://github.com/abseil/abseil-cpp/archive/refs/tags/20230125.3.tar.gz
@@ -92,7 +91,7 @@
 # https://github.com/fcitx/mozc/tree/fcitx/src/unix/fcitx{,5}
 # Run ./make_archive.sh to make tar.xz
 %if %{with_fcitx4} || %{with_fcitx5}
-Source20:       fcitx-mozc-ebc1ce4c.tar.xz
+Source20:       fcitx-mozc-25efda3b.tar.xz
 Source21:       fcitx-mozc-icons.tar.gz
 Patch20:        fcitx-mozc-bazel-build.patch
 %endif
@@ -100,11 +99,11 @@
 # Protobuf dependencies
 # protocolbuffers/bazel-rules-ruby
 # License: Apache-2.0
-# 
https://github.com/protocolbuffers/rules_ruby/archive/5cf6ff74161d7f985b9bf86bb3c5fb16cef6337b.zip
-Source31:       bazel-rules-ruby-5cf6ff74.zip
+# 
https://github.com/protocolbuffers/rules_ruby/archive/8fca842a3006c3d637114aba4f6bf9695bb3a432.zip
+Source31:       bazel-rules-ruby-8fca842a.zip
 # License: BSD-3-Clause
-# 
https://github.com/protocolbuffers/upb/archive/f3149d5ff4564834d2c9c2661f91570b57257f8e.zip
-Source32:       upb-f3149d5f.zip
+# 
https://github.com/protocolbuffers/upb/archive/ea4e825d22c9ae0031d59ec5e86dc85bb50cbbcb.zip
+Source32:       upb-ea4e825d.zip
 # License: MIT
 # 
https://github.com/protocolbuffers/utf8_range/archive/de0b4a8ff9b5d4c98108bdfe723291a33c52c54f.zip
 Source33:       utf8_range-de0b4a8f.zip
@@ -165,9 +164,9 @@
 %package -n ibus-mozc-candidate-window
 Summary:        An optional candidate window for ibus-mozc
 Group:          System/I18n/Japanese
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5Gui)
-BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt6Core)
+BuildRequires:  pkgconfig(Qt6Gui)
+BuildRequires:  pkgconfig(Qt6Widgets)
 Requires:       ibus-mozc = %{version}
 Provides:       locale(ibus:ja)
 
@@ -206,9 +205,9 @@
 %package gui-tools
 Summary:        GUI tools for mozc
 Group:          System/I18n/Japanese
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5Gui)
-BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt6Core)
+BuildRequires:  pkgconfig(Qt6Gui)
+BuildRequires:  pkgconfig(Qt6Widgets)
 Requires:       mozc = %{version}
 
 %description gui-tools
@@ -271,7 +270,7 @@
 for f in %{optflags}; do
        case $f in
                *FORTIFY_SOURCE*) ;; # conflicts with opts (-DFORTIFY_SOURCE 
and -Werror) from source
-               *) echo echo build --copt=$f >> src/.bazelrc
+               *) echo build --copt=$f >> src/.bazelrc
        esac
 done
 

++++++ add-sha256sum-for-zipcode-archives.patch ++++++
--- /var/tmp/diff_new_pack.zu8AIw/_old  2023-09-11 21:25:54.669349474 +0200
+++ /var/tmp/diff_new_pack.zu8AIw/_new  2023-09-11 21:25:54.681349902 +0200
@@ -1,3 +1,7 @@
+NOTE: add-sha256sum-for-zipcode-archives.patch is automatically generated from
+      add-sha256sum-for-zipcode-archives.patch.in by make_archive.sh
+      Please do not modify the patch file manually.
+
 Index: mozc-2.28.4715.102/src/WORKSPACE.bazel
 ===================================================================
 --- mozc-2.28.4715.102.orig/src/WORKSPACE.bazel
@@ -6,13 +10,13 @@
      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";,
-+    sha256 = 
"88fcc0cd3c453a0d9b6dc8811c330515e9d992e7e3a5d27f31a2a3c47a1adb97"
++    sha256 = 
"c6255ae5b4bee9c607bf8d88e1f8230e8bcf2a314c5ebc020e2ce3e526ede646"
  )
  
  http_archive(
      name = "zip_code_jigyosyo",
      build_file_content = "exports_files([\"JIGYOSYO.CSV\"])",
      url = 
"https://www.post.japanpost.jp/zipcode/dl/jigyosyo/zip/jigyosyo.zip";,
-+    sha256 = 
"767cc05bb9325288f7288aed51d75291b8b25b464d8f4d8ffd44184aad95c70d"
++    sha256 = 
"2f2588d4c0f8736f686dfef84d16f30ee6ffb7d0a18919d80d924686f5e2bfd6"
  )
 

++++++ add-sha256sum-for-zipcode-archives.patch.in ++++++
--- /var/tmp/diff_new_pack.zu8AIw/_old  2023-09-11 21:25:54.701350615 +0200
+++ /var/tmp/diff_new_pack.zu8AIw/_new  2023-09-11 21:25:54.705350757 +0200
@@ -1,3 +1,7 @@
+NOTE: add-sha256sum-for-zipcode-archives.patch is automatically generated from
+      add-sha256sum-for-zipcode-archives.patch.in by make_archive.sh
+      Please do not modify the patch file manually.
+
 Index: mozc-2.28.4715.102/src/WORKSPACE.bazel
 ===================================================================
 --- mozc-2.28.4715.102.orig/src/WORKSPACE.bazel

++++++ fcitx-mozc-ebc1ce4c.tar.xz -> fcitx-mozc-25efda3b.tar.xz ++++++
++++ 1733 lines of diff (skipped)

++++++ jigyosyo.zip ++++++
Binary files /var/tmp/diff_new_pack.zu8AIw/_old and 
/var/tmp/diff_new_pack.zu8AIw/_new differ

++++++ ken_all.zip ++++++
Binary files /var/tmp/diff_new_pack.zu8AIw/_old and 
/var/tmp/diff_new_pack.zu8AIw/_new differ

++++++ make_archive.sh ++++++
--- /var/tmp/diff_new_pack.zu8AIw/_old  2023-09-11 21:25:54.917358315 +0200
+++ /var/tmp/diff_new_pack.zu8AIw/_new  2023-09-11 21:25:54.921358458 +0200
@@ -1,7 +1,7 @@
 #!/bin/sh
 
-commit=9a2f53ad33bc9ccd15f02d69a94f8f3552bd08cd
-fcitxcommit=ebc1ce4c8f66e490aec8964777e5f672264d659c
+commit="f79e092ac7068f6bbdacb2b069641771e7cb1f43"
+fcitxcommit="25efda3bfb6523332503651d742e4452ffee44d2"
 
 set -e
 

++++++ mozc-2.29.5111.102.tar.xz -> mozc-2.29.5220.102.tar.xz ++++++
/work/SRC/openSUSE:Factory/mozc/mozc-2.29.5111.102.tar.xz 
/work/SRC/openSUSE:Factory/.mozc.new.1766/mozc-2.29.5220.102.tar.xz differ: 
char 25, line 1

++++++ protobuf-v3.22.5.tar.gz -> protobuf-24.2.tar.gz ++++++
++++ 188551 lines of diff (skipped)

Reply via email to