Switch GUI to Qt5
This commit is contained in:
parent
ece23eefdb
commit
b52506d0a7
@ -1,6 +1,6 @@
|
||||
Name: ttfautohint
|
||||
Version: 1.8.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Automated hinting utility for TrueType fonts
|
||||
License: FTL or GPLv2
|
||||
URL: http://www.freetype.org/ttfautohint
|
||||
@ -9,7 +9,7 @@ BuildRequires: gcc gcc-c++
|
||||
BuildRequires: freetype-devel
|
||||
BuildRequires: harfbuzz-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: qt4-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
Provides: bundled(gnulib)
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
|
||||
@ -93,6 +93,9 @@ find %{buildroot} -name '*.la' -delete
|
||||
%{_libdir}/pkgconfig/ttfautohint.pc
|
||||
|
||||
%changelog
|
||||
* Thu Jun 07 2018 Yaakov Selkowitz <yselkowi@redhat.com> - 1.8.1-3
|
||||
- Switch GUI to Qt5
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user