From 57dfd53c89abc29e62e52e37f386e2b22207fa08 Mon Sep 17 00:00:00 2001 From: besfahbo Date: Thu, 27 Jul 2006 22:36:43 +0000 Subject: [PATCH] - Do umask 0022 in post - Update configs to reflect addition of new Indic fonts (#200381, #200397) --- fontconfig.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/fontconfig.spec b/fontconfig.spec index 1d4227e..43c7733 100644 --- a/fontconfig.spec +++ b/fontconfig.spec @@ -3,7 +3,7 @@ Summary: Font configuration and customization library Name: fontconfig Version: 2.3.95 -Release: 5 +Release: 6 License: MIT Group: System Environment/Libraries Source: http://fontconfig.org/release/fontconfig-%{version}.tar.gz @@ -98,6 +98,8 @@ rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig +umask 0022 + mkdir -p %{_localstatedir}/cache/fontconfig touch %{_localstatedir}/cache/fontconfig/stamp @@ -141,6 +143,10 @@ fi %{_mandir}/man3/* %changelog +* Thu Jul 27 2006 Behdad Esfahbod - 2.3.95-6 +- Do umask 0022 in post +- Update configs to reflect addition of new Indic fonts (#200381, #200397) + * Tue Jul 18 2006 Matthias Clasen - 2.3.95-5 - Plug a small memory leak