This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 74c80ab12d86cb537a6ccf7d573feec71535677c (commit) via 3e1532929ecdda146c6a3e3e1dc76298b136098b (commit) from 58adb7e153b82f6b033038cfe236870c753b2140 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 74c80ab12d86cb537a6ccf7d573feec71535677c Author: Stefan Schantl stefan.schantl@ipfire.org Date: Wed Sep 19 19:54:23 2012 +0200
pango: Update to 1.31.0.
Now requires harfbuzz to build and on runtime.
Fixes #10229.
commit 3e1532929ecdda146c6a3e3e1dc76298b136098b Author: Stefan Schantl stefan.schantl@ipfire.org Date: Wed Sep 19 19:53:28 2012 +0200
harfbuzz: New package.
harfbuzz is a build dependency of pango > 1.31.
Reference #10229.
-----------------------------------------------------------------------
Summary of changes: libX11/libX11.nm => harfbuzz/harfbuzz.nm | 25 +++++++++++++------------ pango/pango.nm | 10 +++++----- 2 files changed, 18 insertions(+), 17 deletions(-) copy libX11/libX11.nm => harfbuzz/harfbuzz.nm (64%)
Difference in files: diff --git a/harfbuzz/harfbuzz.nm b/harfbuzz/harfbuzz.nm new file mode 100644 index 0000000..7ab7e1e --- /dev/null +++ b/harfbuzz/harfbuzz.nm @@ -0,0 +1,44 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team info@ipfire.org # +############################################################################### + +name = harfbuzz +version = 0.9.4 +release = 1 + +groups = System/Libraries +url = http://freedesktop.org/wiki/Software/HarfBuzz +license = MIT +summary = A text shaping library. + +description + HarfBuzz is an implementation of the OpenType Layout engine. +end + +source_dl = http://www.freedesktop.org/software/harfbuzz/release/ +sources = %{thisapp}.tar.bz2 + +build + requires + cairo-devel + freetype-devel + glib2-devel + end + + test + make check + end +end + +packages + package %{name} + + package %{name}-devel + template DEVEL + end + + package %{name}-debuginfo + template DEBUGINFO + end +end diff --git a/pango/pango.nm b/pango/pango.nm index ba16ffb..be1409d 100644 --- a/pango/pango.nm +++ b/pango/pango.nm @@ -4,9 +4,9 @@ ###############################################################################
name = pango -major = 1.29 -version = %{major}.5 -release = 2 +major = 1.31 +version = %{major}.0 +release = 1
groups = System/Libraries url = http://www.pango.org/ @@ -14,7 +14,7 @@ license = LGPLv2+ summary = System for layout and rendering of internationalized text.
description - Pango is a library for laying out and rendering of text, with an \ + Pango is a library for laying out and rendering of text, with an emphasis on internationalization. end
@@ -29,6 +29,7 @@ build gcc-c++ glib2-devel glibc-devel + harfbuzz-devel libXft-devel perl pkg-config @@ -40,7 +41,6 @@ end
packages package %{name} - end
package %{name}-devel template DEVEL
hooks/post-receive -- IPFire 3.x development tree