This commit is contained in:
Dennis Gilmore 2016-02-04 00:20:30 +00:00
parent 7a7b79d603
commit 1af7a8d8a8

View File

@ -3,7 +3,7 @@
Name: ibus-hangul
Version: 1.5.0
Release: 5%{?dist}
Release: 6%{?dist}
Summary: The Hangul engine for IBus input platform
License: GPLv2+
Group: System Environment/Libraries
@ -126,6 +126,9 @@ fi
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Thu Jul 2 2015 Daiki Ueno <dueno@redhat.com> - 1.5.0-5
- require python3-gobject instead of pygobject3, to avoid python2
dependency. Suggested by Miro Hrončok.