diff --git a/pango.spec b/pango.spec index cfc3360..68d0b05 100644 --- a/pango.spec +++ b/pango.spec @@ -8,7 +8,7 @@ Summary: System for layout and rendering of internationalized text Name: pango Version: 1.15.3 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: System Environment/Libraries Source: http://download.gnome.org/sources/pango/1.14/pango-%{version}.tar.bz2 @@ -141,6 +141,7 @@ rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig +%posttrans umask 0022 # Deriving /etc/pango/$host location # @@ -189,6 +190,11 @@ esac %changelog +* Thu Jan 11 2007 Behdad Esfahbod - 1.15.3-3 +- Move pango.modules generation to posttrans, to make sure modules available + in an older version but not this one are removed. +- Resolves #222217 + * Tue Jan 09 2007 Behdad Esfahbod - 1.15.3-2 - Update sources