Accepting request 133290 from home:vuntz:branches:GNOME:Factory
suggested tweak OBS-URL: https://build.opensuse.org/request/show/133290 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=82
This commit is contained in:
parent
c8360d2905
commit
b2dfc96363
@ -3,7 +3,7 @@ Tue Aug 21 15:28:34 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.31.0:
|
||||
+ Port to harfbuzz 0.9.x, use external harfbuzz
|
||||
+ Remove Arabic, Syriac, Hangul Hebrew, Khmer, Tibetan and Thai
|
||||
+ Remove Arabic, Hangul, Hebrew, Khmer, Syriac, Tibetan and Thai
|
||||
shapers (replaced by harfbuzz)
|
||||
+ Remove Indic module (replaced by harfbuzz)
|
||||
+ Remove Atsui support (superseded by CoreText)
|
||||
@ -11,7 +11,8 @@ Tue Aug 21 15:28:34 UTC 2012 - dimstar@opensuse.org
|
||||
+ Bugs fixed: bgo#679654, bgo#680965, bgo#681423.
|
||||
- Drop pango-implicit.patch: fixed upstream.
|
||||
- Add pkgconfig(harfbuzz) BuildRequires: new dependency.
|
||||
- Bump pango_binary_version defines to 1.8.0 (baselibs.conf too).
|
||||
- Bump pango_binary_version defines to 1.8.0 (in baselibs.conf
|
||||
too).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 6 19:30:03 UTC 2012 - dimstar@opensuse.org
|
||||
|
@ -40,7 +40,7 @@ BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(freetype2)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(harfbuzz)
|
||||
BuildRequires: pkgconfig(harfbuzz) >= 0.9
|
||||
BuildRequires: pkgconfig(libthai) >= 0.1.9
|
||||
BuildRequires: pkgconfig(xft)
|
||||
BuildRequires: pkgconfig(xrender)
|
||||
@ -56,9 +56,9 @@ Pango forms the core of text and font handling for GTK+.
|
||||
%package -n libpango-1_0-0
|
||||
Summary: Library for Layout and Rendering of Text
|
||||
Group: System/Libraries
|
||||
Requires(post): %{name}-tools
|
||||
Provides: %{name} = %{version}
|
||||
Obsoletes: %{name} < %{version}
|
||||
Requires(post): %{name}-tools
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: pango-64bit
|
||||
@ -99,9 +99,9 @@ Pango forms the core of text and font handling for GTK+.
|
||||
%package module-thai-lang
|
||||
Summary: Library for Layout and Rendering of Text -- Module for the Thai Language
|
||||
Group: System/Libraries
|
||||
Provides: locale(pango:th_TH)
|
||||
Requires(post): %{name}-tools
|
||||
Requires(postun): %{name}-tools
|
||||
Provides: locale(pango:th_TH)
|
||||
|
||||
%description module-thai-lang
|
||||
Pango is a library for layout and rendering of text, with an emphasis
|
||||
@ -117,7 +117,7 @@ Requires: libpango-1_0-0 = %{version}
|
||||
Requires: typelib-1_0-Pango-1_0 = %{version}
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: pkgconfig(pango)-64bit
|
||||
Obsoletes: pango-devel-64bit
|
||||
%endif
|
||||
Provides: pango-doc = %{version}
|
||||
Obsoletes: pango-doc < %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user