Compare commits

..

No commits in common. 'c9' and 'cs10' have entirely different histories.
c9 ... cs10

2
.gitignore vendored

@ -1 +1 @@
SOURCES/ibus-libpinyin-1.12.0.tar.gz SOURCES/ibus-libpinyin-1.15.7.tar.gz

@ -1 +1 @@
7544d4763c2660c98d3c120bd55988ce3b6a6295 SOURCES/ibus-libpinyin-1.12.0.tar.gz a00c7ee48e32a6d470046a57c9f6c8921929a6d7 SOURCES/ibus-libpinyin-1.15.7.tar.gz

@ -1,14 +1,14 @@
%global snapshot 0 %global snapshot 0
Name: ibus-libpinyin Name: ibus-libpinyin
Version: 1.12.0 Version: 1.15.7
Release: 5%{?dist} Release: 3%{?dist}
Summary: Intelligent Pinyin engine based on libpinyin for IBus Summary: Intelligent Pinyin engine based on libpinyin for IBus
License: GPLv3+ License: GPL-3.0-or-later
URL: https://github.com/libpinyin/ibus-libpinyin URL: https://github.com/libpinyin/ibus-libpinyin
Source0: http://downloads.sourceforge.net/libpinyin/ibus-libpinyin/%{name}-%{version}.tar.gz Source0: http://downloads.sourceforge.net/libpinyin/ibus-libpinyin/%{name}-%{version}.tar.gz
%if %snapshot %if %snapshot
Patch0: ibus-libpinyin-1.12.x-head.patch Patch0: ibus-libpinyin-1.15.x-head.patch
%endif %endif
Requires: python3-gobject Requires: python3-gobject
@ -75,22 +75,119 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup-libbopo
%{_datadir}/ibus-libpinyin/user.lua %{_datadir}/ibus-libpinyin/user.lua
%{_datadir}/ibus-libpinyin/network.txt %{_datadir}/ibus-libpinyin/network.txt
%{_datadir}/ibus-libpinyin/db/english.db %{_datadir}/ibus-libpinyin/db/english.db
%{_datadir}/ibus-libpinyin/db/strokes.db %{_datadir}/ibus-libpinyin/db/table.db
%dir %{_datadir}/ibus-libpinyin %dir %{_datadir}/ibus-libpinyin
%dir %{_datadir}/ibus-libpinyin/db %dir %{_datadir}/ibus-libpinyin/db
%{_datadir}/ibus/component/* %{_datadir}/ibus/component/*
%changelog %changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.12.0-5 * Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.15.7-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Bump release for October 2024 mass rebuild:
Related: rhbz#1991688 Resolves: RHEL-64018
* Mon Jul 19 2021 Peng Wu <pwu@redhat.com> - 1.12.0-4 * Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.15.7-2
- Clean up ibus write-cache in scriptlet - Bump release for June 2024 mass rebuild
- Resolves: #1974629
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.12.0-3 * Thu Feb 1 2024 Peng Wu <pwu@redhat.com> - 1.15.7-1
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - Update to 1.15.7
- bug fixes
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.6-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Florian Weimer <fweimer@redhat.com> - 1.15.6-3
- Add pointer casts for C89 compatibility
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Dec 15 2023 Peng Wu <pwu@redhat.com> - 1.15.6-1
- Update to 1.15.6
- bug fixes
* Mon Nov 27 2023 Peng Wu <pwu@redhat.com> - 1.15.5-1
- Update to 1.15.5
- bug fixes
* Mon Sep 4 2023 Peng Wu <pwu@redhat.com> - 1.15.4-1
- Update to 1.15.4
- Update network dictionary
- Fix Caps Lock for English mode
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Jun 1 2023 Peng Wu <pwu@redhat.com> - 1.15.3-2
- Rebuild the package
* Thu Jun 1 2023 Peng Wu <pwu@redhat.com> - 1.15.3-1
- Update to 1.15.3
- bug fixes
* Fri May 19 2023 Peng Wu <pwu@redhat.com> - 1.15.2-2
- Migrate to SPDX license
* Wed Mar 8 2023 Peng Wu <pwu@redhat.com> - 1.15.2-1
- Update to 1.15.2
- bug fixes
* Tue Feb 21 2023 Peng Wu <pwu@redhat.com> - 1.15.1-1
- Update to 1.15.1
- bug fixes
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Jan 4 2023 Peng Wu <pwu@redhat.com> - 1.15.0-1
- Update to 1.15.0
- bug fixes
* Wed Oct 19 2022 Peng Wu <pwu@redhat.com> - 1.14.91-1
- Update to 1.14.91
- require libpinyin 2.7.91
- improve suggestion candidates
- improve English candidates
- support longer candidates
- support Legacy mode
* Thu Sep 15 2022 Peng Wu <pwu@redhat.com> - 1.13.1-1
- Update to 1.13.1
- fix setup dialog
* Sat Aug 20 2022 Peng Wu <pwu@redhat.com> - 1.13.0-1
- Update to 1.13.0
- bug fixes
* Thu Aug 11 2022 Peng Wu <pwu@redhat.com> - 1.12.92-1
- Update to 1.12.92
- bug fixes
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.91-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Apr 14 2022 Peng Wu <pwu@redhat.com> - 1.12.91-1
- Update to 1.12.91
- enhance English input mode
- enhance Table input mode
- update setup dialog
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Sep 15 2021 Peng Wu <pwu@redhat.com> - 1.12.1-1
- Update to 1.12.1
- support compatibility display style
- remember cloud input
- bug fixes
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 18 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.12.0-4
- Delete ibus write-cache in scriptlet
* Wed Apr 21 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.12.0-3
- Resolves: #1948197 Change post to posttrans
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-2 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save