From 44fc9e7290ab54b25fb9b749e8bf1f653bde0f99449def68856e0b2990c63976 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 2 Aug 2007 22:50:24 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=8 --- pango-1.17.4-empty-string-corruption.patch | 14 ++++++++++++++ pango-1.17.4.tar.bz2 | 3 --- pango-1.17.5.tar.bz2 | 3 +++ pango.changes | 14 ++++++++++++++ pango.spec | 14 ++++++++++++-- 5 files changed, 43 insertions(+), 5 deletions(-) create mode 100644 pango-1.17.4-empty-string-corruption.patch delete mode 100644 pango-1.17.4.tar.bz2 create mode 100644 pango-1.17.5.tar.bz2 diff --git a/pango-1.17.4-empty-string-corruption.patch b/pango-1.17.4-empty-string-corruption.patch new file mode 100644 index 0000000..c5db419 --- /dev/null +++ b/pango-1.17.4-empty-string-corruption.patch @@ -0,0 +1,14 @@ +--- pango/break.c ++++ pango/break.c +@@ -558,7 +558,10 @@ + prev_jamo = NO_JAMO; + + if (length == 0 || *text == '\0') +- next_wc = PARAGRAPH_SEPARATOR; ++ { ++ next_wc = PARAGRAPH_SEPARATOR; ++ almost_done = TRUE; ++ } + else + next_wc = g_utf8_get_char (next); + diff --git a/pango-1.17.4.tar.bz2 b/pango-1.17.4.tar.bz2 deleted file mode 100644 index 1b2caa7..0000000 --- a/pango-1.17.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b36273f279ec835f1378f56e4a9cf442f033f32286f3f7284a6afa0cb5d93909 -size 1404494 diff --git a/pango-1.17.5.tar.bz2 b/pango-1.17.5.tar.bz2 new file mode 100644 index 0000000..d3cb9c7 --- /dev/null +++ b/pango-1.17.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dfb8dbc8626ea4294ac7b375c4082e80f8b973297d51fb90368e9e824d58c36 +size 1397489 diff --git a/pango.changes b/pango.changes index e402631..7def682 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Jul 31 22:06:06 CEST 2007 - maw@suse.de + +- Update to version 1.17,5 +- Export PangoCairoFont and cleanup various standard macros +- Bugs (bugzilla.gnome.org) fixed: #150883, #449482, and part of + #347236. + +------------------------------------------------------------------- +Tue Jul 31 20:30:43 CEST 2007 - jpr@suse.de + +- Fix memory corruption for empty line break call (#295662) +- Remove references to patch that no longer exists + ------------------------------------------------------------------- Thu Jul 26 19:27:30 CEST 2007 - maw@suse.de diff --git a/pango.spec b/pango.spec index a979f76..e82c9f6 100644 --- a/pango.spec +++ b/pango.spec @@ -1,5 +1,5 @@ # -# spec file for package pango (Version 1.17.4) +# spec file for package pango (Version 1.17.5) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -15,12 +15,13 @@ BuildRequires: cairo-devel gtk-doc perl-XML-Parser sgml-skel License: LGPL v2 or later Group: System/Libraries Autoreqprov: on -Version: 1.17.4 +Version: 1.17.5 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 Source2: README.SuSE Patch: pango64.patch +Patch1: pango-1.17.4-empty-string-corruption.patch # This appears to be upstream now # Patch2: bugzilla-53228-artificial-bold-and-italic.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -86,6 +87,7 @@ Authors: cp -a %{S:2} . %patch %endif +%patch1 -p0 # %patch2 -p1 %build @@ -174,6 +176,14 @@ fi %{_datadir}/gtk-doc/html/pango %changelog +* Tue Jul 31 2007 - maw@suse.de +- Update to version 1.17,5 +- Export PangoCairoFont and cleanup various standard macros +- Bugs (bugzilla.gnome.org) fixed: #150883, #449482, and part of + [#347236]. +* Tue Jul 31 2007 - jpr@suse.de +- Fix memory corruption for empty line break call (#295662) +- Remove references to patch that no longer exists * Thu Jul 26 2007 - maw@suse.de - Update to version 1.17.4 - Refactored the ATSUI font backend and install pangoatsui.h