Update to 1.1.0
This commit is contained in:
parent
b2b1c013ab
commit
919166d448
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/graphite2-1.0.2.tgz
|
||||
/graphite2-1.0.3.tgz
|
||||
/graphite2-1.1.0.tgz
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user