This commit is contained in:
parent
a4cc13c089
commit
5fae6f7692
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd7d5a08745bbc20677660840b8d848867dae35aab761492faf79adb6b5afa66
|
||||
size 1462348
|
3
pango-1.22.4.tar.bz2
Normal file
3
pango-1.22.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff47d7ed8360ebef5fa4b8d3ccf45e014bc8793743bca2a96635a3c34eeaa534
|
||||
size 1496168
|
@ -1,10 +0,0 @@
|
||||
--- configure.in
|
||||
+++ configure.in
|
||||
@@ -660,6 +660,7 @@ AC_ARG_ENABLE(explicit-deps,
|
||||
enable_explicit_deps="$enableval",
|
||||
enable_explicit_deps=auto)
|
||||
|
||||
+m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
|
||||
AC_MSG_CHECKING([Whether to write dependencies into .pc files])
|
||||
case $enable_explicit_deps in
|
||||
auto)
|
@ -1,8 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 00:12:08 CET 2009 - vuntz@novell.com
|
||||
|
||||
- Drop pango-libtool.patch: it's already included upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
|
||||
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 24 08:24:30 EST 2008 - mboman@suse.de
|
||||
|
||||
- Update to version 1.22.4:
|
||||
+ Misc bug fixes
|
||||
+ Improved docs
|
||||
+ Bugs fixed in this release:
|
||||
- bgo#564644 – Not complete description of the
|
||||
pango_font_description_better_match function
|
||||
- bgo#563898 – Generated output is not deterministic
|
||||
- bgo#563803 – pango_renderer_finalize fails to call parent finalize
|
||||
- bgo#499626 – Space should be optional after comma in
|
||||
PangoFontDescription input string
|
||||
- bgo#499624 – Spaces around commas in PangoFontDescription family name
|
||||
should be trimmed
|
||||
- bgo#563557 – set g_get_prgname() in fc pattern
|
||||
- bgo#563356 – The input area of firefox and the blank width after text
|
||||
in gnome-menu was stretched too wide, under pango-1.22.3
|
||||
- bgo#562574 – Pangocariowin32 is leaking every cairo font it ever
|
||||
creates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 8 12:10:39 EST 2008 - mboman@suse.de
|
||||
|
||||
- Update to version 1.22.3:
|
||||
+ bgo#561740 – Use stack allocation for thai_engine_break
|
||||
+ bgo#561779 – incorrect calculations in pango_matrix_concat
|
||||
implementation
|
||||
+ Bgo#560730 – pango 1.22.2 build failure on Solaris 10, too many array
|
||||
initializers in pango-language.c
|
||||
+ Write error code in capital hex.
|
||||
+ Bgo#558254 – Internal reference handling messed up
|
||||
+ bgo#558107 – is_monospace always returns FALSE in pangoatsui
|
||||
+ bgo#557620 – pango_font_description_from_string not correct
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 11 16:54:29 CET 2008 - ro@suse.de
|
||||
|
||||
|
40
pango.spec
40
pango.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package pango (Version 1.22.1)
|
||||
# spec file for package pango (Version 1.22.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -36,15 +36,13 @@ AutoReqProv: on
|
||||
Obsoletes: pango-64bit
|
||||
%endif
|
||||
#
|
||||
Version: 1.22.1
|
||||
Release: 3
|
||||
Version: 1.22.4
|
||||
Release: 1
|
||||
Summary: System for Layout and Rendering of Internationalised Text
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.18/%{name}-%{version}.tar.bz2
|
||||
Source1: README.SuSE
|
||||
# PATCH-FIX-UPSTREAM pango64.patch bgo129534 -- needed for biarch. Unfortunately, this is not good enough for usptream.
|
||||
Patch0: pango64.patch
|
||||
# PATCH-FIX-UPSTREAM pango-libtool.patch schwab@suse.de -- apparently configure.in is invoking libtool in a bad way
|
||||
Patch1: pango-libtool.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
PreReq: filesystem
|
||||
%if %suse_version > 1010
|
||||
@ -140,7 +138,6 @@ Authors:
|
||||
cp -a %{S:1} .
|
||||
%patch0 -p0
|
||||
%endif
|
||||
%patch1
|
||||
|
||||
%build
|
||||
autoreconf -f -i
|
||||
@ -268,8 +265,39 @@ fi
|
||||
%{_datadir}/gtk-doc/html/pango
|
||||
|
||||
%changelog
|
||||
* Thu Jan 29 2009 vuntz@novell.com
|
||||
- Drop pango-libtool.patch: it's already included upstream.
|
||||
* Wed Jan 07 2009 olh@suse.de
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
* Wed Dec 24 2008 mboman@suse.de
|
||||
- Update to version 1.22.4:
|
||||
+ Misc bug fixes
|
||||
+ Improved docs
|
||||
+ Bugs fixed in this release:
|
||||
- bgo#564644 – Not complete description of the
|
||||
pango_font_description_better_match function
|
||||
- bgo#563898 – Generated output is not deterministic
|
||||
- bgo#563803 – pango_renderer_finalize fails to call parent finalize
|
||||
- bgo#499626 – Space should be optional after comma in
|
||||
PangoFontDescription input string
|
||||
- bgo#499624 – Spaces around commas in PangoFontDescription family name
|
||||
should be trimmed
|
||||
- bgo#563557 – set g_get_prgname() in fc pattern
|
||||
- bgo#563356 – The input area of firefox and the blank width after text
|
||||
in gnome-menu was stretched too wide, under pango-1.22.3
|
||||
- bgo#562574 – Pangocariowin32 is leaking every cairo font it ever
|
||||
creates
|
||||
* Mon Dec 08 2008 mboman@suse.de
|
||||
- Update to version 1.22.3:
|
||||
+ bgo#561740 – Use stack allocation for thai_engine_break
|
||||
+ bgo#561779 – incorrect calculations in pango_matrix_concat
|
||||
implementation
|
||||
+ Bgo#560730 – pango 1.22.2 build failure on Solaris 10, too many array
|
||||
initializers in pango-language.c
|
||||
+ Write error code in capital hex.
|
||||
+ Bgo#558254 – Internal reference handling messed up
|
||||
+ bgo#558107 – is_monospace always returns FALSE in pangoatsui
|
||||
+ bgo#557620 – pango_font_description_from_string not correct
|
||||
* Tue Nov 11 2008 ro@suse.de
|
||||
- SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf
|
||||
* Wed Oct 22 2008 mboman@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user