- Move pango.modules generation to posttrans, to make sure modules
available in an older version but not this one are removed. - Resolves #222217
This commit is contained in:
parent
626e874f23
commit
ac684e2d56
@ -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 <besfahbo@redhat.com> - 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 <besfahbo@redhat.com> - 1.15.3-2
|
||||
- Update sources
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user