From c31d545e12df4c17a0e86abeb561edc6f4b1b451a0b642395ca7afe28a2dcbc3 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 29 Mar 2013 20:59:21 +0000 Subject: [PATCH] Accepting request 161766 from home:dimstar:branches:GNOME:Factory - bnc#792646, bnc#803529#c1: Change requires pango-tools in baselibs.conf to prereq in order to: + Match the behavior of the native lib in the .spec file, where we use (Requires(post). + Ensure the right version of pango-tools is installed when the post script is being executed. OBS-URL: https://build.opensuse.org/request/show/161766 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=106 --- baselibs.conf | 2 +- pango.changes | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/baselibs.conf b/baselibs.conf index c4109de..17673d6 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,5 +1,5 @@ libpango-1_0-0 - requires "pango-tools- >= 1.31.1" + prereq "pango-tools- >= 1.31.1" provides "pango- = " obsoletes "pango- < " post "%if "%_lib" == "lib64"" diff --git a/pango.changes b/pango.changes index 92d3e2f..442b012 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Mar 29 19:48:38 UTC 2013 - dimstar@opensuse.org + +- bnc#792646, bnc#803529#c1: Change requires pango-tools in + baselibs.conf to prereq in order to: + + Match the behavior of the native lib in the .spec file, where + we use (Requires(post). + + Ensure the right version of pango-tools is installed when the + post script is being executed. + ------------------------------------------------------------------- Tue Mar 26 07:28:55 UTC 2013 - zaitor@opensuse.org