This commit is contained in:
parent
94aeff8709
commit
44fc9e7290
14
pango-1.17.4-empty-string-corruption.patch
Normal file
14
pango-1.17.4-empty-string-corruption.patch
Normal file
@ -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);
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b36273f279ec835f1378f56e4a9cf442f033f32286f3f7284a6afa0cb5d93909
|
||||
size 1404494
|
3
pango-1.17.5.tar.bz2
Normal file
3
pango-1.17.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9dfb8dbc8626ea4294ac7b375c4082e80f8b973297d51fb90368e9e824d58c36
|
||||
size 1397489
|
@ -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
|
||||
|
||||
|
14
pango.spec
14
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
|
||||
|
Loading…
Reference in New Issue
Block a user