diff --git a/.gitignore b/.gitignore index f4c4224..adb7ca5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /graphite2-1.0.2.tgz /graphite2-1.0.3.tgz +/graphite2-1.1.0.tgz diff --git a/graphite2.spec b/graphite2.spec index 126a916..46c4292 100644 --- a/graphite2.spec +++ b/graphite2.spec @@ -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 - 1.1.0-1 +- New upstream release * Fri Sep 23 2011 Nicholas van Oudtshoorn - 1.0.3-1 - New upstream release * Fri Aug 26 2011 Nicholas van Oudtshoorn - 1.0.2-3 diff --git a/sources b/sources index 2aa6e56..e617ee5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3bf481ca95109b14435125c0dd1f2217 graphite2-1.0.3.tgz +da6330eb13fa6175f7625365e6ca18fe graphite2-1.1.0.tgz