From 0df43f67542739f96de4bcaa26d6b6272e189e82dfec12ba237473f55011f518 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 14 Nov 2012 15:43:30 +0000 Subject: [PATCH 1/2] Accepting request 141237 from GNOME:Next Update to 1.32.2 OBS-URL: https://build.opensuse.org/request/show/141237 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=92 --- pango-1.32.1.tar.xz | 3 --- pango-1.32.2.tar.xz | 3 +++ pango.changes | 10 ++++++++++ pango.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 pango-1.32.1.tar.xz create mode 100644 pango-1.32.2.tar.xz diff --git a/pango-1.32.1.tar.xz b/pango-1.32.1.tar.xz deleted file mode 100644 index 8210268..0000000 --- a/pango-1.32.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:484babf7e1ac4bf959a0babe8168f180acb516932d70e2985de5f6e2961fcd82 -size 1035924 diff --git a/pango-1.32.2.tar.xz b/pango-1.32.2.tar.xz new file mode 100644 index 0000000..073c939 --- /dev/null +++ b/pango-1.32.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23124e01a7795374a6c2864b69ee49064de31b84b3776924461c0b8b42e8e5cb +size 1035152 diff --git a/pango.changes b/pango.changes index 418d859..6fde2e8 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Nov 14 07:51:21 UTC 2012 - dimstar@opensuse.org + +- Update to version 1.32.2: + + Fix load_fontset() for Win32 backend (bgo#685021). + + pango-viewer: Flush cairo surface when done. + + Xft: Fix a deadlock on display close (bgo#687470) + + Add missing colors from the web palette. + + Rename configure.in to configure.ac. + ------------------------------------------------------------------- Wed Oct 24 20:35:29 UTC 2012 - jengelh@inai.de diff --git a/pango.spec b/pango.spec index 52cd142..6a761a5 100644 --- a/pango.spec +++ b/pango.spec @@ -20,7 +20,7 @@ %define pango_binary_version 1.8.0 Name: pango -Version: 1.32.1 +Version: 1.32.2 Release: 0 Summary: Library for Layout and Rendering of Text License: LGPL-2.1+ From 032f8612b8958caaf919f07a4ab4045ae3e86a8e0d06bb3f500ae0d0bcc2272f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 23 Nov 2012 09:11:03 +0000 Subject: [PATCH 2/2] Accepting request 142539 from home:dimstar:branches:GNOME:Factory typo OBS-URL: https://build.opensuse.org/request/show/142539 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=93 --- baselibs.conf | 3 --- pango.changes | 8 ++++++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/baselibs.conf b/baselibs.conf index 15d5205..7724dc7 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -10,7 +10,6 @@ libpango-1_0-0 pango-devel requires -pango- requires "libpango-1_0-0- = " - requires "typelib-1_0-Pango-1_0- = " pango-tools +/usr/bin/pango-querymodules(-64)? post "%if "%_lib" == "lib64"" @@ -30,5 +29,3 @@ pango-module-thai-lang postun "%else" postun "%{_bindir}/pango-querymodules --update-cache" postun "%endif" -typelib-1_0-Pango-1_0 - +/usr/lib(64)?/girepository-1.0 diff --git a/pango.changes b/pango.changes index 6fde2e8..b617b4e 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Nov 21 21:00:23 UTC 2012 - dimstar@opensuse.org + +- Do not provide typelib-1_0-Pango-1_0-32bit (baselibs.conf): this + only results in a big mess of duplicate provides. Adding + ($HOSTTYPE) to the typelib() symbols does not work, as we'd + otherwise no longer be able to use them against noarch packages. + ------------------------------------------------------------------- Wed Nov 14 07:51:21 UTC 2012 - dimstar@opensuse.org