diff --git a/pango-1.16.1.tar.bz2 b/pango-1.16.1.tar.bz2 deleted file mode 100644 index ed01473..0000000 --- a/pango-1.16.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f4f4b4a9359cde35122124d7fa8725e0a8bc69bff0688202ce7d706489daa4b -size 1354214 diff --git a/pango-1.16.2.tar.bz2 b/pango-1.16.2.tar.bz2 new file mode 100644 index 0000000..f89a7a9 --- /dev/null +++ b/pango-1.16.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12d350aa6fed173e5e518ed24694aae1137e9bfa9b80900528537e28639a48ca +size 1356322 diff --git a/pango.changes b/pango.changes index 1755b31..5286d03 100644 --- a/pango.changes +++ b/pango.changes @@ -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 diff --git a/pango.spec b/pango.spec index 02640a6..fef8ede 100644 --- a/pango.spec +++ b/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. # 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) Group: System/Libraries Autoreqprov: on -Version: 1.16.1 +Version: 1.16.2 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 @@ -174,6 +174,17 @@ fi %{_datadir}/gtk-doc/html/pango %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 - Update to version 1.16.1 - Fixes for b.g.o #120195, #407315, #355987, and #407087. diff --git a/pango64.patch b/pango64.patch index 6c51055..7500df6 100644 --- a/pango64.patch +++ b/pango64.patch @@ -1,19 +1,23 @@ ---- modules/Makefile.am +Index: modules/Makefile.am +=================================================================== +--- modules/Makefile.am.orig +++ modules/Makefile.am -@@ -30,10 +30,10 @@ +@@ -30,10 +30,10 @@ install-data-local: $(top_builddir)/pang @if $(RUN_QUERY_MODULES_TEST) ; then \ echo $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pango \&\& \ - $(top_builddir)/pango/pango-querymodules \ + $(top_builddir)/pango/pango-querymodules$(EXEEXT) \ - \> $(DESTDIR)$(sysconfdir)/pango/pango.modules ; \ + \> $(DESTDIR)$(sysconfdir)/pango/pango64.modules ; \ $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pango && \ - $(top_builddir)/pango/pango-querymodules \ + $(top_builddir)/pango/pango-querymodules$(EXEEXT) \ - > $(DESTDIR)$(sysconfdir)/pango/pango.modules ; \ + > $(DESTDIR)$(sysconfdir)/pango/pango64.modules ; \ else \ echo "***" ; \ echo "*** Warning: $(sysconfdir)/pango/pango.modules" ; \ ---- modules/pangorc +Index: modules/pangorc +=================================================================== +--- modules/pangorc.orig +++ modules/pangorc @@ -5,4 +5,4 @@ # @@ -21,9 +25,11 @@ [Pango] -ModuleFiles = ../modules/pango.modules +ModuleFiles = ../modules/pango64.modules ---- pango/modules.c +Index: pango/modules.c +=================================================================== +--- pango/modules.c.orig +++ 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 * packager's system. On Windows a prebuilt Pango * package can be installed in a random @@ -32,8 +38,8 @@ * such a package contains paths from the package * builder's machine. Replace the path with the real * one on this machine. */ -@@ -489,7 +489,7 @@ - +@@ -508,7 +508,7 @@ read_modules (void) + if (!file_str) file_str = g_build_filename (pango_get_sysconf_subdirectory (), - "pango.modules", @@ -41,7 +47,7 @@ NULL); files = pango_split_file_list (file_str); -@@ -597,7 +597,7 @@ +@@ -619,7 +619,7 @@ build_map (PangoMapInfo *info) if (!no_module_warning) { gchar *filename = g_build_filename (pango_get_sysconf_subdirectory (),