Compare commits

...

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

2
.gitignore vendored

@ -1 +1 @@
SOURCES/ibus-libzhuyin-1.8.93.tar.gz
SOURCES/ibus-libzhuyin-1.10.0.tar.gz

@ -1 +1 @@
d1a30c1aef50164cd786f009156c5457f670a019 SOURCES/ibus-libzhuyin-1.8.93.tar.gz
c2c460a12106ecf9cf9a5dfedcac242d06612686 SOURCES/ibus-libzhuyin-1.10.0.tar.gz

@ -1,14 +1,14 @@
%global snapshot 0
Name: ibus-libzhuyin
Version: 1.8.93
Release: 1%{?dist}
Version: 1.10.0
Release: 4%{?dist}
Summary: New Zhuyin engine based on libzhuyin for IBus
License: GPLv2+
URL: https://github.com/libzhuyin/ibus-libzhuyin
Source0: http://downloads.sourceforge.net/libzhuyin/ibus-libzhuyin/%{name}-%{version}.tar.gz
%if %snapshot
Patch0: ibus-libzhuyin-1.9.x-HEAD.patch
Patch0: ibus-libzhuyin-1.10.x-HEAD.patch
%endif
BuildRequires: gcc-c++
@ -21,6 +21,7 @@ BuildRequires: ibus-devel >= 1.3
BuildRequires: libpinyin-devel >= 2.0.91
BuildRequires: python3-devel
BuildRequires: libpinyin-tools
BuildRequires: make
# Requires(post): sqlite
@ -45,10 +46,12 @@ based on libzhuyin for IBus.
--with-python=python3
# make -C po update-gmo
make %{?_smp_mflags} V=1
%make_build
%install
make install DESTDIR=${RPM_BUILD_ROOT} INSTALL="install -p"
%make_install
%py_byte_compile %{python3} $RPM_BUILD_ROOT%{_datadir}/ibus-libzhuyin/setup
%find_lang %{name}
@ -68,8 +71,58 @@ make install DESTDIR=${RPM_BUILD_ROOT} INSTALL="install -p"
%changelog
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.8.93-1
- Rebuilt for MSVSphere 8.8
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.10.0-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.10.0-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Dec 16 2020 Peng Wu <pwu@redhat.com> - 1.10.0-1
- Update to 1.10.0
- bug fixes
* Mon Nov 2 2020 Peng Wu <pwu@redhat.com> - 1.9.92-1
- Update to 1.9.92
- update zhuyin data
* Thu Oct 29 2020 Peng Wu <pwu@redhat.com> - 1.9.91-1
- Update to 1.9.91
- support libpinyin 2.4.92
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 1.9.1-5
- Use make macros
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
* Mon Jul 13 2020 Peng Wu <pwu@redhat.com> - 1.9.1-4
- Switch to use py_byte_compile rpm macro
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Mon May 20 2019 Peng Wu <pwu@redhat.com> - 1.9.1-1
- Update to 1.9.1
- fixes page up and page down shortcut key
- fixes special symbols
- fixes escape handling
- fixes numpad
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Tue Jan 22 2019 Peng Wu <pwu@redhat.com> - 1.9.0-1
- Update to 1.9.0
- fixes special symbol
- add need-tone option
* Fri Nov 2 2018 Peng Wu <pwu@redhat.com> - 1.8.93-1
- Update to 1.8.93

Loading…
Cancel
Save