2007-01-05 16:49:43 +01:00
|
|
|
|
#
|
2008-04-10 11:58:17 +02:00
|
|
|
|
# spec file for package pango (Version 1.20.1)
|
2007-01-05 16:49:43 +01:00
|
|
|
|
#
|
2008-02-01 23:09:21 +01:00
|
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-05 16:49:43 +01:00
|
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
|
#
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
2008-03-03 18:13:35 +01:00
|
|
|
|
|
2007-01-05 16:49:43 +01:00
|
|
|
|
Name: pango
|
|
|
|
|
BuildRequires: cairo-devel gtk-doc perl-XML-Parser sgml-skel
|
2007-12-18 18:54:24 +01:00
|
|
|
|
License: LGPL v2.1 or later
|
2007-01-05 16:49:43 +01:00
|
|
|
|
Group: System/Libraries
|
2007-09-20 01:41:57 +02:00
|
|
|
|
AutoReqProv: on
|
2008-04-10 11:58:17 +02:00
|
|
|
|
Version: 1.20.1
|
2008-04-10 15:22:55 +02:00
|
|
|
|
Release: 2
|
2007-01-05 16:49:43 +01:00
|
|
|
|
Summary: System for Layout and Rendering of Internationalised Text
|
2007-09-20 01:41:57 +02:00
|
|
|
|
Source: ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.18/%{name}-%{version}.tar.bz2
|
2007-12-22 19:34:09 +01:00
|
|
|
|
Source1: README.SuSE
|
|
|
|
|
# Patch0: pango-biarch.patch
|
|
|
|
|
Patch0: pango64.patch
|
2007-02-19 23:39:03 +01:00
|
|
|
|
# This appears to be upstream now
|
|
|
|
|
# Patch2: bugzilla-53228-artificial-bold-and-italic.patch
|
2007-01-05 16:49:43 +01:00
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
PreReq: filesystem
|
|
|
|
|
%if %suse_version > 1010
|
|
|
|
|
PreReq: xorg-x11-libs xorg-x11-libXrender xorg-x11-libX11
|
|
|
|
|
%endif
|
2007-09-20 01:41:57 +02:00
|
|
|
|
%if %suse_version > 1020
|
|
|
|
|
# for libXdmcp.so.6 -- see https://bugzilla.novell.com/show_bug.cgi?id=310640#c4
|
|
|
|
|
PreReq: xorg-x11-libXdmcp
|
|
|
|
|
%endif
|
2007-01-05 16:49:43 +01:00
|
|
|
|
Requires: cairo >= 1.2.2
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
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>
|
|
|
|
|
Changwoo Ryu <cwryu@adam.kaist.ac.kr>
|
|
|
|
|
Sivaraj Doddannan <sivaraj@intelligroup.com>
|
|
|
|
|
|
|
|
|
|
%package devel
|
2008-04-10 11:58:17 +02:00
|
|
|
|
License: LGPL v2.1 or later
|
2007-01-05 16:49:43 +01:00
|
|
|
|
Requires: %{name} = %{version} cairo-devel glib2-devel glibc-devel %(rpm -q --whatprovides XFree86-devel --queryformat '%{NAME}')
|
2007-08-30 23:28:21 +02:00
|
|
|
|
Summary: Include files and libraries mandatory for development
|
2007-01-05 16:49:43 +01:00
|
|
|
|
Group: Development/Libraries/GNOME
|
2007-09-20 01:41:57 +02:00
|
|
|
|
AutoReqProv: on
|
2007-01-05 16:49:43 +01:00
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
This package contains all necessary include files and libraries needed
|
|
|
|
|
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
|
2008-04-10 11:58:17 +02:00
|
|
|
|
License: LGPL v2.1 or later
|
2007-01-05 16:49:43 +01:00
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
|
Summary: System for Layout and Rendering of Internationalised Text
|
|
|
|
|
Group: System/Libraries
|
2007-09-20 01:41:57 +02:00
|
|
|
|
AutoReqProv: on
|
2007-01-05 16:49:43 +01:00
|
|
|
|
|
|
|
|
|
%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>
|
|
|
|
|
Changwoo Ryu <cwryu@adam.kaist.ac.kr>
|
|
|
|
|
Sivaraj Doddannan <sivaraj@intelligroup.com>
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
2007-12-22 19:34:09 +01:00
|
|
|
|
%if "%_lib" == "lib64"
|
|
|
|
|
cp -a %{S:1} .
|
2007-12-18 18:54:24 +01:00
|
|
|
|
%patch0 -p0
|
2007-12-22 19:34:09 +01:00
|
|
|
|
%endif
|
2007-01-05 16:49:43 +01:00
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
autoreconf -f -i
|
|
|
|
|
# needed for pango-1.14.5:
|
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
|
|
|
%configure
|
|
|
|
|
make %{?jobs:-j%jobs}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
touch $RPM_BUILD_ROOT%{_sysconfdir}/pango/pango.modules
|
|
|
|
|
%if "%_lib" == "lib64"
|
|
|
|
|
mv $RPM_BUILD_ROOT%{_bindir}/pango-querymodules\
|
|
|
|
|
$RPM_BUILD_ROOT%{_bindir}/pango-querymodules-64
|
|
|
|
|
mv $RPM_BUILD_ROOT%{_sysconfdir}/pango/pango.modules\
|
|
|
|
|
$RPM_BUILD_ROOT%{_sysconfdir}/pango/pango64.modules
|
|
|
|
|
%endif
|
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/*/*/*/*.*a
|
2007-02-19 23:39:03 +01:00
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
2007-01-05 16:49:43 +01:00
|
|
|
|
|
|
|
|
|
%clean
|
2007-12-18 18:54:24 +01:00
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2007-01-05 16:49:43 +01:00
|
|
|
|
|
|
|
|
|
%post
|
2007-12-22 19:34:09 +01:00
|
|
|
|
/sbin/ldconfig
|
2007-01-05 16:49:43 +01:00
|
|
|
|
%if "%_lib" == "lib64"
|
2007-01-18 01:42:18 +01:00
|
|
|
|
LD_LIBRARY_PATH=usr/%{_lib}\
|
|
|
|
|
usr/bin/pango-querymodules-64\
|
2007-01-05 16:49:43 +01:00
|
|
|
|
> etc/pango/pango64.modules
|
|
|
|
|
%else
|
2007-01-18 01:42:18 +01:00
|
|
|
|
LD_LIBRARY_PATH=usr/%{_lib}\
|
|
|
|
|
usr/bin/pango-querymodules\
|
2007-01-05 16:49:43 +01:00
|
|
|
|
> etc/pango/pango.modules
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%postun
|
2007-12-18 18:54:24 +01:00
|
|
|
|
/sbin/ldconfig
|
2007-01-05 16:49:43 +01:00
|
|
|
|
%if "%_lib" == "lib64"
|
|
|
|
|
if [ -x usr/bin/pango-querymodules-64 ] ; then
|
2007-01-18 01:42:18 +01:00
|
|
|
|
LD_LIBRARY_PATH=usr/%{_lib}\
|
|
|
|
|
usr/bin/pango-querymodules-64\
|
2007-01-05 16:49:43 +01:00
|
|
|
|
> etc/pango/pango64.modules
|
|
|
|
|
fi
|
|
|
|
|
%else
|
|
|
|
|
if [ -x usr/bin/pango-querymodules ] ; then
|
2007-01-18 01:42:18 +01:00
|
|
|
|
LD_LIBRARY_PATH=usr/%{_lib}\
|
|
|
|
|
usr/bin/pango-querymodules\
|
2007-01-05 16:49:43 +01:00
|
|
|
|
> etc/pango/pango.modules
|
|
|
|
|
fi
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%if "%_lib" == "lib64"
|
2007-12-22 19:34:09 +01:00
|
|
|
|
%doc README AUTHORS COPYING ChangeLog README.SuSE
|
2007-01-05 16:49:43 +01:00
|
|
|
|
%else
|
|
|
|
|
%doc README AUTHORS COPYING ChangeLog
|
|
|
|
|
%endif
|
2007-02-19 23:39:03 +01:00
|
|
|
|
# evidently no longer exists
|
|
|
|
|
# %doc examples/HELLO.utf8
|
2007-01-05 16:49:43 +01:00
|
|
|
|
%{_bindir}/pango-*
|
|
|
|
|
%dir %{_libdir}/pango
|
2007-02-19 23:39:03 +01:00
|
|
|
|
%dir %{_libdir}/pango/1.6.0
|
|
|
|
|
%dir %{_libdir}/pango/1.6.0/modules
|
|
|
|
|
%{_libdir}/pango/1.6.0/modules/*.so
|
2007-01-05 16:49:43 +01:00
|
|
|
|
%{_libdir}/lib*.so.*
|
|
|
|
|
%doc %{_mandir}/man?/*.*
|
|
|
|
|
%dir %{_sysconfdir}/pango
|
|
|
|
|
%{_sysconfdir}/pango/pangox.aliases
|
|
|
|
|
%if "%_lib" == "lib64"
|
|
|
|
|
%ghost %{_sysconfdir}/pango/pango64.modules
|
|
|
|
|
%else
|
|
|
|
|
%ghost %{_sysconfdir}/pango/pango.modules
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
%{_libdir}/lib*.so
|
2007-02-19 23:39:03 +01:00
|
|
|
|
# %{_libdir}/lib*.*a
|
2007-01-05 16:49:43 +01:00
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
%{_includedir}/pango-1.0
|
|
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
%{_datadir}/gtk-doc/html/pango
|
2007-12-18 18:54:24 +01:00
|
|
|
|
|
2007-02-19 23:39:03 +01:00
|
|
|
|
%changelog
|
2008-04-10 15:22:55 +02:00
|
|
|
|
* Thu Apr 10 2008 ro@suse.de
|
|
|
|
|
- added baselibs.conf file to build xxbit packages
|
|
|
|
|
for multilib support
|
2008-04-10 11:58:17 +02:00
|
|
|
|
* Thu Apr 10 2008 maw@suse.de
|
|
|
|
|
- Update to version 1.20.1:
|
|
|
|
|
+ Update to Unicode Character Databse 5.1.0; this adds newentries
|
|
|
|
|
to the PangoScript enum
|
|
|
|
|
+ Try making our OS X stuff compile with latest cairo 1.5.x
|
|
|
|
|
snapshots that renamed cairo-atsui to cairo-quartz-font, as well
|
|
|
|
|
as older versions
|
|
|
|
|
+ Minor bug fixes.
|
2008-03-14 17:54:14 +01:00
|
|
|
|
* Fri Mar 14 2008 maw@suse.de
|
|
|
|
|
- Update to version 1.20.0:
|
|
|
|
|
+ Bug fixed: bgo#518084.
|
2008-03-03 18:13:35 +01:00
|
|
|
|
* Mon Mar 03 2008 maw@suse.de
|
|
|
|
|
- Update to version 1.19.4:
|
|
|
|
|
+ Fixed blocker bug with pango_layout_set_height() and positive
|
|
|
|
|
height
|
|
|
|
|
+ Fixed small leak in ATSUI backend
|
|
|
|
|
+ Improved docs
|
|
|
|
|
+ Bugs fixed: bgo#511172, bgo#515484, bgo#515484, bgo#517083,
|
|
|
|
|
bgo#515484, bgo#504810, bgo#496244, bgo#512566, and bgo#512473.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Thu Jan 31 2008 maw@suse.de
|
|
|
|
|
- Update to version 1.19.3:
|
|
|
|
|
- pango_layout_get_pixel_extents() and pango_layout_line_get_pixel_extents()
|
|
|
|
|
now round extents to pixels inclusively. That is, pass both ink_rect and
|
|
|
|
|
logical_rect as first argument to pango_extents_to_pixels().
|
|
|
|
|
- Rename pango_extents_to_pixels() function arguments from @ink_rect and
|
|
|
|
|
@logical_rect to @inclusive and @nearest. Given that this API is a
|
|
|
|
|
fairly new addition and not commonly used, language bindings are
|
|
|
|
|
encouraged to update their argument names accordingly. Moreover, they
|
|
|
|
|
are encouraged to wrap this function as two different calls:
|
|
|
|
|
extents_to_pixels_inclusive() and extents_to_pixels_nearest(), or
|
|
|
|
|
similar conventions that best reflect their native language.
|
|
|
|
|
- HarfBuzz was relicensed to a more generous and simpler license.
|
|
|
|
|
Adapt. See pango/opentype/COPYING for the new license which is
|
|
|
|
|
LGPL-compatible.
|
|
|
|
|
- New public API:
|
|
|
|
|
pango_layout_set_height()
|
|
|
|
|
This sets the height to which the #PangoLayout should be ellipsized at.
|
|
|
|
|
There are two different behaviors, based on whether @height is positive or
|
|
|
|
|
negative.
|
|
|
|
|
If @height is positive, it will be the maximum height of the layout. Only
|
|
|
|
|
lines would be shown that would fit, and if there is any text ommitted, an
|
|
|
|
|
ellipsis added. At least one line is included in each paragraph regardless
|
|
|
|
|
of how small the height value is. A value of zero will render exactly one
|
|
|
|
|
line for the entire layout.
|
|
|
|
|
If @height is negative, it will be the (negative of) maximum number of lines
|
|
|
|
|
per paragraph. That is, the total number of lines shown may well be more
|
|
|
|
|
than this value if the layout contains multiple paragraphs of text. The
|
|
|
|
|
default value of -1 means that first line of each paragraph is ellipsized.
|
|
|
|
|
Height setting only has effect if a positive width is set on @layout and
|
|
|
|
|
ellipsization mode of @layout is not %%PANGO_ELLIPSIZE_NONE.
|
|
|
|
|
The behavior is undefined if a height other than -1 is set and ellipsization
|
|
|
|
|
mode is set to %%PANGO_ELLIPSIZE_NONE, and may change in the future.
|
|
|
|
|
There are still bugs remaining to be fixed, notably bug 511172 (which will
|
|
|
|
|
be fixed before 1.20), and bug 511171 (which will be fixed in a future
|
|
|
|
|
version).
|
|
|
|
|
- New command-line arguments to pango-view: --height and --single-par.
|
|
|
|
|
- Make the following symbols available to engines:
|
|
|
|
|
PANGO_IS_OT_INFO
|
|
|
|
|
PANGO_IS_OT_RULESET
|
|
|
|
|
PANGO_OT_INFO
|
|
|
|
|
PANGO_OT_RULESET
|
|
|
|
|
PANGO_TYPE_OT_INFO
|
|
|
|
|
PANGO_TYPE_OT_RULESET
|
|
|
|
|
pango_ot_info_get_type
|
|
|
|
|
pango_ot_ruleset_get_type
|
|
|
|
|
- Bugs fixed in this release:
|
|
|
|
|
bgo#508002 – change pango_layout_pixel_extents() to round logical rect
|
|
|
|
|
to be inclusive
|
|
|
|
|
bgo#469313 – Add pango_layout_set_height()
|
|
|
|
|
bgo#508179 – PangoGlyphUnit confusion
|
|
|
|
|
bgo#508381 – indent and center alignment don't mix
|
|
|
|
|
bgo#508007 – Add option for single-paragraph mode to pango-view
|
|
|
|
|
bgo#506284 – docs typo for pango_coverage_unref
|
|
|
|
|
Patch from Christian Persch
|
|
|
|
|
bgo#504802 – build failure: No rule to make target
|
|
|
|
|
`pango-querymodules.1', needed by `all-am'. Stop.
|
|
|
|
|
bgo#504585 – pango-querymodules.1 syntax error
|
|
|
|
|
brc#426178: gtkdoc-scan fails on pango
|
|
|
|
|
* Thu Dec 20 2007 maw@suse.de
|
2007-12-22 19:34:09 +01:00
|
|
|
|
- Revert to using pango64.patch for the time being (#349940).
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Tue Dec 18 2007 maw@suse.de
|
2007-12-18 18:54:24 +01:00
|
|
|
|
- Remove references to README.SuSE
|
|
|
|
|
- s#%%run_ldconfig#/sbin/ldconfig#.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Tue Dec 18 2007 maw@suse.de
|
2007-12-18 18:54:24 +01:00
|
|
|
|
- Replace pango64.patch with pango-biarch.patch (#346210)
|
|
|
|
|
- Concomitant with the above change, remove README.SuSE, as it is
|
|
|
|
|
no longer necessary.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Tue Dec 18 2007 maw@suse.de
|
2007-12-18 18:54:24 +01:00
|
|
|
|
- Update to version 1.19.2:
|
|
|
|
|
+ Bugs (bugzilla.gnome.org) fixed: #485536, #500549, #492517,
|
|
|
|
|
[#495091], #502926, #399573, #478914, #501938, and #501575
|
|
|
|
|
+ Cleanups in the HarfBuzz code and merges with upstream/Qt changes
|
|
|
|
|
+ Document cairo examples and misc doc improvements
|
|
|
|
|
+ Use pkg-config to detect cairo features
|
|
|
|
|
+ New public macro: PANGO_GLYPH_INVALID_INPUT
|
|
|
|
|
+ Render a crossed box for each invalid input byte to
|
|
|
|
|
pango_layout_set_text; previously an ASCII question mark was
|
|
|
|
|
used; this crossed box has a glyph of value
|
|
|
|
|
PANGO_GLYPH_INVALID_INPUT.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Mon Nov 26 2007 maw@suse.de
|
2007-12-18 18:54:24 +01:00
|
|
|
|
- Actually remove the build root in %%clean.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Sat Nov 24 2007 maw@suse.de
|
2007-12-18 18:54:24 +01:00
|
|
|
|
- Update to version 1.19.0:
|
|
|
|
|
+ Two OpenType engine fixes, which make Nafees Nastaliq font
|
|
|
|
|
work great, and avoids warnings with some other fonts
|
|
|
|
|
+ Fix minor leak in win32 backend
|
|
|
|
|
+ Update list of languages to that of fontconfig-2.4.91
|
|
|
|
|
+ Various optimizations
|
|
|
|
|
+ Make sure all boxed type copy/free functions accept NULL as
|
|
|
|
|
legitimate input; previously most were g_return_[val_]if_fail()ing
|
|
|
|
|
it; this is mostly for convenience when writing code in C
|
|
|
|
|
+ Apply 'vkrn' GPOS feature in vertical writing
|
|
|
|
|
+ In pangofc, set "pangoversion" in pattern passed to fontconfig,
|
|
|
|
|
such that font configuration can condition on being driven by
|
|
|
|
|
Pango or not
|
|
|
|
|
+ Various optimizations and cleanups in the OpenType Layout
|
|
|
|
|
engine, aka HarfBuzz
|
|
|
|
|
+ Changed APIs:
|
|
|
|
|
* All PangoAttribute constructors are changed to initialize
|
|
|
|
|
the attribute to the range [0..MAXUINT]. The range was
|
|
|
|
|
undefined previously; all custom attribute constructors
|
|
|
|
|
are recommended to call the new pango_attribute_init() to
|
|
|
|
|
do the same
|
|
|
|
|
* Public API change: Mark the following types as abstract:
|
|
|
|
|
PangoFont
|
|
|
|
|
PangoFontFace
|
|
|
|
|
PangoFontFamily
|
|
|
|
|
PangoFontMap
|
|
|
|
|
PangoFcFont
|
|
|
|
|
PangoFcFontMap
|
|
|
|
|
PangoContext may be marked so in the future too
|
|
|
|
|
* Make following macros public; previously they were only
|
|
|
|
|
defined for backend/engine implementations:
|
|
|
|
|
PANGO_GLYPH_EMPTY
|
|
|
|
|
PANGO_GLYPH_UNKNOWN_FLAG
|
|
|
|
|
PANGO_GET_UNKNOWN_GLYPH()
|
|
|
|
|
+ New public API:
|
|
|
|
|
* Convenience for initializing custom attributes:
|
|
|
|
|
pango_attribute_init()
|
|
|
|
|
* Adding boxed type for PangoGlyphItem:
|
|
|
|
|
PANGO_TYPE_GLYPH_ITEM
|
|
|
|
|
pango_glyph_item_copy()
|
|
|
|
|
pango_glyph_item_get_type()
|
|
|
|
|
* Add missing copy function for a boxed type in C:
|
|
|
|
|
pango_layout_iter_copy()
|
|
|
|
|
* Add missing getter:
|
|
|
|
|
pango_layout_iter_get_layout()
|
|
|
|
|
* Convenience for writing custom PangoRenderer's:
|
|
|
|
|
pango_renderer_get_layout()
|
|
|
|
|
pango_renderer_get_layout_line()
|
|
|
|
|
* PangoFc extensions to fontconfig's pattern syntax:
|
|
|
|
|
PANGO_FC_GRAVITY
|
|
|
|
|
PANGO_FC_VERSION
|
|
|
|
|
+ Bugs (bugzilla.gnome.org) fixed: #483600, #490661,
|
|
|
|
|
[#489909], #488840, #486932, #486951, #485621, #485566,
|
|
|
|
|
[#485559], #481537, #478865, #472924, #472629, #472303,
|
|
|
|
|
[#471601], #471577, #471571, #471568, and #469641.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Wed Sep 19 2007 maw@suse.de
|
2007-09-20 01:41:57 +02:00
|
|
|
|
- Add xorg-x11-libXdmcp as a prerequisite (#310640)
|
|
|
|
|
- Fix the source tarball's permissions.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Tue Sep 18 2007 sbrabec@suse.cz
|
2007-09-20 01:41:57 +02:00
|
|
|
|
- Updated to version 1.18.2:
|
|
|
|
|
* require libthai >= 0.1.9 for enabling thai-lang module
|
|
|
|
|
* bug fixes
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Thu Aug 30 2007 maw@suse.de
|
2007-08-30 23:28:21 +02:00
|
|
|
|
- Update to version 1.18.1:
|
|
|
|
|
+ Make pango_script_for_unichar() just call
|
|
|
|
|
g_unichar_get_script() and document that PangoScript and
|
|
|
|
|
GUnicodeScript are interchangeable enumerations
|
|
|
|
|
+ Bug fixes, including the following (bugzilla.gnome.org):
|
|
|
|
|
[#470042], #468953, #463430, #348348, #451682, #462137, #462420,
|
|
|
|
|
[#462630], #464183, #464270, #465174, #466755, #467056, and
|
|
|
|
|
[#467077],
|
|
|
|
|
- Remove upstreamed pango-1.17.4-empty-string-corruption.patch.
|
2008-04-10 11:58:17 +02:00
|
|
|
|
* Wed Aug 01 2007 maw@suse.de
|
2007-08-03 00:50:24 +02:00
|
|
|
|
- Update to version 1.17,5
|
|
|
|
|
- Export PangoCairoFont and cleanup various standard macros
|
|
|
|
|
- Bugs (bugzilla.gnome.org) fixed: #150883, #449482, and part of
|
|
|
|
|
[#347236].
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Tue Jul 31 2007 jpr@suse.de
|
2007-08-03 00:50:24 +02:00
|
|
|
|
- Fix memory corruption for empty line break call (#295662)
|
|
|
|
|
- Remove references to patch that no longer exists
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Thu Jul 26 2007 maw@suse.de
|
2007-07-27 02:02:59 +02:00
|
|
|
|
- Update to version 1.17.4
|
|
|
|
|
- Refactored the ATSUI font backend and install pangoatsui.h
|
|
|
|
|
that has a single function pango_atsui_font_get_atsu_font_id() and
|
|
|
|
|
a couple of types.
|
|
|
|
|
- Bugs [bugzilla.gnome.org] fixed in this release:
|
|
|
|
|
Bug 451547 – FAIL: runtests.sh
|
|
|
|
|
Bug 449543 - Ship pangoatsui.h
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Thu Jul 05 2007 maw@suse.de
|
2007-07-10 18:45:11 +02:00
|
|
|
|
- Update to version 1.17.3
|
|
|
|
|
- Extensive pangocairo internal code refactoring and cleanup
|
|
|
|
|
- New public API, new engine macros
|
|
|
|
|
- Many bugfixes.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Wed Apr 11 2007 maw@suse.de
|
2007-04-12 18:14:03 +02:00
|
|
|
|
- Update to version 1.16.2
|
|
|
|
|
- Fixed various bug in the OpenType Layout code (HarfBuzz)
|
|
|
|
|
- Improved documentation
|
|
|
|
|
- Improved ATSUI backend
|
|
|
|
|
- Misc build system fixes
|
|
|
|
|
- Bugs fixed in this release:
|
|
|
|
|
* Bug #417946 - pangowin32-fontmap.c:using function without prototype
|
|
|
|
|
* Bug #419262 - Don't create coverage every time it's asked for
|
|
|
|
|
(Both of these bugs are viewable at bugzilla.gnome.org)
|
|
|
|
|
- Refresh pango64.patch.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Wed Mar 21 2007 maw@suse.de
|
2007-03-27 01:45:47 +02:00
|
|
|
|
- Update to version 1.16.1
|
|
|
|
|
- Fixes for b.g.o #120195, #407315, #355987, and #407087.
|
2008-04-10 11:58:17 +02:00
|
|
|
|
* Sat Feb 17 2007 maw@suse.de
|
2007-02-19 23:39:03 +01:00
|
|
|
|
- Update to version 1.15.6
|
|
|
|
|
- Remove bugzilla-53228-artificial-bold-and-italic.patch, which
|
|
|
|
|
is now upstream.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Wed Jan 17 2007 sbrabec@suse.cz
|
2007-01-18 01:42:18 +01:00
|
|
|
|
- Use correct library instance in scriptlets (#235626).
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Thu Dec 07 2006 sbrabec@suse.cz
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Prefix changed to /usr.
|
|
|
|
|
- Spec file cleanup.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Mon Nov 27 2006 sbrabec@suse.cz
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Use correct PreReq for older products.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Thu Nov 23 2006 sbrabec@suse.cz
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Fixed scriptlets for bi-arch (#223149).
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Sat Oct 14 2006 danw@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Remove dead patch
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Tue Oct 03 2006 jhargadon@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- update to version 1.14.5
|
|
|
|
|
- Indic shaper fixes
|
|
|
|
|
- Misc bug fixes
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Mon Sep 18 2006 ro@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- added prereqs for postinstall script
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Wed Sep 13 2006 jhargadon@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- update to version 1.14.3
|
|
|
|
|
- Win32 build improvement
|
2007-07-27 02:02:59 +02:00
|
|
|
|
- Bug 353525 ¿ libpangoft2-1.0.so.0: undefined reference to
|
2007-01-05 16:49:43 +01:00
|
|
|
|
`pango_font_description_get_gravity'
|
2007-07-27 02:02:59 +02:00
|
|
|
|
- Bug 349813 ¿ typo in docs for pango_layout_move_cursor_visually
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Mon Sep 04 2006 sbrabec@suse.cz
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Removed SuSEconfig.pango (FATE#300947).
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Wed Aug 30 2006 jhargadon@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- update to version 1.14.2
|
|
|
|
|
- Find shaper/font for Private Use and space characters
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Fri Aug 18 2006 jhargadon@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- update to version 1.14.0
|
|
|
|
|
- Make pango-view accept non-ASCII --text
|
|
|
|
|
- Require cairo-1.2.2 for the important bug fixes it has.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Tue Aug 01 2006 gekker@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Update to version 1.13.4
|
|
|
|
|
* Update to Unicode Character Database 5.0.0.
|
|
|
|
|
* Misc fixes.
|
|
|
|
|
* Bugs fixed in this release:
|
2007-07-27 02:02:59 +02:00
|
|
|
|
Bug 336282 Ð Update to Unicode Character Database 5.0.0
|
|
|
|
|
Bug 347073 Ð Allow empty GPOS table
|
|
|
|
|
Bug 347021 Ð atsui crash when a matching font cannot be found.
|
2007-01-05 16:49:43 +01:00
|
|
|
|
Patch from Brian Tarricone.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Fri Jul 28 2006 gekker@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Update to version 1.13.3
|
|
|
|
|
- Remove upstreamed patches
|
|
|
|
|
* New public API:
|
|
|
|
|
- pango_glyph_string_get_width
|
|
|
|
|
* Improved hexbox drawing, and font metrics calculations.
|
|
|
|
|
* New public API:
|
|
|
|
|
- pango_cairo_show_error_underline
|
|
|
|
|
- pango_cairo_error_underline_path
|
|
|
|
|
- pango_font_describe_with_absolute_size
|
|
|
|
|
* Increased robustness against broken pango.modules
|
|
|
|
|
* Fix incorrect rendering when in x86 64-bit precision mode
|
|
|
|
|
* Fix non-OpenType fonts losing kerning in 1.12.0 [#336026, Denis Jacquerye]
|
|
|
|
|
* Moved the OpenType Layout code into a new project called HarfBuzz
|
|
|
|
|
* Insert '?' chars instead of invalid UTF-8 sequences in
|
|
|
|
|
pango_layout_set_text [#33195]
|
|
|
|
|
* Fix a few crashers, especially when a font cannot be read. [#314239]
|
|
|
|
|
* Change some g_critical's to g_warning, where it's not application's
|
|
|
|
|
fault. [#331723]
|
|
|
|
|
* Major change in the low-level interface of Pango. The special value
|
|
|
|
|
PANGO_GLYPH_EMPTY is now defined to mean a "draw nothing" glyph. This
|
|
|
|
|
was what glyph 0 was used for previously. As a result, bumped up the
|
|
|
|
|
Pango module version, meaning that modules compiled against earlier
|
|
|
|
|
versions are probably not compatible with this release. [#73147]
|
|
|
|
|
* New framework in examples for building a binary called pango-view,
|
|
|
|
|
that can be used to render a text file using any of the available
|
|
|
|
|
backends. This is installed into bindir now.
|
|
|
|
|
* Enhancements to the FT2 backend, to draw boxes on missing glyphs.
|
|
|
|
|
* Better hexbox drawing for cairo backend: Hinting hexbox, and
|
|
|
|
|
drawing a single-row hexbox for very small font sizes.
|
|
|
|
|
* Do not crash if the shapers fail.
|
|
|
|
|
* Draw hex box on missing glyphs for cairo-fc backend.
|
|
|
|
|
* New --with-dynamic-modules option added to configure.
|
|
|
|
|
* ATSUI support for the cairo backend. [Anders Carlsson]
|
|
|
|
|
* Draw a dashed empty box on missing glyphs for cairo-fc backend.
|
|
|
|
|
* Support OpenType features for basic (Latin/Greek/...) module.
|
|
|
|
|
* Support swash feature in Arabic module.
|
|
|
|
|
* Line-breaking algorithm updated to Unicode 4.1.
|
|
|
|
|
* Code borrowed from GNU FriBidi resynched to version 1.0.7.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Tue May 02 2006 federico@novell.com
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Added pango-104365-use-hinted-metrics.diff to fix the Pango-related
|
|
|
|
|
part of https://bugzilla.novell.com/show_bug.cgi?id=104365. This
|
|
|
|
|
makes Pango request hinted font metrics from Cairo/Fontconfig, even
|
|
|
|
|
when we are using unhinted rendering. This is what applications
|
|
|
|
|
expect; they would draw overlapping glyphs otherwise.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Tue Apr 25 2006 federico@novell.com
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Added pango-131128-font-extents-rounding.diff to fix
|
|
|
|
|
https://bugzilla.novell.com/show_bug.cgi?id=131128. This makes
|
|
|
|
|
PangoCairoFcFont round the font extents before exposing them to
|
|
|
|
|
callers, which produces better results with unhinted /
|
|
|
|
|
un-antialiased displays.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- converted neededforbuild to BuildRequires
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Wed Jan 11 2006 sbrabec@suse.cz
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Removed libpixman from neededforbuild.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Fri Dec 30 2005 mfabian@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Bugzilla #53228: Enhance pango to support artifical bold and
|
|
|
|
|
italic (add patch by Zhe Su).
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Wed Dec 14 2005 sbrabec@suse.cz
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Added related old version cleanups (feature #2852).
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Wed Nov 30 2005 sbrabec@suse.cz
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Update to version 1.10.2.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Wed Oct 12 2005 gekker@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Update to version 1.10.1
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Thu Aug 18 2005 gekker@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Update to version 1.10.0
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Mon Aug 01 2005 gekker@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Update to version 1.9.1
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Thu Jul 21 2005 gekker@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Update to version 1.9.0
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Thu Jun 23 2005 sbrabec@suse.cz
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Fixed devel dependencies.
|
|
|
|
|
- Removed .la files for modules.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Mon Apr 11 2005 sbrabec@suse.cz
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Fixed Requires of doc subpackage.
|
2008-04-10 11:58:17 +02:00
|
|
|
|
* Wed Mar 09 2005 gekker@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Update to version 1.8.1 (GNOME 2.10).
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Mon Jan 03 2005 gekker@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Update to version 1.8.0
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Wed Dec 15 2004 gekker@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Update to version 1.7.0
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Wed Nov 17 2004 gekker@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Update version to 1.6.0.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Wed Oct 20 2004 ro@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- make specfile rpm-3-save
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Thu Aug 26 2004 federico@ximian.com
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Updated to pango 1.4.1
|
|
|
|
|
- Removed pango-strict-aliasing.patch, as an equivalent patch is in
|
|
|
|
|
the tarball now
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Fri May 21 2004 sbrabec@suse.cz
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Added ottest to devel package.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Tue Apr 27 2004 sbrabec@suse.cz
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Fixed pango64.patch.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Mon Apr 19 2004 sbrabec@suse.cz
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Strict aliasing fix.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Thu Apr 15 2004 sbrabec@suse.cz
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Updated to version 1.4.0 (GNOME 2.6).
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Thu Mar 11 2004 sbrabec@suse.cz
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Use SuSEconfig biarch wrapper and identical filename for all
|
|
|
|
|
platforms.
|
|
|
|
|
- Include README.SuSE about biarch problems.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Tue Mar 02 2004 sbrabec@suse.cz
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Bi-arch work-arounds to prevent 32/64 bit conflicts (bug #33705).
|
|
|
|
|
For more see http://bugzilla.gnome.org/show_bug.cgi?id=129534
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Mon Mar 01 2004 sbrabec@suse.cz
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Fixed random crashes of gnome-terminal using mc (bug #29850).
|
|
|
|
|
http://bugzilla.gnome.org/show_bug.cgi?id=89541
|
|
|
|
|
- Use run-pango in %%postun, too.
|
|
|
|
|
- Build with -fno-strict-aliasing.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Tue Jan 06 2004 adrian@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- fix build
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Mon Oct 06 2003 kukuk@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Remove unused atk from neededforbuild
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Mon Sep 08 2003 sbrabec@suse.cz
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Removed invalid %%postun.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Fri Sep 05 2003 sbrabec@suse.cz
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Fixed rmdir in %%postun.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Fri Sep 05 2003 sbrabec@suse.cz
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Remove orphan files from SuSE 8.2.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Thu Aug 28 2003 sbrabec@suse.cz
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Updated to version 1.2.5.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Tue Jul 15 2003 sbrabec@suse.cz
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- GNOME prefix change to /opt/gnome.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Thu Jun 12 2003 sbrabec@suse.cz
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Branched pango-doc.
|
|
|
|
|
- Updated file list.
|
|
|
|
|
- Fixed calling of aclocal.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Wed Jun 11 2003 sbrabec@suse.cz
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Updated to version 1.2.3.
|
|
|
|
|
- Fixed directory packaging.
|
|
|
|
|
- Require gnome-filesystem for pango-devel (for docs).
|
|
|
|
|
- Updated neededforbuild.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Mon Apr 28 2003 sf@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- added fontconfig* to neededforbuild, to compile pangoft2
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Fri Feb 21 2003 hhetter@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- PreReq touch (Bug Id#23897)
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Mon Feb 03 2003 hhetter@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- updated to version 1.2.1:
|
|
|
|
|
* Handle older TrueType Open Arabic fonts.
|
|
|
|
|
* Make Win32 backend handle a common TrueType font bug
|
|
|
|
|
* Fix crash with some non-BMP characters
|
|
|
|
|
* Avoid crashing on font descriptions like " 12"
|
|
|
|
|
* Minor build fixes
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Mon Jan 13 2003 sbrabec@suse.cz
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Added expat to neededforbuild (for new xft2).
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Thu Jan 09 2003 sbrabec@suse.cz
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Updated to version 1.2.0.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Thu Nov 07 2002 hhetter@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- updated to version 1.0.5
|
|
|
|
|
* Bug fix for pango_scan_int() needed for recent GTK+.
|
|
|
|
|
* Improve language specific charset ordering basic-x11
|
|
|
|
|
* Fix symbols that shouldn't have been exported
|
|
|
|
|
* Some cross-compiling fixes
|
|
|
|
|
* Various build fixes
|
|
|
|
|
* Fix check for no-backend being found.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Tue Oct 22 2002 sbrabec@suse.cz
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Remove obsolette install -d -m755 $RPM_BUILD_ROOT/var/adm/SuSEconfig.
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Tue Sep 17 2002 ro@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- removed bogus self-provides
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Tue Aug 20 2002 hhetter@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- added PreReq: filesystem
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Tue Aug 13 2002 hhetter@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- disabled qt support (#17642)
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Mon Aug 05 2002 hhetter@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- updated to version 1.0.4, from changes:
|
|
|
|
|
* Add Thai shaper for Xft
|
|
|
|
|
* Support GB-18030, BIG5-HKSCS, CNS-11643, GBK encodings for
|
|
|
|
|
basic-x shaper
|
|
|
|
|
* Support ksc5601.1992-3 fonts in hangul-x shpaer
|
|
|
|
|
* Support new Arabic characters in Unicode 3.2
|
|
|
|
|
* misc Bug fixes
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Mon Jun 17 2002 jordi@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- Updated to version 1.0.3
|
|
|
|
|
* Change algorithm for mapping points to pixels on
|
|
|
|
|
Windows to match the system method.
|
|
|
|
|
* Fix family listing for the FT2 backend.
|
|
|
|
|
* Fix memory leak in pango_font_real_get_metrics()
|
|
|
|
|
* Some compilation warning fixes.
|
|
|
|
|
* Fix passing attr_list == NULL to pango_parse_markip
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Thu Jun 13 2002 ro@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- fix autotools sequence
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Wed Jun 12 2002 hhetter@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- correctly touch the run-pango flag
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Wed Jun 12 2002 hhetter@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- fix SuSEconfig script
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Tue Jun 04 2002 hhetter@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- update to version 1.0.2 of the stable series
|
|
|
|
|
* Support building with FreeType 2.1.0
|
|
|
|
|
* List Sans,Serif,Monospace when listing fonts for the
|
|
|
|
|
Xft and FT2 backends.
|
|
|
|
|
* Portability fixes.
|
|
|
|
|
* Fix problem with pango-querymodules using g_print().
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Tue Apr 30 2002 meissner@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- %%_lib fixes
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Mon Apr 15 2002 hhetter@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- fix config script to work with correct path
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Tue Apr 09 2002 hhetter@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- filelist correction
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Tue Apr 09 2002 hhetter@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- updated to version 1.0.1
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Thu Jan 31 2002 hhetter@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- updated to version 0.24 [GNOME desktop-alpha2]
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Thu Jan 17 2002 hhetter@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- delete SuSEconfig-run-flag after registering pango modules
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Thu Jan 17 2002 ro@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- re-added .so symlinks to devel filelist (without wildcards)
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Wed Jan 16 2002 hhetter@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- added SuSEconfig script to register the pango modules
|
|
|
|
|
- fixed filelist
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Tue Jan 15 2002 hhetter@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- fixed filelist
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Fri Jan 11 2002 hhetter@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- updated to version 0.23:
|
|
|
|
|
* Documentation improvements
|
|
|
|
|
* Win32 fixes
|
|
|
|
|
* Improve search for XftConfig
|
|
|
|
|
* Fixes for crashes in Hangul shaper
|
|
|
|
|
* Improvements to Arabic shapers for X and Xft
|
|
|
|
|
* Add jisx0212, jisx0201, Big5 support to basic shaper
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Wed Jan 09 2002 hhetter@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- enable freetype2 support
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Tue Dec 11 2001 hhetter@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- really build pangox and pango
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Tue Dec 11 2001 hhetter@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- added LIBRARY_PATH for broken libtool
|
2008-02-01 23:09:21 +01:00
|
|
|
|
* Tue Nov 27 2001 hhetter@suse.de
|
2007-01-05 16:49:43 +01:00
|
|
|
|
- initial SuSE package for GNOME 2.0 platform (pango 0.22)
|