Author: kwizart
Update of /cvs/free/rpms/freetype-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29940
Modified Files:
freetype-freeworld.spec
Log Message:
Fix for glibc bug
Index: freetype-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/freetype-freeworld/devel/freetype-freeworld.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- freetype-freeworld.spec 23 Oct 2011 00:02:53 -0000 1.19
+++ freetype-freeworld.spec 27 Oct 2011 22:26:13 -0000 1.20
@@ -1,7 +1,7 @@
Summary: A free and portable font rendering engine
Name: freetype-freeworld
Version: 2.4.6
-Release: 2%{?dist}
+Release: 3%{?dist}
License: FTL or GPLv2+
Group: System Environment/Libraries
URL:
http://www.freetype.org
@@ -89,6 +89,9 @@
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
+* Fri Oct 28 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.6-3
+- Fix for glibc bug rhbz#747377
+
* Sun Oct 23 2011 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.4.6-2
- Add freetype-2.4.6-CVE-2011-3256.patch from Fedora freetype
(Handle some border cases)