OBS User unknown 2007-08-30 21:28:21 +00:00 committed by Git OBS Bridge
parent 44fc9e7290
commit 456f02bd92
5 changed files with 29 additions and 22 deletions

View File

@ -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);

View File

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

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

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

View File

@ -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

View File

@ -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