Update to 1.1

This commit is contained in:
Christopher Meng 2014-05-09 11:30:15 +08:00
parent e311cd18ff
commit 93fdf09cb3
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/ttfautohint-0.97.tar.gz
/ttfautohint-1.00.tar.gz
/ttfautohint-1.1.tar.gz

View File

@ -1 +1 @@
e4e798ea648831e23bb405dd1f3a7578 ttfautohint-1.00.tar.gz
210c45a7fe2eccb7c630b043e8b3992a ttfautohint-1.1.tar.gz

View File

@ -1,5 +1,5 @@
Name: ttfautohint
Version: 1.00
Version: 1.1
Release: 1%{?dist}
Summary: Automated hinting utility for TrueType fonts
License: FTL or GPLv2
@ -37,7 +37,7 @@ This is a GUI of %{name} based on Qt4.
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
%make_install
%files
%doc AUTHORS COPYING NEWS README THANKS TODO *.TXT
@ -49,6 +49,9 @@ make install DESTDIR=%{buildroot}
%{_bindir}/ttfautohintGUI
%changelog
* Wed May 07 2014 Christopher Meng <rpm@cicku.me> - 1.1-1
- Update to 1.1
* Sat Mar 22 2014 Christopher Meng <rpm@cicku.me> - 1.00-1
- Update to 1.00