fda0afe
%global		pkg	mozc
ca24c86
%undefine	_hardened_build
c9e359b
Akira TAGOH 6563c26
%bcond_without	zinnia
Akira TAGOH 6563c26
%bcond_without	qt
Akira TAGOH 6563c26
071a9d1
Name:		mozc
Akira TAGOH a3045e0
Version:	2.29.5111.102
b8d8743
Release:	8%{?dist}
c115506
Summary:	A Japanese Input Method Editor (IME) designed for multi-platform
071a9d1
Akira TAGOH a0d6f8f
License:	BSD-3-Clause AND Apache-2.0 AND Unicode-DFS-2015 AND NAIST-2003
Akira TAGOH 4732c74
URL:		https://github.com/google/mozc
071a9d1
# data/unicode/: UCD
071a9d1
#  Copyright (c) 1991-2008 Unicode, Inc.
071a9d1
# data/test/stress_test/sentences.txt: Public Domain
Akira TAGOH a0d6f8f
#   See https://gitlab.com/fedora/legal/fedora-license-data/-/issues/178#note_1331790847
ac87e3c
# data/dictionary_oss/: mecab-ipadic and BSD
071a9d1
#   See http://code.google.com/p/mozc/issues/detail?id=20
071a9d1
#   also data/installer/credits_en.html
9b0e7c6
Akira TAGOH 84296d8
##Source0:	http://mozc.googlecode.com/files/mozc-%%{version}.tar.bz2
9b0e7c6
# No upstream releases downloadable from the download services due to:
9b0e7c6
#   http://google-opensource.blogspot.jp/2013/05/a-change-to-google-code-download-service.html
9b0e7c6
#
9b0e7c6
# How to checkout the tree from the repository:
ac87e3c
#   https://github.com/google/mozc/blob/master/docs/build_mozc_in_docker.md
9b0e7c6
#
9b0e7c6
# How to make a tarball after updating:
bb4fe3f
#   (cd src;
bb4fe3f
#    python build_mozc.py gyp --target_platform=Linux
bb4fe3f
#   )
bb4fe3f
#   major=$(grep MAJOR src/mozc_version.txt|sed -e 's/MAJOR=//g')
bb4fe3f
#   minor=$(grep MINOR src/mozc_version.txt|sed -e 's/MINOR=//g')
bb4fe3f
#   build=$(grep BUILD src/mozc_version.txt|sed -e 's/BUILD=//g')
bb4fe3f
#   rev=$(grep REVISION src/mozc_version.txt|sed -e 's/REVISION=//g')
9b0e7c6
#   version="$major.$minor.$build.$rev"
9b0e7c6
#   (cd src;
9b0e7c6
#    for f in $(find -type f -regex '.*.[ch]' -o -regex '.*.html' -o -regex '.*README*'); do chmod a-x $f; done
9b0e7c6
#    tar -a --exclude-vcs --exclude third_party/gyp* -cf ../mozc-$version.tar.bz2 *
9b0e7c6
#   )
9b0e7c6
#
Akira TAGOH a3045e0
Source0:	%{name}-%{version}.tar.xz
4c6834c
Source1:	mozc-init.el
53d46a3
# Public Domain
Akira TAGOH 6387240
## https://gitlab.com/fedora/legal/fedora-license-data/-/issues/181#note_1339185494
ca24c86
Source2:	http://www.post.japanpost.jp/zipcode/dl/kogaki/zip/ken_all.zip
53d46a3
Source3:	http://www.post.japanpost.jp/zipcode/dl/jigyosyo/zip/jigyosyo.zip
c931064
Source4:	ibus-setup-mozc-jp.desktop
8bc0f1f
Source5:	ibus-mozc-launch-xwayland.desktop
8bc0f1f
Source6:	ibus-mozc-launch-xwayland.sh
58a0065
Patch0:		mozc-build-ninja.patch
ca24c86
## to avoid undefined symbols with clang.
ca24c86
Patch1:		mozc-build-gcc.patch
58a0065
Patch2:		mozc-build-verbosely.patch
ac87e3c
Patch3:		mozc-build-id.patch
Akira TAGOH 9a34206
Patch4:		mozc-build-gcc-common.patch
8bc0f1f
Patch5:		mozc-use-system-abseil-cpp.patch
Akira TAGOH a3045e0
Patch6:		mozc-build-gyp.patch
Akira TAGOH aa3cba1
Patch7:		mozc-build-new-abseil.patch
e18a2c7
# Add #include directives for compatibility with abseil-cpp-20240116.
e18a2c7
# Downstream-only because these are fixed upstream in a later release.
e18a2c7
Patch8:         mozc-abseil-cpp-20240116-includes.patch
071a9d1
071a9d1
BuildRequires:	python gettext
Akira TAGOH 6563c26
BuildRequires:	libstdc++-devel zlib-devel libxcb-devel protobuf-devel protobuf-c glib2-devel gtk2-devel
eca5938
BuildRequires:	abseil-cpp-devel
Akira TAGOH 6563c26
%if %{with qt}
Akira TAGOH b9c1660
BuildRequires:	qt5-qtbase-devel
Akira TAGOH 6563c26
%endif
Akira TAGOH 6563c26
%if %{with zinnia}
Akira TAGOH 6563c26
BuildRequires:	zinnia-devel
Akira TAGOH 6563c26
%endif
ca24c86
BuildRequires:	clang ninja-build
071a9d1
BuildRequires:	gyp >= 0.1-0.4.840svn
5669e41
BuildRequires:	ibus-devel >= 1.5.4
4c6834c
BuildRequires:	emacs
f54bc06
%if 0%{?fedora} < 36
7439554
BuildRequires:	xemacs xemacs-packages-extra
f54bc06
%endif
2f3d6bf
BuildRequires:  desktop-file-utils
Akira TAGOH eb94161
BuildRequires:	libappstream-glib
Akira TAGOH 98bd99b
BuildRequires:  %{py3_dist six}
0d69506
BuildRequires:  binutils
a1ab748
# https://bugzilla.redhat.com/show_bug.cgi?id=1419949
9f8b15e
ExcludeArch:	ppc ppc64 sparcv9 sparc64 s390x
071a9d1
Akira TAGOH 6563c26
%if %{with zinnia}
Akira TAGOH 6563c26
Recommends:	zinnia-tomoe-ja
Akira TAGOH 6563c26
%endif
534a69a
Requires:	emacs-filesystem >= %{_emacs_version}
f54bc06
%if 0%{?fedora} < 36
534a69a
Requires:	xemacs-filesystem >= %{_xemacs_version}
f54bc06
%endif
534a69a
Provides:	emacs-mozc <= 2.17.2077.102-4, emacs-mozc-el <= 2.17.2077.102-4
534a69a
Obsoletes:	emacs-mozc <= 2.17.2077.102-4, emacs-mozc-el <= 2.17.2077.102-4
534a69a
Provides:	xemacs-mozc <= 2.17.2077.102-4, xemacs-mozc-el <= 2.17.2077.102-4
534a69a
Obsoletes:	xemacs-mozc <= 2.17.2077.102-4, xemacs-mozc-el <= 2.17.2077.102-4
534a69a
Provides:	emacs-common-mozc <= 2.17.2077.102-4
534a69a
Obsoletes:	emacs-common-mozc <= 2.17.2077.102-4
5de1a47
071a9d1
%description
071a9d1
Mozc is a Japanese Input Method Editor (IME) designed for
071a9d1
multi-platform such as Chromium OS, Windows, Mac and Linux.
071a9d1
071a9d1
%package	-n ibus-mozc
c115506
Summary:	The mozc engine for IBus input platform
c115506
Requires:	%{name}%{?_isa} = %{version}-%{release}
5669e41
Requires:	ibus%{?_isa} >= 1.5.4
8bc0f1f
Requires:	xrefresh
071a9d1
071a9d1
%description	-n ibus-mozc
071a9d1
Mozc is a Japanese Input Method Editor (IME) designed for
071a9d1
multi-platform such as Chromium OS, Windows, Mac and Linux.
071a9d1
071a9d1
This package contains the Input Method Engine for IBus.
071a9d1
4c6834c
071a9d1
%prep
6ba4d8c
%setup -q -c -n %{name}-%{version} -a 2 -a 3
Akira TAGOH a3045e0
%autopatch -p1
d1e4dfb
(cd data/dictionary_oss;
cccfaa7
PYTHONPATH="${PYTHONPATH}:../.." python ../../dictionary/gen_zip_code_seed.py --zip_code=../../KEN_ALL.CSV --jigyosyo=../../JIGYOSYO.CSV >> dictionary09.txt;
53d46a3
)
Akira TAGOH a3045e0
rm -rf third_party/abseil-cpp
071a9d1
071a9d1
071a9d1
%build
58a0065
# replace compiler flags to build with the proper debugging information
58a0065
t=`mktemp /tmp/mozc.gyp-XXXXXXXX`
Akira TAGOH f7f2511
opts=$(for i in $(echo $RPM_OPT_FLAGS); do #|sed -e 's/-fstack-clash-protection//g' -e 's/-fcf-protection//g'); do
58a0065
	echo "i \\"
58a0065
	echo "\"$i\","
58a0065
done)
58a0065
sed -ne "/'linux_cflags':/{p;n;p;:a;/[[:space:]]*\],/{\
58a0065
$opts
58a0065
p;b b};n;b a;};{p};:b" gyp/common.gypi > $t && mv $t gyp/common.gypi || exit 1
8bc0f1f
GYP_DEFINES="use_libprotobuf=1 use_system_abseil_cpp=1 %{?with_zinnia:use_libzinnia=1 zinnia_model_file=/usr/share/zinnia/model/tomoe/handwriting-ja.model} %{!?with_zinnia:use_libzinnia=0} ibus_mozc_path=%{_libexecdir}/ibus-engine-mozc ibus_mozc_icon_path=%{_datadir}/ibus-mozc/product_icon.png" python build_mozc.py gyp --gypdir=%{_bindir} --server_dir=%{_libexecdir}/mozc --target_platform=Linux %{!?with_qt:--noqt}
Akira TAGOH a3045e0
python build_mozc.py build -c Release unix/ibus/ibus.gyp:ibus_mozc unix/emacs/emacs.gyp:mozc_emacs_helper server/server.gyp:mozc_server gui/gui.gyp:mozc_tool renderer/renderer.gyp:mozc_renderer
071a9d1
071a9d1
071a9d1
%install
d510803
install -d $RPM_BUILD_ROOT%{_libexecdir}/mozc
d510803
install -d $RPM_BUILD_ROOT%{_libexecdir}/mozc/documents
8bc0f1f
install -d $RPM_BUILD_ROOT%{_bindir}
8bc0f1f
install -d $RPM_BUILD_ROOT%{_datadir}/ibus/component
8bc0f1f
install -d $RPM_BUILD_ROOT%{_datadir}/ibus-mozc
8bc0f1f
install -d $RPM_BUILD_ROOT%{_emacs_sitelispdir}/%{pkg}
8bc0f1f
install -d $RPM_BUILD_ROOT%{_emacs_sitestartdir}
8bc0f1f
d510803
install -p -m0755 out_linux/Release/mozc_server $RPM_BUILD_ROOT%{_libexecdir}/mozc
d510803
install -p -m0755 out_linux/Release/mozc_tool $RPM_BUILD_ROOT%{_libexecdir}/mozc
d510803
install -p -m0755 out_linux/Release/mozc_renderer $RPM_BUILD_ROOT%{_libexecdir}/mozc
6879edb
install -p -m0644 data/installer/credits_en.html $RPM_BUILD_ROOT%{_libexecdir}/mozc/documents
7439554
7439554
# ibus-mozc
8bc0f1f
install -p -m0755 %{SOURCE6} $RPM_BUILD_ROOT%{_libexecdir}/mozc
071a9d1
install -p -m0755 out_linux/Release/ibus_mozc $RPM_BUILD_ROOT%{_libexecdir}/ibus-engine-mozc
ca24c86
install -p -m0644 out_linux/Release/gen/unix/ibus/mozc.xml $RPM_BUILD_ROOT%{_datadir}/ibus/component/
071a9d1
(cd data/images/unix;
071a9d1
install -p -m0644 ime_product_icon_opensource-32.png $RPM_BUILD_ROOT%{_datadir}/ibus-mozc/product_icon.png
071a9d1
for i in ui-*.png; do
071a9d1
	install -p -m0644 $i $RPM_BUILD_ROOT%{_datadir}/ibus-mozc/${i//ui-/}
071a9d1
done)
8bc0f1f
desktop-file-install --dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE4}
8bc0f1f
desktop-file-install --dir=${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart %{SOURCE5}
7439554
7439554
# emacs-common-mozc
7439554
install -p -m0755 out_linux/Release/mozc_emacs_helper $RPM_BUILD_ROOT%{_bindir}
7439554
7439554
# emacs-mozc*
4c6834c
install -p -m0644 unix/emacs/mozc.el $RPM_BUILD_ROOT%{_emacs_sitelispdir}/%{pkg}
4c6834c
install -p -m0644 %{SOURCE1} $RPM_BUILD_ROOT%{_emacs_sitestartdir}
071a9d1
7439554
emacs -batch -f batch-byte-compile $RPM_BUILD_ROOT%{_emacs_sitelispdir}/%{pkg}/mozc.el
7439554
f54bc06
%if 0%{?fedora} < 36
7439554
# xemacs-mozc*
7439554
install -d $RPM_BUILD_ROOT%{_xemacs_sitelispdir}/%{pkg}
7439554
install -d $RPM_BUILD_ROOT%{_xemacs_sitestartdir}
7439554
install -p -m0644 unix/emacs/mozc.el $RPM_BUILD_ROOT%{_xemacs_sitelispdir}/%{pkg}
7439554
install -p -m0644 %{SOURCE1} $RPM_BUILD_ROOT%{_xemacs_sitestartdir}
7439554
7439554
xemacs -batch -f batch-byte-compile $RPM_BUILD_ROOT%{_xemacs_sitelispdir}/%{pkg}/mozc.el
f54bc06
%endif
071a9d1
Richard Hughes 44cd24e
# Register as an AppStream component to be visible in the software center
Richard Hughes 44cd24e
#
Richard Hughes 44cd24e
# NOTE: It would be *awesome* if this file was maintained by the upstream
Richard Hughes 44cd24e
# project, translated and installed into the right place during `make install`.
Richard Hughes 44cd24e
#
Richard Hughes 44cd24e
# See http://www.freedesktop.org/software/appstream/docs/ for more details.
Richard Hughes 44cd24e
#
Akira TAGOH eb94161
install -d -m 0755 %{buildroot}%{_metainfodir}
Akira TAGOH eb94161
cat > %{buildroot}%{_metainfodir}/mozc.appdata.xml <
Richard Hughes 44cd24e
Richard Hughes 44cd24e
<component type="inputmethod">
Richard Hughes 44cd24e
  <id>mozc.xml</id>
Richard Hughes 44cd24e
  <metadata_license>CC0-1.0</metadata_license>
Richard Hughes 44cd24e
  <name>Mozc</name>
Richard Hughes 44cd24e
  <summary>Japanese input method</summary>
Richard Hughes 44cd24e
  <description>
Richard Hughes 44cd24e
    

Richard Hughes 44cd24e
      The Mozc input method is designed for entering Japanese text.
Richard Hughes 44cd24e
      It is multi-platform and is available on Chromium OS, Windows, Mac and Linux.
Richard Hughes 44cd24e
    

Richard Hughes 44cd24e
    

Richard Hughes 44cd24e
      Input methods are typing systems allowing users to input complex languages.
Richard Hughes 44cd24e
      They are necessary because these contain too many characters to simply be laid
Richard Hughes 44cd24e
      out on a traditional keyboard.
Richard Hughes 44cd24e
    

Richard Hughes 44cd24e
  </description>
Akira TAGOH 4732c74
  <url type="homepage">https://github.com/google/mozc</url>
Akira TAGOH 4732c74
  <url type="bugtracker">https://github.com/google/mozc/issues</url>
Akira TAGOH 4732c74
  <url type="help"></url>
Richard Hughes 495ecbe
  <languages>
Richard Hughes 495ecbe
    <lang percentage="100">ja</lang>
Richard Hughes 495ecbe
  </languages>
Richard Hughes 44cd24e
  <update_contact></update_contact>
Richard Hughes 44cd24e
</component>
Richard Hughes 44cd24e
EOF
071a9d1
Akira TAGOH eb94161
%check
Akira TAGOH eb94161
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
Akira TAGOH eb94161
071a9d1
%files
d510803
%dir %{_libexecdir}/mozc
534a69a
%{_bindir}/mozc_emacs_helper
d510803
%{_libexecdir}/mozc/mozc_server
d510803
%{_libexecdir}/mozc/mozc_tool
86e5d34
%{_libexecdir}/mozc/documents
534a69a
%dir %{_emacs_sitelispdir}/%{pkg}
534a69a
%{_emacs_sitelispdir}/%{pkg}/*.elc
534a69a
%{_emacs_sitestartdir}/*.el
534a69a
%{_emacs_sitelispdir}/%{pkg}/*.el
f54bc06
%if 0%{?fedora} < 36
534a69a
%dir %{_xemacs_sitelispdir}/%{pkg}
534a69a
%{_xemacs_sitelispdir}/%{pkg}/*.elc
534a69a
%{_xemacs_sitestartdir}/*.el
534a69a
%{_xemacs_sitelispdir}/%{pkg}/*.el
f54bc06
%endif
071a9d1
7439554
%files	-n ibus-mozc
071a9d1
%dir %{_datadir}/ibus-mozc
8bc0f1f
%{_libexecdir}/mozc/ibus-mozc-launch-xwayland.sh
071a9d1
%{_libexecdir}/ibus-engine-mozc
d510803
%{_libexecdir}/mozc/mozc_renderer
Akira TAGOH eb94161
%{_metainfodir}/*.appdata.xml
c931064
%{_datadir}/applications/ibus-setup-mozc-jp.desktop
071a9d1
%{_datadir}/ibus/component/mozc.xml
071a9d1
%{_datadir}/ibus-mozc/*.png
8bc0f1f
%{_sysconfdir}/xdg/autostart/ibus-mozc-launch-xwayland.desktop
071a9d1
7439554
071a9d1
%changelog
b8d8743
* Sun Feb 04 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 2.29.5111.102-8
b8d8743
- Rebuilt for abseil-cpp-20240116.0
b8d8743
7f204c3
* Thu Jan 25 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 2.29.5111.102-7
7f204c3
- Don’t link the top-level absl_flags library; it is not required in
7f204c3
  absl-cpp-20230802, and not present in absl-cpp-20240116
e18a2c7
- Add #include directives for compatibility with absl-cpp-20240116
7f204c3
41a9596
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.29.5111.102-6
41a9596
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
41a9596
713e2cd
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.29.5111.102-5
713e2cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
713e2cd
2f3d6bf
* Thu Nov 16 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 2.29.5111.102-4
2f3d6bf
- Add missing BuildRequires: desktop-file-utils
2f3d6bf
ba0ce9a
* Thu Aug 17 2023 Akira TAGOH <tagoh@redhat.com> - 2.29.5111.102-3
Akira TAGOH aa3cba1
- Fix the build issue with newer abseil.
Akira TAGOH aa3cba1
  Resolves: rhbz#2231905
Akira TAGOH aa3cba1
e80cd6d
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.29.5111.102-2
e80cd6d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
e80cd6d
Akira TAGOH a3045e0
* Fri Jun 23 2023 Akira TAGOH <tagoh@redhat.com> - 2.29.5111.102-1
Akira TAGOH a3045e0
- Update to 2.29.5111.102.
Akira TAGOH a3045e0
  Resolves: rhbz#2213058
Akira TAGOH a3045e0
- Update dictionaries.
Akira TAGOH a3045e0
Akira TAGOH a0d6f8f
* Tue Apr  4 2023 Akira TAGOH <tagoh@redhat.com> - 2.28.4950.102-5
Akira TAGOH a0d6f8f
- Migrated license tag to SPDX.
Akira TAGOH a0d6f8f
Akira TAGOH 3ca2d6e
* Fri Mar 24 2023 Akira TAGOH <tagoh@redhat.com> - 2.28.4950.102-4
Akira TAGOH 3ca2d6e
- Rebuilt for abseil-cpp 20230125.1
Akira TAGOH 3ca2d6e
801120a
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.28.4950.102-3
801120a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
801120a
Akira TAGOH 057829d
* Wed Jan 11 2023 Akira TAGOH <tagoh@redhat.com> - 2.28.4950.102-2
Akira TAGOH 057829d
- Fix another compiler warnings in mozc.el
Akira TAGOH 057829d
  Resolves: rhbz#2158787
Akira TAGOH 057829d
Akira TAGOH 87b084c
* Thu Jan  5 2023 Akira TAGOH <tagoh@redhat.com> - 2.28.4950.102-1
Akira TAGOH 87b084c
- Update to 2.28.4950.102.
Akira TAGOH 87b084c
- Update dictionaries.
Akira TAGOH 87b084c
- Fix obsolete function warnings in mozc.el
Akira TAGOH 87b084c
  Resolves: rhbz#2155094
Akira TAGOH 87b084c
Akira TAGOH 1c8bfe1
* Mon Aug 22 2022 Akira TAGOH <tagoh@redhat.com> - 2.28.4730.102-3
Akira TAGOH 1c8bfe1
- Rebuilt for abseil-cpp 20220623.0
Akira TAGOH 1c8bfe1
17012b0
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.28.4730.102-2
17012b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
17012b0
Akira TAGOH f7120a4
* Thu May 12 2022 Akira TAGOH <tagoh@redhat.com> - 2.28.4730.102-1
Akira TAGOH f7120a4
- Update to 2.28.4730.102.
Akira TAGOH f7120a4
Akira TAGOH 382c256
* Wed Mar 09 2022 Akira TAGOH <akira@tagoh.org> - 2.26.4577.102-3
Akira TAGOH 382c256
- Rebuild for abseil-cpp 20211102.0
Akira TAGOH 382c256
133e5ae
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.26.4577.102-2
133e5ae
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
133e5ae
8bc0f1f
* Fri Dec 17 2021 Akira TAGOH <tagoh@redhat.com> - 2.26.4577.102-1
8bc0f1f
- Update to 2.26.4577.102.
8bc0f1f
- Make sure Xwayland is running at the startup.
8bc0f1f
  Resolves: rhbz#2031477
8bc0f1f
f54bc06
* Tue Nov  9 2021 Jerry James <loganjerry@gmail.com> - 2.25.4190.102-10
f54bc06
- Drop support for XEmacs in F36 and later
f54bc06
f808931
* Sat Nov 06 2021 Adrian Reber <adrian@lisas.de> - 2.25.4190.102-9
f808931
- Rebuilt for protobuf 3.19.0
f808931
0d69506
* Tue Oct 26 2021 Adrian Reber <adrian@lisas.de> - 2.25.4190.102-8
0d69506
- Rebuilt for protobuf 3.18.1
0d69506
453e17f
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.25.4190.102-7
453e17f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
453e17f
51c6ff3
* Fri Jun 18 2021 Takao Fujiwara <tfujiwar@redhat.com> - 2.25.4190.102-6
51c6ff3
- Delete ibus write-cache in scriptlet
51c6ff3
c662efc
* Wed Apr 21 2021 Takao Fujiwara <tfujiwar@redhat.com> - 2.25.4190.102-5
c662efc
- Resolves: #1948197 Change post to posttrans in ibus-mozc
c662efc
e8dfae8
* Tue Mar 30 2021 Jonathan Wakely <jwakely@redhat.com> - 2.25.4190.102-4
e8dfae8
- Rebuilt for removed libstdc++ symbol (#1937698)
e8dfae8
e0d23c2
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.25.4190.102-3
e0d23c2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
e0d23c2
309e8aa
* Thu Jan 14 08:32:28 CET 2021 Adrian Reber <adrian@lisas.de> - 2.25.4190.102-2
309e8aa
- Rebuilt for protobuf 3.14
309e8aa
Akira TAGOH 9a34206
* Thu Nov 19 2020 Akira TAGOH <tagoh@redhat.com> - 2.25.4190.102-1
Akira TAGOH 9a34206
- Updates to 2.25.4190.102.
Akira TAGOH 9a34206
c0966a1
* Thu Sep 24 2020 Adrian Reber <adrian@lisas.de> - 2.23.2815.102-14
c0966a1
- Rebuilt for protobuf 3.13
c0966a1
a271ce2
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.23.2815.102-13
a271ce2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
a271ce2
Akira TAGOH 96237a4
* Tue Jun 23 2020 Akira TAGOH <tagoh@redhat.com> - 2.23.2815.102-12
Akira TAGOH 96237a4
- Fix the build failure with the latest protobuf.
Akira TAGOH 96237a4
cda587d
* Sun Jun 14 2020 Adrian Reber <adrian@lisas.de> - 2.23.2815.102-11
cda587d
- Rebuilt for protobuf 3.12
cda587d
Akira TAGOH b9c1660
* Wed Apr  8 2020 Akira TAGOH <tagoh@redhat.com> - 2.23.2815.102-10
Akira TAGOH b9c1660
- BR qt5-qtbase-devel instead of qt5-devel.
Akira TAGOH b9c1660
9600079
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.23.2815.102-9
9600079
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
9600079
Akira TAGOH 70b6261
* Thu Aug  1 2019 Akira TAGOH <tagoh@redhat.com> - 2.23.2815.102-8
Akira TAGOH 70b6261
- Port python code to get it work in python 3.
Akira TAGOH 70b6261
404d97b
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.23.2815.102-7
404d97b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
404d97b
Akira TAGOH eb94161
* Wed Jun  5 2019 Akira TAGOH <tagoh@redhat.com> - 2.23.2815.102-6
Akira TAGOH eb94161
- Install appdata file under %%{_metainfodir}.
Akira TAGOH eb94161
Akira TAGOH 6563c26
* Fri May 10 2019 Akira TAGOH <tagoh@redhat.com> - 2.23.2815.102-5
Akira TAGOH 6563c26
- Add new Japanese era to dictionary.
Akira TAGOH 6563c26
- Update zipcode dictionaries.
Akira TAGOH 6563c26
- Make zinnia-tomoe-ja the weak dependency.
Akira TAGOH 6563c26
7bb4b0f
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.23.2815.102-4
7bb4b0f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
7bb4b0f
b38113d
* Wed Nov 21 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.23.2815.102-3
b38113d
- Rebuild for protobuf 3.6
b38113d
9284e74
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.23.2815.102-2
9284e74
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
9284e74
Akira TAGOH 7f2bbcb
* Wed May 30 2018 Akira TAGOH <tagoh@redhat.com> - 2.23.2815.102-1
Akira TAGOH 7f2bbcb
- Updates to 2.23.2815.102.
Akira TAGOH 7f2bbcb
180787a
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.23.2785.102-2
180787a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
180787a
Akira TAGOH 4732c74
* Fri Jan 26 2018 Akira TAGOH <tagoh@redhat.com> - 2.23.2785.102-1
Akira TAGOH 4732c74
- Updates to 2.23.2785.102.
Akira TAGOH 4732c74
- Update zipcode dictionaries.
Akira TAGOH 4732c74
Igor Gnatenko 1c325d8
* Wed Nov 29 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.20.2677.102-7
Igor Gnatenko 1c325d8
- Rebuild for protobuf 3.5
Igor Gnatenko 1c325d8
b78b749
* Mon Nov 13 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.20.2677.102-6
b78b749
- Rebuild for protobuf 3.4
b78b749
93fb7b4
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.20.2677.102-5
93fb7b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
93fb7b4
7a68bb1
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.20.2677.102-4
7a68bb1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7a68bb1
e51610b
* Mon Jun 19 2017 Akira TAGOH <tagoh@redhat.com> - 2.20.2677.102-3
9f8b15e
- Add s390x to ExcludeArch.
e51610b
Orion Poplawski b9dd8a8
* Tue Jun 13 2017 Orion Poplawski <orion@cora.nwra.com> - 2.20.2677.102-2
Orion Poplawski b9dd8a8
- Rebuild for protobuf 3.3.1
Orion Poplawski b9dd8a8
bb4fe3f
* Mon Feb  6 2017 Akira TAGOH <tagoh@redhat.com> - 2.20.2677.102-1
bb4fe3f
- New upstream release. (#1410982)
bb4fe3f
- Update zipcode dictionaries.
bb4fe3f
Orion Poplawski c1a9d95
* Thu Jan 26 2017 Orion Poplawski <orion@cora.nwra.com> - 2.17.2322.102-3
Orion Poplawski c1a9d95
- Rebuild for protobuf 3.2.0
Orion Poplawski c1a9d95
Orion Poplawski aedfe3b
* Sat Nov 19 2016 Orion Poplawski <orion@cora.nwra.com> - 2.17.2322.102-2
Orion Poplawski aedfe3b
- Rebuild for protobuf 3.1.0
Orion Poplawski aedfe3b
594e9bc
* Fri Jun  3 2016 Akira TAGOH <tagoh@redhat.com> - 2.17.2322.102-1
594e9bc
- Update to 2.17.2322.102.
594e9bc
e6511bd
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.17.2077.102-7
e6511bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
e6511bd
fda0afe
* Mon Jan  4 2016 Akira TAGOH <tagoh@redhat.com>
fda0afe
- Use %%global instead of %%define.
fda0afe
Richard Hughes 495ecbe
* Wed Sep 16 2015 Richard Hughes <rhughes@redhat.com> - 2.17.2077.102-6
Richard Hughes 495ecbe
- Increase AppStream search result weighting when using the 'ja' locale.
Richard Hughes 495ecbe
534a69a
* Tue Jun 23 2015 Akira TAGOH <tagoh@redhat.com> - 2.17.2077.102-5
534a69a
- Merge emacs sub-packages into main (#1234578)
534a69a
a2a2ca6
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.17.2077.102-4
a2a2ca6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
a2a2ca6
58a0065
* Mon May 11 2015 Akira TAGOH <tagoh@redhat.com> - 2.17.2077.102-3
58a0065
- Build with the proper compiler options to get the debugging information. (#1219594)
58a0065
7775847
* Wed Apr 29 2015 Kalev Lember <kalevlember@gmail.com> - 2.17.2077.102-2
7775847
- Rebuilt for protobuf soname bump
7775847
ca24c86
* Tue Apr 28 2015 Akira TAGOH <tagoh@redhat.com> - 2.17.2077.102-1
ca24c86
- rebase to 2.17.2077.102.
ca24c86
Richard Hughes 44cd24e
* Wed Mar 25 2015 Richard Hughes <rhughes@redhat.com> - 1.15.1814.102-4
Richard Hughes 44cd24e
- Register as an AppStream component.
Richard Hughes 44cd24e
ab06841
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15.1814.102-3
ab06841
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
ab06841
3a9a8f7
* Wed Aug  6 2014 Akira TAGOH <tagoh@redhat.com> - 1.15.1814.102-2
3a9a8f7
- Drop BR: openssl-devel (#1126245)
3a9a8f7
- Fix the broken deps for the recent changes in zinnia.
3a9a8f7
9b0e7c6
* Thu Jun 26 2014 Akira TAGOH <tagoh@redhat.com> - 1.15.1814.102-1
9b0e7c6
- New upstream release.
9b0e7c6
- Update zipcode.
9b0e7c6
4738034
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13.1651.102-2
4738034
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
4738034
e80c6fc
* Wed Jan  8 2014 Akira TAGOH <tagoh@redhat.com> - 1.13.1651.102-1
e80c6fc
- New upstream release (#1048793)
e80c6fc
34a8030
* Tue Nov  5 2013 Akira TAGOH <tagoh@redhat.com> - 1.12.1599.102-1
34a8030
- New upstream release (#1026004)
34a8030
- Update zipcode.
34a8030
5669e41
* Tue Oct  1 2013 Akira TAGOH <tagoh@redhat.com> - 1.11.1522.102-3
5669e41
- Disable ibus-mozc on the password box in gtk. (#1013789)
5669e41
- Update zipcode.
5669e41
0cfd2ec
* Fri Sep 27 2013 Akira TAGOH <tagoh@redhat.com> - 1.11.1522.102-2
0cfd2ec
- Update ibus cache at %%post/%%postun.
0cfd2ec
8a8e573
* Tue Sep  3 2013 Akira TAGOH <tagoh@redhat.com> - 1.11.1522.102-1
8a8e573
- New upstream release (#1003331)
8a8e573
d21e755
* Fri Aug 16 2013 Akira TAGOH <tagoh@redhat.com> - 1.11.1502.102-3
d21e755
- Fix no setup icon at gnome-control-center.
d21e755
9919906
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.1502.102-2
9919906
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
9919906
df9e13e
* Fri Jul 19 2013 Akira TAGOH <tagoh@redhat.com> - 1.11.1502.102-1
df9e13e
- New upstream release. (#985318)
e1c5c1d
- Update zipcode dictionaries.
df9e13e
d510803
* Mon Apr 15 2013 Akira TAGOH <tagoh@redhat.com> - 1.10.1390.102-1
814553c
- New upstream release. (#328711)
d510803
- Move credit text since it was referenced by the program at runtime.
814553c
c115506
* Thu Mar 28 2013 Akira TAGOH <tagoh@redhat.com> - 1.10.1389.102-1
c115506
- New upstream release. (#928711)
c115506
- Improve the spec file (#891078)
c115506
2f8ff20
* Wed Mar 13 2013 Akira TAGOH <tagoh@redhat.com> - 1.6.1187.102-4
2f8ff20
- Apply an upstream patch to fix a text property for menus (#920122)
2f8ff20
- Update zipcode dictionaries.
2f8ff20
8378acd
* Tue Mar 12 2013 Akira TAGOH <tagoh@redhat.com> - 1.6.1187.102-3
8378acd
- Rebuild against latest protobuf.
8378acd
c931064
* Mon Jan 28 2013 Akira TAGOH <tagoh@redhat.com> - 1.6.1187.102-2
c931064
- Add ibus-setup-mozc-jp.desktop to make the configuration tool accessible
c931064
  from the input source configuration on control-center. (#904625)
c931064
- Updated License, BR, and Summary. partially fixes of #891078
c931064
0590deb
* Fri Aug 31 2012 Akira TAGOH <tagoh@redhat.com> - 1.6.1187.102-1
0590deb
- New upstream release. (#853362)
c90a187
  - no SCIM support anymore.
0590deb
- Update zipcode dictionaries.
0590deb
019b2b3
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1090.102-3
019b2b3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
019b2b3
3a880e8
* Thu Jun  7 2012 Akira TAGOH <tagoh@redhat.com> - 1.5.1090.102-2
3a880e8
- Enable mozc_renderer.
3a880e8
be14eef
* Tue Jun  5 2012 Akira TAGOH <tagoh@redhat.com> - 1.5.1090.102-1
be14eef
- New upstream release. (#828202)
be14eef
- Update zipcode dictionaries.
be14eef
- set "default" to the layout in mozc.xml to avoid adding jp keyboard layout
be14eef
  unexpectedly.
be14eef
64bfc95
* Thu Apr 26 2012 Akira TAGOH <tagoh@redhat.com> - 1.5.1053.102-1
64bfc95
- New upstream release. (#816526)
64bfc95
- Update zipcode dictionaries.
64bfc95
aef3a90
* Mon Mar 26 2012 Akira TAGOH <tagoh@redhat.com> - 1.4.1033.102-1
aef3a90
- New upstream release.
aef3a90
61fb81a
* Fri Mar  9 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.1003.102-2
61fb81a
- Rebuild for ibus 1.4.99.20120304
61fb81a
62e97b0
* Thu Mar  8 2012 Akira TAGOH <tagoh@redhat.com> - 1.4.1003.102-1
3bf292a
- New upstream release.
3bf292a
- Update zipcode dictionaries.
3bf292a
4fac3a1
* Wed Mar  7 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.975.102-3
4fac3a1
- Rebuild for ibus 1.4.99.20120304
4fac3a1
b694052
* Mon Feb 27 2012 Akira TAGOH <tagoh@redhat.com> - 1.3.975.102-2
b694052
- Fix docdir.
b694052
21f1b70
* Mon Feb 13 2012 Akira TAGOH <tagoh@redhat.com> - 1.3.975.102-1
21f1b70
- New upstream release.
21f1b70
- Update zipcode dictionaries.
21f1b70
61c662c
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.930.102-2
61c662c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
61c662c
713786b
* Wed Dec 21 2011 Akira TAGOH <tagoh@redhat.com> - 1.3.930.102-1
713786b
- New upstream release.
713786b
2037838
* Thu Dec  1 2011 Akira TAGOH <tagoh@redhat.com> - 1.3.911.102-1
2037838
- New upstream release.
2037838
53d46a3
* Tue Nov 29 2011 Akira TAGOH <tagoh@redhat.com> - 1.2.855.102-2
53d46a3
- Add zipcode dictionary.
53d46a3
ff9f3d3
* Tue Nov 15 2011 Akira TAGOH <tagoh@redhat.com> - 1.2.855.102-1
ff9f3d3
- New upstream release.
ff9f3d3
73d7f14
* Fri Sep 30 2011 Akira TAGOH <tagoh@redhat.com> - 1.2.831.102-1
73d7f14
- New upstream release.
73d7f14
ea1ea19
* Wed Aug 17 2011 Akira TAGOH <tagoh@redhat.com> - 1.2.809.102-1
ea1ea19
- New upstream release.
ea1ea19
2ab9a66
* Thu Aug 11 2011 Akira TAGOH <tagoh@redhat.com> - 1.1.773.102-3
f8cf90b
- Re-enable hotkeys support and add a symbol. (#727022)
f8cf90b
470315d
* Thu Jul 21 2011 Akira TAGOH <tagoh@redhat.com> - 1.1.773.102-1
470315d
- New upstream release.
470315d
470315d
* Mon Jul 11 2011 Akira TAGOH <tagoh@redhat.com> - 1.1.758.102-2
285d0cb
- Revert hotkeys patch.
285d0cb
f139a01
* Mon Jul  4 2011 Akira TAGOH <tagoh@redhat.com> - 1.1.758.102-1
f139a01
- New upstream release.
f139a01
a39b898
* Mon Jun 13 2011 Akira TAGOH <tagoh@redhat.com> - 1.1.717.102-3
a39b898
- Rebuild against new protobuf.
a39b898
c9e359b
* Wed Jun  1 2011 Akira TAGOH <tagoh@redhat.com> - 1.1.717.102-2
c9e359b
- Fix broken emacs-mozc package.
c9e359b
9378873
* Mon May 23 2011 Akira TAGOH <tagoh@redhat.com> - 1.1.717.102-1
9378873
- New upstream release.
9378873
5de1a47
* Wed Apr 20 2011 Akira TAGOH <tagoh@redhat.com> - 1.1.690.102-0.2.20110419svn
5de1a47
- Fix a wrong path to the model file for handwriting.
5de1a47
- add dep to zinnia-tomoe.
5de1a47
f219069
* Tue Apr 19 2011 Akira TAGOH <tagoh@redhat.com> - 1.1.690.102-0.1.20110419svn
f219069
- Update to 1.1.690.102.
f219069
62e97b0
* Tue Mar  8 2011 Akira TAGOH <tagoh@redhat.com> - 1.1.626.102-0.2.20110301svn
1213a6d
- Fix mozc.el not working when byte-compiled.
1213a6d
a22a9cf
* Wed Mar  2 2011 Akira TAGOH <tagoh@redhat.com> - 1.1.626.102-0.1.20110301svn
a22a9cf
- Update to 1.1.626.102.
a22a9cf
f04fcd1
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.558.102-0.2.20101216svn
f04fcd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f04fcd1
bb5e83a
* Thu Dec 16 2010 Akira TAGOH <tagoh@redhat.com> - 1.0.558.102-0.1.20101216svn
bb5e83a
- Update to 1.0.558.102.
bb5e83a
bb5e83a
* Mon Nov  8 2010 Akira TAGOH <tagoh@redhat.com> - 0.13.523.102-0.2.20101104svn
c96996a
- Rebuilt against ibus-1.3.99.
e0a873d
8cff6be
* Thu Nov  4 2010 Akira TAGOH <tagoh@redhat.com> - 0.13.523.102-0.1.20101104svn
8cff6be
- Update to 0.13.523.102.
8cff6be
20c086b
* Fri Oct  8 2010 Akira TAGOH <tagoh@redhat.com> - 0.13.499.102-0.1.20101008svn
20c086b
- Update to 0.13.499.102.
20c086b
4c6834c
* Mon Sep 27 2010 Akira TAGOH <tagoh@redhat.com> - 0.13.481.102-0.1.20100927svn
4c6834c
- Update to 0.13.481.102.
7439554
- Add emacs-common-mozc, emacs-mozc, emacs-mozc-el, xemacs-mozc and xemacs-mozc-el subpackage.
4c6834c
97ca2f4
* Fri Sep 10 2010 Akira TAGOH <tagoh@redhat.com> - 0.13.464.102-0.1.20100910svn
97ca2f4
- Update to 0.13.464.102.
11deec8
071a9d1
* Mon Aug 23 2010 Akira TAGOH <tagoh@redhat.com> - 0.12.434.102-0.2.20100823svn
071a9d1
- Drop the unnecessary Obsoletes tag.
071a9d1
- Output more build messages. (Mamoru Tasaka)
071a9d1
- Own %%{_datadir}/ibus-mozc
071a9d1
- add credits_*.html
071a9d1
- rebase to drop more exec bits.
071a9d1
071a9d1
* Fri Aug 20 2010 Akira TAGOH <tagoh@redhat.com> - 0.12.434.102-0.1.20100820svn
071a9d1
- drop exec bits for source code.
071a9d1
- clean up spec file.
071a9d1
- add mecab-ipadic to License tag.
071a9d1
071a9d1
* Tue Aug 17 2010 Akira TAGOH <tagoh@redhat.com> - 0.12.434.102-0.1.20100817svn
071a9d1
- Update to 0.12.434.102.
071a9d1
071a9d1
* Thu Jul 29 2010 Akira TAGOH <tagoh@redhat.com> - 0.12.422.102-0.1.20100729svn
071a9d1
- Update to 0.12.422.102.
071a9d1
071a9d1
* Mon Jul 12 2010 Akira TAGOH <tagoh@redhat.com> - 0.12.410.102-0.1.20100712svn
071a9d1
- Update to 0.12.410.102.
071a9d1
071a9d1
* Tue Jun 22 2010 Akira TAGOH <tagoh@redhat.com> - 0.11.383.102-0.1.20100621svn
071a9d1
- Update to 0.11.383.102.
071a9d1
- Add a subpackage for scim.
071a9d1
071a9d1
* Thu May 27 2010 Akira TAGOH <tagoh@redhat.com> - 0.11.365.102-0.1.20100527svn
071a9d1
- Update to 0.11.365.102.
071a9d1
- Update mozc-config.
071a9d1
- correct the server directory.
071a9d1
071a9d1
* Thu May 20 2010 Akira TAGOH <tagoh@redhat.com> - 0.11.354.100-0.1.20100520svn
071a9d1
- Updates from svn.
071a9d1
- Add mozc-config from git.
071a9d1
071a9d1
* Tue May 11 2010 Akira TAGOH <tagoh@redhat.com> - 0.10.288.102-0.1.20100511svn
071a9d1
- Initial build.
071a9d1