diff --git a/baselibs.conf b/baselibs.conf index cd3ee1f..12fe0b1 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -12,3 +12,4 @@ pango targettype 64bit post "LD_LIBRARY_PATH=usr/lib64 usr/bin/pango-querymodules-64 > etc/pango/pango64.modules || echo pango-querymodules-64 did not run properly in postin." targettype 32bit post "LD_LIBRARY_PATH=usr/lib usr/bin/pango-querymodules > etc/pango/pango.modules" arch ppc package pango-devel +arch sparcv9 package pango-devel diff --git a/pango-1.26.1.tar.bz2 b/pango-1.26.1.tar.bz2 deleted file mode 100644 index 6c9cafc..0000000 --- a/pango-1.26.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0254e979bf0fac305de596997cabda83e26c713b666bc582aa9e4b70cb0920d -size 1538050 diff --git a/pango-1.26.2.tar.bz2 b/pango-1.26.2.tar.bz2 new file mode 100644 index 0000000..17b5ef1 --- /dev/null +++ b/pango-1.26.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b85879e5d8794555d10a2b79428071c99a93b7502ccbef50360ae44c77c3e08 +size 1536011 diff --git a/pango.changes b/pango.changes index c0092ce..e612f33 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Dec 16 10:59:36 CET 2009 - jengelh@medozas.de + +- Add baselibs.conf as a source +- Add baselibs for SPARC + +------------------------------------------------------------------- +Tue Dec 15 13:52:03 CET 2009 - vuntz@opensuse.org + +- Update to version 1.26.2: + + Fix non-standard C++ usage + + Fix OpenType mark ligation + + OS X bug fix + + bgo#602823 - void function cannot return value + + bgo#602660 - [HB] don't use flexible arrays + + bgo#602408 - Invalid C++ code breaks compile with Sun C++ + Compiler + ------------------------------------------------------------------- Mon Nov 30 16:06:04 CET 2009 - dimstar@opensuse.org diff --git a/pango.spec b/pango.spec index 652bf94..7d01886 100644 --- a/pango.spec +++ b/pango.spec @@ -1,5 +1,5 @@ # -# spec file for package pango (Version 1.26.1) +# spec file for package pango (Version 1.26.2) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -34,11 +34,12 @@ Group: System/Libraries Obsoletes: pango-64bit %endif # -Version: 1.26.1 +Version: 1.26.2 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 +Source99: baselibs.conf # PATCH-FIX-UPSTREAM pango64.patch bgo129534 -- needed for biarch. Unfortunately, this is not good enough for usptream. Patch0: pango64.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build