Update to 1.1.0

This commit is contained in:
Nicholas van Oudtshoorn 2012-02-08 14:46:05 +08:00
parent b2b1c013ab
commit 919166d448
3 changed files with 6 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/graphite2-1.0.2.tgz
/graphite2-1.0.3.tgz
/graphite2-1.1.0.tgz

View File

@ -1,5 +1,5 @@
Name: graphite2
Version: 1.0.3
Version: 1.1.0
Release: 1%{?dist}
Summary: Font rendering capabilities for complex non-Roman writing systems
Group: Development/Tools
@ -36,7 +36,7 @@ Includes and definitions for developing with graphite2.
%setup -q
%build
%cmake -DENABLE_COMPARE_RENDERER=OFF .
%cmake -DGRAPHITE2_COMPARE_RENDERER=OFF .
make %{?_smp_mflags}
make docs
@ -69,6 +69,8 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
%{_libdir}/pkgconfig/graphite2.pc
%changelog
* Wed Feb 8 2012 Nicholas van Oudtshoorn <vanoudt@gmail.com> - 1.1.0-1
- New upstream release
* Fri Sep 23 2011 Nicholas van Oudtshoorn <vanoudt@gmail.com> - 1.0.3-1
- New upstream release
* Fri Aug 26 2011 Nicholas van Oudtshoorn <vanoudt@gmail.com> - 1.0.2-3

View File

@ -1 +1 @@
3bf481ca95109b14435125c0dd1f2217 graphite2-1.0.3.tgz
da6330eb13fa6175f7625365e6ca18fe graphite2-1.1.0.tgz