From 456f02bd92f09cbdff1e33d21ff6d950597fc102e238433c020b166f3bc122ae Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 30 Aug 2007 21:28:21 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=9 --- pango-1.17.4-empty-string-corruption.patch | 14 -------------- pango-1.17.5.tar.bz2 | 3 --- pango-1.18.1.tar.bz2 | 3 +++ pango.changes | 13 +++++++++++++ pango.spec | 18 +++++++++++++----- 5 files changed, 29 insertions(+), 22 deletions(-) delete mode 100644 pango-1.17.4-empty-string-corruption.patch delete mode 100644 pango-1.17.5.tar.bz2 create mode 100644 pango-1.18.1.tar.bz2 diff --git a/pango-1.17.4-empty-string-corruption.patch b/pango-1.17.4-empty-string-corruption.patch deleted file mode 100644 index c5db419..0000000 --- a/pango-1.17.4-empty-string-corruption.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- 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.5.tar.bz2 b/pango-1.17.5.tar.bz2 deleted file mode 100644 index d3cb9c7..0000000 --- a/pango-1.17.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9dfb8dbc8626ea4294ac7b375c4082e80f8b973297d51fb90368e9e824d58c36 -size 1397489 diff --git a/pango-1.18.1.tar.bz2 b/pango-1.18.1.tar.bz2 new file mode 100644 index 0000000..c69ee57 --- /dev/null +++ b/pango-1.18.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420e3508c74873f9b4c106d7c4d1b0800c138e8f3c07d1ec57aa5995f126899b +size 1390639 diff --git a/pango.changes b/pango.changes index 7def682..a6f5c40 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Aug 30 00:03:00 CEST 2007 - maw@suse.de + +- 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. + ------------------------------------------------------------------- Tue Jul 31 22:06:06 CEST 2007 - maw@suse.de diff --git a/pango.spec b/pango.spec index e82c9f6..08f2bfe 100644 --- a/pango.spec +++ b/pango.spec @@ -1,5 +1,5 @@ # -# spec file for package pango (Version 1.17.5) +# spec file for package pango (Version 1.18.1) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -15,13 +15,12 @@ BuildRequires: cairo-devel gtk-doc perl-XML-Parser sgml-skel License: LGPL v2 or later Group: System/Libraries Autoreqprov: on -Version: 1.17.5 +Version: 1.18.1 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 @@ -46,7 +45,7 @@ Authors: %package devel Requires: %{name} = %{version} cairo-devel glib2-devel glibc-devel %(rpm -q --whatprovides XFree86-devel --queryformat '%{NAME}') -Summary: Include Files and Libraries mandatory for Development. +Summary: Include files and libraries mandatory for development Group: Development/Libraries/GNOME Autoreqprov: on @@ -87,7 +86,6 @@ Authors: cp -a %{S:2} . %patch %endif -%patch1 -p0 # %patch2 -p1 %build @@ -176,6 +174,16 @@ fi %{_datadir}/gtk-doc/html/pango %changelog +* Thu Aug 30 2007 - maw@suse.de +- 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. * Tue Jul 31 2007 - maw@suse.de - Update to version 1.17,5 - Export PangoCairoFont and cleanup various standard macros