This commit is contained in:
parent
79f5d4c9c3
commit
b1440cbe25
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8f4f4b4a9359cde35122124d7fa8725e0a8bc69bff0688202ce7d706489daa4b
|
|
||||||
size 1354214
|
|
3
pango-1.16.2.tar.bz2
Normal file
3
pango-1.16.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:12d350aa6fed173e5e518ed24694aae1137e9bfa9b80900528537e28639a48ca
|
||||||
|
size 1356322
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 11 10:06:18 CDT 2007 - maw@suse.de
|
||||||
|
|
||||||
|
- Update to version 1.16.2
|
||||||
|
- Fixed various bug in the OpenType Layout code (HarfBuzz)
|
||||||
|
- Improved documentation
|
||||||
|
- Improved ATSUI backend
|
||||||
|
- Misc build system fixes
|
||||||
|
- Bugs fixed in this release:
|
||||||
|
* Bug #417946 - pangowin32-fontmap.c:using function without prototype
|
||||||
|
* Bug #419262 - Don't create coverage every time it's asked for
|
||||||
|
(Both of these bugs are viewable at bugzilla.gnome.org)
|
||||||
|
- Refresh pango64.patch.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 21 13:57:55 CST 2007 - maw@suse.de
|
Wed Mar 21 13:57:55 CST 2007 - maw@suse.de
|
||||||
|
|
||||||
|
15
pango.spec
15
pango.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pango (Version 1.16.1)
|
# spec file for package pango (Version 1.16.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -15,7 +15,7 @@ BuildRequires: cairo-devel gtk-doc perl-XML-Parser sgml-skel
|
|||||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 1.16.1
|
Version: 1.16.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: System for Layout and Rendering of Internationalised Text
|
Summary: System for Layout and Rendering of Internationalised Text
|
||||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.14/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.14/%{name}-%{version}.tar.bz2
|
||||||
@ -174,6 +174,17 @@ fi
|
|||||||
%{_datadir}/gtk-doc/html/pango
|
%{_datadir}/gtk-doc/html/pango
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 11 2007 - maw@suse.de
|
||||||
|
- Update to version 1.16.2
|
||||||
|
- Fixed various bug in the OpenType Layout code (HarfBuzz)
|
||||||
|
- Improved documentation
|
||||||
|
- Improved ATSUI backend
|
||||||
|
- Misc build system fixes
|
||||||
|
- Bugs fixed in this release:
|
||||||
|
* Bug #417946 - pangowin32-fontmap.c:using function without prototype
|
||||||
|
* Bug #419262 - Don't create coverage every time it's asked for
|
||||||
|
(Both of these bugs are viewable at bugzilla.gnome.org)
|
||||||
|
- Refresh pango64.patch.
|
||||||
* Wed Mar 21 2007 - maw@suse.de
|
* Wed Mar 21 2007 - maw@suse.de
|
||||||
- Update to version 1.16.1
|
- Update to version 1.16.1
|
||||||
- Fixes for b.g.o #120195, #407315, #355987, and #407087.
|
- Fixes for b.g.o #120195, #407315, #355987, and #407087.
|
||||||
|
@ -1,19 +1,23 @@
|
|||||||
--- modules/Makefile.am
|
Index: modules/Makefile.am
|
||||||
|
===================================================================
|
||||||
|
--- modules/Makefile.am.orig
|
||||||
+++ modules/Makefile.am
|
+++ modules/Makefile.am
|
||||||
@@ -30,10 +30,10 @@
|
@@ -30,10 +30,10 @@ install-data-local: $(top_builddir)/pang
|
||||||
@if $(RUN_QUERY_MODULES_TEST) ; then \
|
@if $(RUN_QUERY_MODULES_TEST) ; then \
|
||||||
echo $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pango \&\& \
|
echo $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pango \&\& \
|
||||||
$(top_builddir)/pango/pango-querymodules \
|
$(top_builddir)/pango/pango-querymodules$(EXEEXT) \
|
||||||
- \> $(DESTDIR)$(sysconfdir)/pango/pango.modules ; \
|
- \> $(DESTDIR)$(sysconfdir)/pango/pango.modules ; \
|
||||||
+ \> $(DESTDIR)$(sysconfdir)/pango/pango64.modules ; \
|
+ \> $(DESTDIR)$(sysconfdir)/pango/pango64.modules ; \
|
||||||
$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pango && \
|
$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pango && \
|
||||||
$(top_builddir)/pango/pango-querymodules \
|
$(top_builddir)/pango/pango-querymodules$(EXEEXT) \
|
||||||
- > $(DESTDIR)$(sysconfdir)/pango/pango.modules ; \
|
- > $(DESTDIR)$(sysconfdir)/pango/pango.modules ; \
|
||||||
+ > $(DESTDIR)$(sysconfdir)/pango/pango64.modules ; \
|
+ > $(DESTDIR)$(sysconfdir)/pango/pango64.modules ; \
|
||||||
else \
|
else \
|
||||||
echo "***" ; \
|
echo "***" ; \
|
||||||
echo "*** Warning: $(sysconfdir)/pango/pango.modules" ; \
|
echo "*** Warning: $(sysconfdir)/pango/pango.modules" ; \
|
||||||
--- modules/pangorc
|
Index: modules/pangorc
|
||||||
|
===================================================================
|
||||||
|
--- modules/pangorc.orig
|
||||||
+++ modules/pangorc
|
+++ modules/pangorc
|
||||||
@@ -5,4 +5,4 @@
|
@@ -5,4 +5,4 @@
|
||||||
#
|
#
|
||||||
@ -21,9 +25,11 @@
|
|||||||
[Pango]
|
[Pango]
|
||||||
-ModuleFiles = ../modules/pango.modules
|
-ModuleFiles = ../modules/pango.modules
|
||||||
+ModuleFiles = ../modules/pango64.modules
|
+ModuleFiles = ../modules/pango64.modules
|
||||||
--- pango/modules.c
|
Index: pango/modules.c
|
||||||
|
===================================================================
|
||||||
|
--- pango/modules.c.orig
|
||||||
+++ pango/modules.c
|
+++ pango/modules.c
|
||||||
@@ -309,7 +309,7 @@
|
@@ -328,7 +328,7 @@ find_or_create_module (const char *raw_p
|
||||||
/* This is an entry put there by make install on the
|
/* This is an entry put there by make install on the
|
||||||
* packager's system. On Windows a prebuilt Pango
|
* packager's system. On Windows a prebuilt Pango
|
||||||
* package can be installed in a random
|
* package can be installed in a random
|
||||||
@ -32,8 +38,8 @@
|
|||||||
* such a package contains paths from the package
|
* such a package contains paths from the package
|
||||||
* builder's machine. Replace the path with the real
|
* builder's machine. Replace the path with the real
|
||||||
* one on this machine. */
|
* one on this machine. */
|
||||||
@@ -489,7 +489,7 @@
|
@@ -508,7 +508,7 @@ read_modules (void)
|
||||||
|
|
||||||
if (!file_str)
|
if (!file_str)
|
||||||
file_str = g_build_filename (pango_get_sysconf_subdirectory (),
|
file_str = g_build_filename (pango_get_sysconf_subdirectory (),
|
||||||
- "pango.modules",
|
- "pango.modules",
|
||||||
@ -41,7 +47,7 @@
|
|||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
files = pango_split_file_list (file_str);
|
files = pango_split_file_list (file_str);
|
||||||
@@ -597,7 +597,7 @@
|
@@ -619,7 +619,7 @@ build_map (PangoMapInfo *info)
|
||||||
if (!no_module_warning)
|
if (!no_module_warning)
|
||||||
{
|
{
|
||||||
gchar *filename = g_build_filename (pango_get_sysconf_subdirectory (),
|
gchar *filename = g_build_filename (pango_get_sysconf_subdirectory (),
|
||||||
|
Loading…
Reference in New Issue
Block a user