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
This commit is contained in:
Dominique Leuenberger 2013-03-29 20:59:21 +00:00 committed by Git OBS Bridge
parent e055adfd87
commit c31d545e12
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,5 @@
libpango-1_0-0
requires "pango-tools-<targettype> >= 1.31.1"
prereq "pango-tools-<targettype> >= 1.31.1"
provides "pango-<targettype> = <version>"
obsoletes "pango-<targettype> < <version>"
post "%if "%_lib" == "lib64""

View File

@ -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