rpms/freetype/devel freetype.spec,1.68,1.69
Behdad Esfahbod
behdad at fedoraproject.org
Mon Mar 9 17:40:28 UTC 2009
Author: behdad
Update of /cvs/pkgs/rpms/freetype/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20001
Modified Files:
freetype.spec
Log Message:
* Thu Mar 09 2009 Behdad Esfahbod <besfahbo at redhat.com> 2.3.8-2.1
- Preserve timestamp of FTL.TXT when converting to UTF-8.
Index: freetype.spec
===================================================================
RCS file: /cvs/pkgs/rpms/freetype/devel/freetype.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- freetype.spec 24 Feb 2009 18:29:01 -0000 1.68
+++ freetype.spec 9 Mar 2009 17:39:58 -0000 1.69
@@ -11,7 +11,7 @@
Summary: A free and portable font rendering engine
Name: freetype
Version: 2.3.8
-Release: 2%{?dist}
+Release: 2.1%{?dist}
License: FTL or GPLv2+
Group: System Environment/Libraries
URL: http://www.freetype.org
@@ -109,7 +109,9 @@
# Convert FTL.txt to UTF-8
pushd docs
-iconv -f latin1 -t utf-8 < FTL.TXT > FTL.TXT.tmp && mv FTL.TXT.tmp FTL.TXT
+iconv -f latin1 -t utf-8 < FTL.TXT > FTL.TXT.tmp && \
+touch -r FTL.TXT FTL.TXT.tmp && \
+mv FTL.TXT.tmp FTL.TXT
popd
@@ -219,6 +221,9 @@
%doc docs/tutorial
%changelog
+* Thu Mar 09 2009 Behdad Esfahbod <besfahbo at redhat.com> 2.3.8-2.1
+- Preserve timestamp of FTL.TXT when converting to UTF-8.
+
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
More information about the Fedora-fonts-bugs-list
mailing list