From 94aeff8709dd02898157a5116e7923caac0abf4af86568f41329b5aedee44000 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 27 Jul 2007 00:02:59 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=7 --- pango-1.17.3.tar.bz2 | 3 --- pango-1.17.4.tar.bz2 | 3 +++ pango.changes | 22 +++++++++++++++++----- pango.spec | 22 +++++++++++++++------- 4 files changed, 35 insertions(+), 15 deletions(-) delete mode 100644 pango-1.17.3.tar.bz2 create mode 100644 pango-1.17.4.tar.bz2 diff --git a/pango-1.17.3.tar.bz2 b/pango-1.17.3.tar.bz2 deleted file mode 100644 index 7e6e1bb..0000000 --- a/pango-1.17.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e0890f622abc66bc07d37fb8db1fa1b97ab9b413dda8b82001c7fda912b65bb -size 1399315 diff --git a/pango-1.17.4.tar.bz2 b/pango-1.17.4.tar.bz2 new file mode 100644 index 0000000..1b2caa7 --- /dev/null +++ b/pango-1.17.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b36273f279ec835f1378f56e4a9cf442f033f32286f3f7284a6afa0cb5d93909 +size 1404494 diff --git a/pango.changes b/pango.changes index 9f75817..e402631 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Jul 26 19:27:30 CEST 2007 - maw@suse.de + +- 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 + + ------------------------------------------------------------------- Thu Jul 5 19:18:03 CEST 2007 - maw@suse.de @@ -76,9 +88,9 @@ Wed Sep 13 19:09:02 CEST 2006 - jhargadon@suse.de - update to version 1.14.3 - Win32 build improvement -- Bug 353525 libpangoft2-1.0.so.0: undefined reference to +- Bug 353525 ¿ libpangoft2-1.0.so.0: undefined reference to `pango_font_description_get_gravity' -- Bug 349813 typo in docs for pango_layout_move_cursor_visually +- Bug 349813 ¿ typo in docs for pango_layout_move_cursor_visually ------------------------------------------------------------------- Mon Sep 4 15:03:24 CEST 2006 - sbrabec@suse.cz @@ -105,9 +117,9 @@ Tue Aug 1 00:43:54 CEST 2006 - gekker@suse.de * Update to Unicode Character Database 5.0.0. * Misc fixes. * Bugs fixed in this release: - 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. + 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. Patch from Brian Tarricone. ------------------------------------------------------------------- diff --git a/pango.spec b/pango.spec index b9d1d2e..a979f76 100644 --- a/pango.spec +++ b/pango.spec @@ -1,5 +1,5 @@ # -# spec file for package pango (Version 1.17.3) +# spec file for package pango (Version 1.17.4) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -15,7 +15,7 @@ BuildRequires: cairo-devel gtk-doc perl-XML-Parser sgml-skel License: LGPL v2 or later Group: System/Libraries Autoreqprov: on -Version: 1.17.3 +Version: 1.17.4 Release: 1 Summary: System for Layout and Rendering of Internationalised Text Source: ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.14/%{name}-%{version}.tar.bz2 @@ -174,6 +174,14 @@ fi %{_datadir}/gtk-doc/html/pango %changelog +* Thu Jul 26 2007 - maw@suse.de +- 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 * Thu Jul 05 2007 - maw@suse.de - Update to version 1.17.3 - Extensive pangocairo internal code refactoring and cleanup @@ -217,9 +225,9 @@ fi * Wed Sep 13 2006 - jhargadon@suse.de - update to version 1.14.3 - Win32 build improvement -- Bug 353525 libpangoft2-1.0.so.0: undefined reference to +- Bug 353525 ¿ libpangoft2-1.0.so.0: undefined reference to `pango_font_description_get_gravity' -- Bug 349813 typo in docs for pango_layout_move_cursor_visually +- Bug 349813 ¿ typo in docs for pango_layout_move_cursor_visually * Mon Sep 04 2006 - sbrabec@suse.cz - Removed SuSEconfig.pango (FATE#300947). * Wed Aug 30 2006 - jhargadon@suse.de @@ -234,9 +242,9 @@ fi * Update to Unicode Character Database 5.0.0. * Misc fixes. * Bugs fixed in this release: - 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. + 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. Patch from Brian Tarricone. * Fri Jul 28 2006 - gekker@suse.de - Update to version 1.13.3