From ddab636e2fdd8e855bee202d4e6b207d52f2158f Mon Sep 17 00:00:00 2001 From: Nicholas van Oudtshoorn Date: Thu, 30 May 2013 16:15:25 +0800 Subject: [PATCH 1/2] Update to 1.2.2 --- .gitignore | 1 + graphite2.spec | 7 +++++-- sources | 3 +-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 032a4a3..e49b96b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /graphite2-1.1.0.tgz /graphite2-1.1.1.tgz /graphite2-1.2.0.tgz +/graphite2-1.2.2.tgz diff --git a/graphite2.spec b/graphite2.spec index 253653c..c0d6560 100644 --- a/graphite2.spec +++ b/graphite2.spec @@ -1,6 +1,6 @@ Name: graphite2 -Version: 1.2.0 -Release: 4%{?dist} +Version: 1.2.2 +Release: 1%{?dist} Summary: Font rendering capabilities for complex non-Roman writing systems Group: Development/Tools @@ -74,6 +74,9 @@ ctest %{_libdir}/pkgconfig/graphite2.pc %changelog +* Thu May 30 2013 Nicholas van Oudtshoorn - 1.2.2-1 +- New upstream release + * Tue Jan 29 2013 Parag Nemade - 1.2.0-4 - Drop refman.pdf as its same as manual.html - patch install path for cmake files as they are arch dependent diff --git a/sources b/sources index 1c65143..1960cf8 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -d2470967db5cdc6c04468950e423e9df graphite2-1.1.1.tgz -f5ef3f7f10fa8c3542c6a085a233080b graphite2-1.2.0.tgz +4bfd5db6c91a4097cd76a699beaca70e graphite2-1.2.2.tgz From 214b32adf2d1639b25f96c64e8e838680bf22635 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Wed, 19 Jun 2013 16:46:43 +0200 Subject: [PATCH 2/2] use minimum texlive buildrequires, Than Ngo, rhbz#975843 --- graphite2.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/graphite2.spec b/graphite2.spec index c0d6560..7fb1898 100644 --- a/graphite2.spec +++ b/graphite2.spec @@ -13,8 +13,7 @@ Patch1: graphite2-1.2.0-cmakepath.patch BuildRequires: cmake BuildRequires: freetype-devel BuildRequires: doxygen asciidoc -BuildRequires: texlive-collection-latexextra -BuildRequires: texlive-helvetic +BuildRequires: texlive-helvetic texlive-sectsty texlive-tocloft texlive-xtab texlive-multirow Obsoletes: silgraphite < 2.3.1-5 @@ -74,6 +73,9 @@ ctest %{_libdir}/pkgconfig/graphite2.pc %changelog +* Wed Jun 19 2013 Karsten Hopp 1.2.2-1 +- use minimum texlive buildrequires, Than Ngo, rhbz#975843 + * Thu May 30 2013 Nicholas van Oudtshoorn - 1.2.2-1 - New upstream release