Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a437b73bc1 | ||
|
|
0738441bfc | ||
|
|
e82debceab | ||
|
|
f6f1403f19 | ||
|
|
77305b9ad8 | ||
|
|
bbdced032d | ||
|
|
3e43107049 |
4 changed files with 5 additions and 19 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -101,11 +101,3 @@ ibus-table-1.3.0.20100621.tar.gz
|
|||
/ibus-table-1.17.6.tar.gz
|
||||
/ibus-table-1.17.7.tar.gz
|
||||
/ibus-table-1.17.8.tar.gz
|
||||
/ibus-table-1.17.9.tar.gz
|
||||
/ibus-table-1.17.10.tar.gz
|
||||
/ibus-table-1.17.11.tar.gz
|
||||
/ibus-table-1.17.12.tar.gz
|
||||
/ibus-table-1.17.13.tar.gz
|
||||
/ibus-table-1.17.14.tar.gz
|
||||
/ibus-table-1.17.15.tar.gz
|
||||
/ibus-table-1.17.16.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,9 +1,3 @@
|
|||
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Nov 10 2023 Mike FABIAN <mfabian@redhat.com> - 1.17.4-1
|
||||
- Update to 1.17.4
|
||||
- Fix compose support for ibus >= 1.5.28
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: ibus-table
|
||||
Version: 1.17.16
|
||||
Version: 1.17.8
|
||||
Release: %autorelease
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPL-2.1-or-later
|
||||
|
|
@ -72,9 +72,9 @@ export PYTHON=%{__python3}
|
|||
|
||||
%check
|
||||
%if 0%{?fedora}
|
||||
appstreamcli validate --pedantic --explain --no-net %{buildroot}/%{_datadir}/metainfo/*.metainfo.xml
|
||||
appstreamcli validate --pedantic --explain --no-net %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
||||
%endif
|
||||
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.metainfo.xml
|
||||
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
||||
desktop-file-validate \
|
||||
$RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup-table.desktop
|
||||
pushd engine
|
||||
|
|
@ -102,7 +102,7 @@ fi
|
|||
%files -f %{name}.lang
|
||||
%doc AUTHORS COPYING README
|
||||
%{_datadir}/%{name}
|
||||
%{_datadir}/metainfo/*.metainfo.xml
|
||||
%{_datadir}/metainfo/*.appdata.xml
|
||||
%{_datadir}/ibus/component/table.xml
|
||||
%{_datadir}/icons/hicolor/16x16/apps/ibus-table.png
|
||||
%{_datadir}/icons/hicolor/22x22/apps/ibus-table.png
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ibus-table-1.17.16.tar.gz) = e7d9102b85f1f96470afdee270ca630e9b54cd668c29173740ee9e504d9977fd1569f3c0b64323b30c5afd71493b095a84f34175b07c5db453f89b935075083e
|
||||
SHA512 (ibus-table-1.17.8.tar.gz) = 0fb7ebb376ac35b29941e821eb320454b603edfe48e1745631bc06cd464b618b12fac541151f857360ba6a46e166e3565c2a3572709208d8e0f04f07a1adae86
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue