Update to 1.5.35
- Update translations from zanata (es, pl and uk updated) - Update UnicodeData.txt to UnicodeData-11.0.0d13.txt - Read also the emoji names from the emoji-test.txt file - Update Unicode emoji data to a prerelease of Unicode Emoji Data 11.0 - Fix PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecat -d. - Add “Twemoji” as a good colour emoji font to the emoji-picker font list - Don’t show the languages en_001 and es_419 in the browsing treeview - Use romaji=True by default in EmojiMatcher - Update emoji annotations from CLDR - Fix Source URL in spec file, fedorahosted is retired. - Use gzip -n to not include build timestamps in .gz headers
This commit is contained in:
parent
22175b068d
commit
63799b6e40
1
.gitignore
vendored
1
.gitignore
vendored
@ -91,3 +91,4 @@
|
||||
/ibus-typing-booster-1.5.32.tar.gz
|
||||
/ibus-typing-booster-1.5.33.tar.gz
|
||||
/ibus-typing-booster-1.5.34.tar.gz
|
||||
/ibus-typing-booster-1.5.35.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 1.5.34
|
||||
Release: 4%{?dist}
|
||||
Version: 1.5.35
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+
|
||||
Group: System Environment/Libraries
|
||||
URL: https://mike-fabian.github.io/ibus-typing-booster/
|
||||
Source0: https://fedorahosted.org/releases/i/b/ibus-typing-booster/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/mike-fabian/ibus-typing-booster/releases/download/%{version}/ibus-typing-booster-%{version}.tar.gz
|
||||
Requires: ibus >= 1.5.3
|
||||
Requires: m17n-lib
|
||||
Requires: python3 >= 3.3
|
||||
@ -79,14 +79,14 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkg
|
||||
rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/UnicodeData.txt
|
||||
# At least emoji-data.txt emoji-sequences.txt emoji-zwj-sequences.txt
|
||||
# are still there even on Fedora >= 26 they are not available in any packages:
|
||||
gzip --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/*.txt
|
||||
gzip -n --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/*.txt
|
||||
# The json file from emojione is not deleted anymore because
|
||||
# the package nodejs-emojione-json has been orphaned:
|
||||
gzip --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/*.json
|
||||
gzip -n --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/*.json
|
||||
%else
|
||||
gzip --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/*.{txt,json}
|
||||
gzip --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/annotations/*.xml
|
||||
gzip --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/annotationsDerived/*.xml
|
||||
gzip -n --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/*.{txt,json}
|
||||
gzip -n --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/annotations/*.xml
|
||||
gzip -n --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/annotationsDerived/*.xml
|
||||
%endif
|
||||
|
||||
%find_lang %{name}
|
||||
@ -147,6 +147,21 @@ make check || cat ./tests/test-suite.log
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 07 2018 Mike FABIAN <mfabian@redhat.com> - 1.5.35-1
|
||||
- Update to 1.5.35
|
||||
- Update translations from zanata (es, pl and uk updated)
|
||||
- Update UnicodeData.txt to UnicodeData-11.0.0d13.txt
|
||||
- Read also the emoji names from the emoji-test.txt file
|
||||
- Update Unicode emoji data to a prerelease of Unicode Emoji Data 11.0
|
||||
- Fix PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecat
|
||||
-d.
|
||||
- Add “Twemoji” as a good colour emoji font to the emoji-picker font list
|
||||
- Don’t show the languages en_001 and es_419 in the browsing treeview
|
||||
- Use romaji=True by default in EmojiMatcher
|
||||
- Update emoji annotations from CLDR
|
||||
- Fix Source URL in spec file, fedorahosted is retired.
|
||||
- Use gzip -n to not include build timestamps in .gz headers
|
||||
|
||||
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.5.34-4
|
||||
- Escape macros in %%changelog
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-1.5.34.tar.gz) = d101a1817bbeeee3ba76d75c5c823ebea270d78b6b55b4e0e52d7a9cb216d232f9ec7419036e8a9feb3f0cabeb182190bed653dab39b8b2f1d9e94643de21183
|
||||
SHA512 (ibus-typing-booster-1.5.35.tar.gz) = 7b1fda54a03268fb9f6ecd053299adf10056d82b220a2fca6fc84014af5a8bc6a9831a21a8ed82e5286a3df14239f3c869e6b3931094e819165dbd6156c2a680
|
||||
|
Loading…
Reference in New Issue
Block a user