Accepting request 99118 from GNOME:Factory

Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/99118
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=65
This commit is contained in:
Stephan Kulow 2012-01-06 10:46:22 +00:00 committed by Git OBS Bridge
commit 46faf8bac8
4 changed files with 46 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f15deecaecf1e9dcb7db0e4947d12b5bcff112586434f8d30a5afd750747ff2b
size 1471181

3
pango-1.29.5.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2fc74dcb162dd471198be2e68b12ce7528fe059ce6cdd79bbb529ee58a39e136
size 1520122

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Dec 8 20:09:27 UTC 2011 - dimstar@opensuse.org
- Split typelib files into typelib-1_0-Pango-1_0 subpackage.
- Add typelib-1_0-Pango-1_0 Requires to devel subpackage.
-------------------------------------------------------------------
Tue Nov 22 22:10:56 UTC 2011 - dimstar@opensuse.org
- Update to version 1.29.5:
+ Documentation fixes
+ Build fixes for ATSUI backend
+ Add more Chinese poetry
+ Fix ChanContext backtrack matching with GPOS
+ Bugs fixed: bgo#653985, bgo#635399, bgo#658561, bgo#656014,
bgo#654689, bgo#403499, bgo#650456, bgo#653985, bgo#661612.
-------------------------------------------------------------------
Thu Sep 29 07:44:31 UTC 2011 - vuntz@opensuse.org

View File

@ -15,16 +15,15 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# When updating the binary version, do not forget to also update baselibs.conf
%define pango_binary_version 1.6.0
Name: pango
License: LGPLv2.1+
Group: System/Libraries
Version: 1.29.4
Release: 1
Version: 1.29.5
Release: 0
Summary: Library for Layout and Rendering of Text
License: LGPL-2.1+
Group: System/Libraries
Url: http://www.pango.org/
Source: http://download.gnome.org/sources/pango/1.29/%{name}-%{version}.tar.bz2
Source1: README.SuSE
@ -40,7 +39,7 @@ BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(libthai)
BuildRequires: pkgconfig(libthai) >= 0.1.9
BuildRequires: pkgconfig(xft)
BuildRequires: pkgconfig(xrender)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -53,7 +52,6 @@ is needed.
Pango forms the core of text and font handling for GTK+.
%package -n libpango-1_0-0
License: LGPLv2.1+
Summary: Library for Layout and Rendering of Text
Group: System/Libraries
Requires(post): %{name}-tools
@ -72,8 +70,20 @@ is needed.
Pango forms the core of text and font handling for GTK+.
%package -n typelib-1_0-Pango-1_0
Summary: Library for Layout and Rendering of Text -- Introspection bindings
Group: System/Libraries
%description -n typelib-1_0-Pango-1_0
Pango is a library for layout and rendering of text, with an emphasis
on internationalization. It can be used anywhere that text layout
is needed.
Pango forms the core of text and font handling for GTK+.
This package provides the GObject Introspection bindings for Pango.
%package tools
License: LGPLv2.1+
Summary: Library for Layout and Rendering of Text -- Tools
Group: System/Libraries
@ -85,7 +95,6 @@ is needed.
Pango forms the core of text and font handling for GTK+.
%package module-thai-lang
License: LGPLv2.1+
Summary: Library for Layout and Rendering of Text -- Module for the Thai Language
Group: System/Libraries
Requires(post): %{name}-tools
@ -100,8 +109,8 @@ is needed.
Pango forms the core of text and font handling for GTK+.
%package devel
License: LGPLv2.1+
Requires: libpango-1_0-0 = %{version}
Requires: typelib-1_0-Pango-1_0 = %{version}
Summary: Library for Layout and Rendering of Text -- Development Files
Group: Development/Libraries/GNOME
# bug437293
@ -222,10 +231,6 @@ fi
%{_libdir}/pango/%{pango_binary_version}/modules/pango-thai-fc.so
%{_libdir}/pango/%{pango_binary_version}/modules/pango-tibetan-fc.so
%{_libdir}/lib*.so.*
%{_libdir}/girepository-1.0/Pango-1.0.typelib
%{_libdir}/girepository-1.0/PangoCairo-1.0.typelib
%{_libdir}/girepository-1.0/PangoFT2-1.0.typelib
%{_libdir}/girepository-1.0/PangoXft-1.0.typelib
%dir %{_sysconfdir}/pango
%{_sysconfdir}/pango/pangox.aliases
%if "%_lib" == "lib64"
@ -234,6 +239,13 @@ fi
%ghost %{_sysconfdir}/pango/pango.modules
%endif
%files -n typelib-1_0-Pango-1_0
%defattr(-,root,root)
%{_libdir}/girepository-1.0/Pango-1.0.typelib
%{_libdir}/girepository-1.0/PangoCairo-1.0.typelib
%{_libdir}/girepository-1.0/PangoFT2-1.0.typelib
%{_libdir}/girepository-1.0/PangoXft-1.0.typelib
%files tools
%defattr(-, root, root)
%{_bindir}/pango-querymodules*