Accepting request 45135 from GNOME:Factory

Copy from GNOME:Factory/pango based on submit request 45135 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/45135
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=55
This commit is contained in:
OBS User autobuild 2010-08-09 14:45:30 +00:00 committed by Git OBS Bridge
commit 3a79cd2628
4 changed files with 40 additions and 22 deletions

View File

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

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

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sat Aug 7 11:29:06 CEST 2010 - vuntz@opensuse.org
- Update BuildRequires to use the pkgconfig() style: use cairo,
fontconfig, freetype2, gobject-2.0, gobject-introspection-1.0,
libthai, xft, xrender instead of old-style BuildRequires
(cairo-devel, glib2-devel, gobject-introspection-devel,
libthai-devel)
- Remove check for old versions of openSUSE (11.0 and earlier).
-------------------------------------------------------------------
Mon Jul 5 20:47:45 CEST 2010 - dimstar@opensuse.org
- Update to version 1.28.1:
+ pango-view now accepts --margin
+ Various HarfBuzz bug fixes
+ Build fixes
+ Bugs fixed:
- bgo#582698: Support CSS-style margin specification
- bgo#621612: VPATH build fix
- bgo#605870: Incorrect shaping for Syriac
- bgo#457990: font metrics are not converted to user space in
cairo backend
- bgo#613015: [HB] Does not sanitize Device tables referenced
from ValueRecords.
-------------------------------------------------------------------
Sat Apr 24 11:38:24 UTC 2010 - coolo@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package pango (Version 1.28.0)
# spec file for package pango (Version 1.28.1)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -20,14 +20,16 @@
Name: pango
BuildRequires: gcc-c++
BuildRequires: cairo-devel
BuildRequires: glib2-devel
BuildRequires: gobject-introspection-devel
BuildRequires: gtk-doc
BuildRequires: pkg-config
%if %suse_version >= 1100
BuildRequires: libthai-devel
%endif
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(libthai)
BuildRequires: pkgconfig(xft)
BuildRequires: pkgconfig(xrender)
License: LGPLv2.1+
Group: System/Libraries
# bug437293
@ -35,8 +37,8 @@ Group: System/Libraries
Obsoletes: pango-64bit
%endif
#
Version: 1.28.0
Release: 2
Version: 1.28.1
Release: 1
Summary: System for Layout and Rendering of Internationalised Text
Source: ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.18/%{name}-%{version}.tar.bz2
Source1: README.SuSE
@ -59,8 +61,6 @@ Authors:
Changwoo Ryu <cwryu@adam.kaist.ac.kr>
Sivaraj Doddannan <sivaraj@intelligroup.com>
%if %suse_version >= 1100
%package module-thai-lang
License: LGPLv2.1+
Summary: System for Layout and Rendering of Internationalised Text
@ -80,8 +80,6 @@ Authors:
Changwoo Ryu <cwryu@adam.kaist.ac.kr>
Sivaraj Doddannan <sivaraj@intelligroup.com>
%endif
%package devel
License: LGPLv2.1+
Requires: %{name} = %{version} cairo-devel fontconfig-devel freetype2-devel glib2-devel %(rpm -q --whatprovides XFree86-devel --queryformat '%{NAME}')
@ -161,7 +159,6 @@ if [ -x usr/bin/pango-querymodules ] ; then
> etc/pango/pango.modules
fi
%endif
%if %suse_version >= 1100
%post module-thai-lang
%if "%_lib" == "lib64"
@ -190,7 +187,6 @@ if [ -x usr/bin/pango-querymodules ] ; then
> etc/pango/pango.modules
fi
%endif
%endif
%files
%defattr(-,root,root)
@ -206,9 +202,7 @@ fi
%dir %{_libdir}/pango/1.6.0
%dir %{_libdir}/pango/1.6.0/modules
%{_libdir}/pango/1.6.0/modules/*.so
%if %suse_version >= 1100
%exclude %{_libdir}/pango/1.6.0/modules/pango-thai-lang.so
%endif
%{_libdir}/lib*.so.*
%{_libdir}/girepository-1.0/*.typelib
%{_datadir}/gir-1.0/*.gir
@ -220,12 +214,10 @@ fi
%else
%ghost %{_sysconfdir}/pango/pango.modules
%endif
%if %suse_version >= 1100
%files module-thai-lang
%defattr(-, root, root)
%{_libdir}/pango/1.6.0/modules/pango-thai-lang.so
%endif
%files devel
%defattr(-, root, root)