Accepting request 260765 from GNOME:Factory

1

OBS-URL: https://build.opensuse.org/request/show/260765
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=94
This commit is contained in:
2014-11-13 08:16:44 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Nov 09 21:03:00 UTC 2014 - Led <ledest@gmail.com>
- fix bashism in post script
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 22 18:48:08 UTC 2014 - zaitor@opensuse.org Mon Sep 22 18:48:08 UTC 2014 - zaitor@opensuse.org

View File

@@ -199,7 +199,7 @@ fi
# %%{_libdir}/pango/%%{pango_binary_version} already exists) which means # %%{_libdir}/pango/%%{pango_binary_version} already exists) which means
# pango-querymodules couldn't run there. # pango-querymodules couldn't run there.
%endif %endif
if [ $1 == 1 ]; then if [ $1 = 1 ]; then
test -f %{_libdir}/libpango-1.0.so.0 test -f %{_libdir}/libpango-1.0.so.0
if test $? -eq 0; then if test $? -eq 0; then
%{_pango_querymodules_update_cache} %{_pango_querymodules_update_cache}