OBS User unknown 2009-03-26 16:31:27 +00:00 committed by Git OBS Bridge
parent ff8a7b3397
commit a8f577ac54
4 changed files with 98 additions and 51 deletions

View File

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

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

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

View File

@ -1,3 +1,44 @@
-------------------------------------------------------------------
Tue Mar 17 01:10:04 CET 2009 - mboman@suse.de
- Update to version 1.24.0:
+ pango-view improvements:
* pango-view -q now works without a X server
* Ability to save to PS, EPS, PDF, and SVG files. Filetype is
detected from output file extension
* New options --foreground, --background, and --annotate
* Now installs a manual page, thanks to help2man
+ PangoFc API changes:
* PangoFcFont now has a "fontmap" property that subclasses can
use at construction time to setup the font->fontmap link
* New backend-public API:
o pango_fc_font_map_find_decoder()
+ Misc optimizations
+ Build fixes
+ Misc bug fixes
+ Bugs fixed in this release:
* bgo#547963 - man page for pango-view
* bgo#502804 - pango-view or pangocairo-view option to
annotate
* bgo#502801 - per-backend pango-view options
* bgo#502805 - pango-view option for foreground/background
color
* rh#490331 - Crash of galeon in libpango
* bgo#523166 - pango-view opens display even when invoked with
-q
* bgo#567160 - Share cmap cache between PangoFcFont's of the
same face
* rh#487593 - crash changing language in gdm
* bgo#572662 - Remove deprecated GTK+ symbols
* bgo#572529 - Poor -I ordering can break build
- Remove perl-XML-Parser and sgml-skel from BuildRequires
- Remove AutoReqProv since it's default
- Remove %if statements <= 1020
- Remove xorg-x11-libs from PreReq
- Remove glibc-devel from Requires in -devel package
- Merge -doc into -devel since it only contained gtk-doc
- Remove custom CFLAGS
-------------------------------------------------------------------
Thu Feb 5 13:31:46 EST 2009 - mboman@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package pango (Version 1.23.0)
# spec file for package pango (Version 1.24.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -26,17 +26,14 @@ BuildRequires: gtk-doc
%if %suse_version >= 1100
BuildRequires: libthai-devel
%endif
BuildRequires: perl-XML-Parser
BuildRequires: sgml-skel
License: LGPL v2.1 or later
Group: System/Libraries
AutoReqProv: on
# bug437293
%ifarch ppc64
Obsoletes: pango-64bit
%endif
#
Version: 1.23.0
Version: 1.24.0
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
@ -44,13 +41,7 @@ Source1: README.SuSE
# PATCH-FIX-UPSTREAM pango64.patch bgo129534 -- needed for biarch. Unfortunately, this is not good enough for usptream.
Patch0: pango64.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: filesystem
PreReq: xorg-x11-libs xorg-x11-libXrender xorg-x11-libX11
%if %suse_version > 1020
# for libXdmcp.so.6 -- see https://bugzilla.novell.com/show_bug.cgi?id=310640#c4
PreReq: xorg-x11-libXdmcp
%endif
Requires: cairo >= 1.2.2
PreReq: xorg-x11-libXrender xorg-x11-libX11 xorg-x11-libXdmcp
%description
Pango is a library for layout and rendering of text, with an emphasis
@ -90,14 +81,15 @@ Authors:
%package devel
License: LGPL v2.1 or later
Requires: %{name} = %{version} cairo-devel fontconfig-devel freetype2-devel glib2-devel glibc-devel %(rpm -q --whatprovides XFree86-devel --queryformat '%{NAME}')
Requires: %{name} = %{version} cairo-devel fontconfig-devel freetype2-devel glib2-devel %(rpm -q --whatprovides XFree86-devel --queryformat '%{NAME}')
Summary: Include files and libraries mandatory for development
Group: Development/Libraries/GNOME
# bug437293
%ifarch ppc64
Obsoletes: pango-devel-64bit
%endif
#
Obsoletes: pango-doc <= %{version}
Provides: pango-doc = %{version}
%description devel
This package contains all necessary include files and libraries needed
@ -105,25 +97,6 @@ to develop applications that require these.
Authors:
--------
Owen Taylor <otaylor@redhat.com>
Changwoo Ryu <cwryu@adam.kaist.ac.kr>
Sivaraj Doddannan <sivaraj@intelligroup.com>
%package doc
License: LGPL v2.1 or later
Requires: %{name} = %{version}
Summary: System for Layout and Rendering of Internationalised Text
Group: System/Libraries
%description doc
Pango is a library for layout and rendering of text, with an emphasis
on internationalisation. It forms the core of text and font handling in
GTK+ 2.0.
Authors:
--------
Owen Taylor <otaylor@redhat.com>
@ -139,13 +112,11 @@ cp -a %{S:1} .
%build
autoreconf -f -i
# needed for pango-1.14.5:
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure --disable-static --with-pic
make %{?jobs:-j%jobs}
%install
make install DESTDIR=$RPM_BUILD_ROOT
%makeinstall
touch $RPM_BUILD_ROOT%{_sysconfdir}/pango/pango.modules
%if "%_lib" == "lib64"
mv $RPM_BUILD_ROOT%{_bindir}/pango-querymodules\
@ -257,12 +228,47 @@ fi
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/pango-1.0
%files doc
%defattr(-, root, root)
%{_datadir}/gtk-doc/html/pango
%changelog
* Tue Mar 17 2009 mboman@suse.de
- Update to version 1.24.0:
+ pango-view improvements:
* pango-view -q now works without a X server
* Ability to save to PS, EPS, PDF, and SVG files. Filetype is
detected from output file extension
* New options --foreground, --background, and --annotate
* Now installs a manual page, thanks to help2man
+ PangoFc API changes:
* PangoFcFont now has a "fontmap" property that subclasses can
use at construction time to setup the font->fontmap link
* New backend-public API:
o pango_fc_font_map_find_decoder()
+ Misc optimizations
+ Build fixes
+ Misc bug fixes
+ Bugs fixed in this release:
* bgo#547963 - man page for pango-view
* bgo#502804 - pango-view or pangocairo-view option to
annotate
* bgo#502801 - per-backend pango-view options
* bgo#502805 - pango-view option for foreground/background
color
* rh#490331 - Crash of galeon in libpango
* bgo#523166 - pango-view opens display even when invoked with
-q
* bgo#567160 - Share cmap cache between PangoFcFont's of the
same face
* rh#487593 - crash changing language in gdm
* bgo#572662 - Remove deprecated GTK+ symbols
* bgo#572529 - Poor -I ordering can break build
- Remove perl-XML-Parser and sgml-skel from BuildRequires
- Remove AutoReqProv since it's default
- Remove %%if statements <= 1020
- Remove xorg-x11-libs from PreReq
- Remove glibc-devel from Requires in -devel package
- Merge -doc into -devel since it only contained gtk-doc
- Remove custom CFLAGS
* Thu Feb 05 2009 mboman@suse.de
- Update to version 1.23.0:
+ Change the PangoFc font loading API to allow for lazy loading
@ -286,7 +292,7 @@ fi
bgo#551469, bgo#328206, bgo#166709, bgo#166676, bgo#164001,
bgo#384362, bgo#168085, bgo#529591, bgo#515807, bgo#512662,
bgo#565644, bgo#469049, bgo#565379, bgo#564877
* Wed Jan 28 2009 vuntz@novell.com
* Thu Jan 29 2009 vuntz@novell.com
- Drop pango-libtool.patch: it's already included upstream.
* Wed Jan 07 2009 olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
@ -321,7 +327,7 @@ fi
+ bgo#557620 pango_font_description_from_string not correct
* Tue Nov 11 2008 ro@suse.de
- SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf
* Tue Oct 21 2008 mboman@suse.de
* Wed Oct 22 2008 mboman@suse.de
- Update to version 1.22.1:
- Fix crasher when freeing PangoLayoutIter's
- Fix loading of bogus OpenType anchor tables
@ -425,7 +431,7 @@ fi
snapshots that renamed cairo-atsui to cairo-quartz-font, as well
as older versions
+ Minor bug fixes.
* Thu Mar 13 2008 maw@suse.de
* Fri Mar 14 2008 maw@suse.de
- Update to version 1.20.0:
+ Bug fixed: bgo#518084.
* Mon Mar 03 2008 maw@suse.de
@ -495,7 +501,7 @@ fi
`pango-querymodules.1', needed by `all-am'. Stop.
bgo#504585 pango-querymodules.1 syntax error
brc#426178: gtkdoc-scan fails on pango
* Wed Dec 19 2007 maw@suse.de
* Thu Dec 20 2007 maw@suse.de
- Revert to using pango64.patch for the time being (#349940).
* Mon Dec 17 2007 maw@suse.de
- Remove references to README.SuSE
@ -574,7 +580,7 @@ fi
[#489909], #488840, #486932, #486951, #485621, #485566,
[#485559], #481537, #478865, #472924, #472629, #472303,
[#471601], #471577, #471571, #471568, and #469641.
* Tue Sep 18 2007 maw@suse.de
* Wed Sep 19 2007 maw@suse.de
- Add xorg-x11-libXdmcp as a prerequisite (#310640)
- Fix the source tarball's permissions.
* Tue Sep 18 2007 sbrabec@suse.cz
@ -655,7 +661,7 @@ fi
- Bug 349813 ¿ typo in docs for pango_layout_move_cursor_visually
* Mon Sep 04 2006 sbrabec@suse.cz
- Removed SuSEconfig.pango (FATE#300947).
* Tue Aug 29 2006 jhargadon@suse.de
* Wed Aug 30 2006 jhargadon@suse.de
- update to version 1.14.2
- Find shaper/font for Private Use and space characters
* Thu Aug 17 2006 jhargadon@suse.de
@ -735,7 +741,7 @@ fi
- Update to version 1.10.2.
* Tue Oct 11 2005 gekker@suse.de
- Update to version 1.10.1
* Wed Aug 17 2005 gekker@suse.de
* Thu Aug 18 2005 gekker@suse.de
- Update to version 1.10.0
* Mon Aug 01 2005 gekker@suse.de
- Update to version 1.9.1
@ -756,7 +762,7 @@ fi
- Update version to 1.6.0.
* Wed Oct 20 2004 ro@suse.de
- make specfile rpm-3-save
* Wed Aug 25 2004 federico@ximian.com
* Thu Aug 26 2004 federico@ximian.com
- Updated to pango 1.4.1
- Removed pango-strict-aliasing.patch, as an equivalent patch is in
the tarball now
@ -875,7 +881,7 @@ fi
- updated to version 0.24 [GNOME desktop-alpha2]
* Thu Jan 17 2002 hhetter@suse.de
- delete SuSEconfig-run-flag after registering pango modules
* Wed Jan 16 2002 ro@suse.de
* Thu Jan 17 2002 ro@suse.de
- re-added .so symlinks to devel filelist (without wildcards)
* Wed Jan 16 2002 hhetter@suse.de
- added SuSEconfig script to register the pango modules