source: projects/specs/branches/6/f/freetype2/freetype2-vl.spec @ 9444

Revision 9444, 18.8 KB checked in by iwamoto, 9 years ago (diff)

freetype2: CVE-2014-96xx

Line 
1%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
2
3%bcond_with subpixel_rendering
4
5Summary: FreeType 2 library
6Summary(ja): FreeType 2 ライブラリ
7Name: freetype2
8Version: 2.4.4
9Release: 7%{?_dist_release}
10License: GPL/FTL dual license
11URL: http://www.freetype.org/
12Group: System Environment/Libraries
13
14Source: freetype-%{version}.tar.bz2
15Source1: freetype-doc-%{version}.tar.bz2
16Source2: ft2demos-%{version}.tar.bz2
17
18# enable subpixel rendering
19Patch21: freetype-2.3.0-enable-spr.patch
20# Enable otvalid and gxvalid modules
21Patch46:  freetype-2.2.1-enable-valid.patch
22# Fix multilib conflicts
23Patch88:  freetype-multilib.patch
24# Fix crash https://bugs.freedesktop.org/show_bug.cgi?id=6841
25Patch89:  freetype-2.2.1-memcpy-fix.patch
26
27Patch200: freetype-2.1.10-slight-embolden.patch
28Patch201: freetype-2.4.4-x86_64-invalid_outline.patch
29
30# security fixes
31Patch300: freetype-2.4.4_CVE-2011-0226.patch
32Patch310: freetype-2.4.4_CVE-2011-3256.patch
33Patch320: freetype-2.4.4-CVE-2011-3439.patch
34Patch330: freetype-2.4.4_CVE-2012-1126.patch
35Patch340: freetype-2.4.4_CVE-2012-1127.patch
36Patch350: freetype-2.4.4_CVE-2012-1130.patch
37Patch360: freetype-2.4.4_CVE-2012-1131.patch
38Patch370: freetype-2.4.4_CVE-2012-1132.patch
39Patch380: freetype-2.4.4_CVE-2012-1137.patch
40Patch390: freetype-2.4.4_CVE-2012-1139.patch
41Patch400: freetype-2.4.4_CVE-2012-1141.patch
42Patch410: freetype-2.4.4_CVE-2012-1143.patch
43Patch420: freetype-2.4.4-CVE-2012-1133_1134_1136_1142_1144.patch
44Patch430: freetype-2.4.4-CVE-2012-5668.patch   
45Patch440: freetype-2.4.4-CVE-2012-5669.patch
46
47Patch450: freetype-2.4.9-CVE-2014-9656-1.patch
48Patch451: freetype-2.4.9-CVE-2014-9656-2.patch
49Patch460: freetype-2.4.9-CVE-2014-9657.patch
50Patch470: freetype-2.4.9-CVE-2014-9658.patch
51Patch480: freetype-2.4.9-CVE-2014-9660.patch
52Patch490: freetype-2.4.9-CVE-2014-9661-1.patch
53Patch491: freetype-2.4.9-CVE-2014-9661-2.patch
54Patch500: freetype-2.4.9-CVE-2014-9663.patch
55Patch510: freetype-2.4.9-CVE-2014-9664-1.patch
56Patch511: freetype-2.4.9-CVE-2014-9664-2.patch
57Patch520: freetype-2.4.9-CVE-2014-9666.patch
58Patch530: freetype-2.4.9-CVE-2014-9667.patch
59Patch540: freetype-2.4.9-CVE-2014-9669.patch
60Patch550: freetype-2.4.9-CVE-2014-9670-1.patch
61Patch551: freetype-2.4.9-CVE-2014-9670-2.patch
62Patch560: freetype-2.4.9-CVE-2014-9671-1.patch
63Patch561: freetype-2.4.9-CVE-2014-9671-2.patch
64Patch562: freetype-2.4.9-CVE-2014-9671-3.patch
65Patch570: freetype-2.4.9-CVE-2014-9672.patch
66Patch580: freetype-2.4.9-CVE-2014-9673.patch
67Patch590: freetype-2.4.9-CVE-2014-9675-1.patch
68Patch591: freetype-2.4.9-CVE-2014-9675-2.patch
69
70BuildRoot: %{_tmppath}/%{name}-%{version}-root
71
72BuildRequires: zlib-devel
73BuildRequires: libX11-devel
74Requires: zlib
75
76Vendor: Project Vine
77Distribution: Vine Linux
78
79%description
80The FreeType project is a team of volunteers who develop free,
81portable and high-quality software solutions for digital typography.
82They specifically target embedded systems and focus on bringing small,
83efficient and ubiquitous products.
84
85The FreeType 2 library is their new software font engine. It has been
86designed to provide the following important features:
87 * A universal and simple API to manage font files
88 * Support for several font formats through loadable modules
89 * High-quality anti-aliasing
90 * High portability & performance
91
92Supported font formats include:
93 * TrueType files (.ttf) and collections (.ttc)
94 * Type 1 font files both in ASCII (.pfa) or binary (.pfb) format
95 * Type 1 Multiple Master fonts. The FreeType 2 API also provides
96   routines to manage design instances easily
97 * Type 1 CID-keyed fonts
98 * OpenType/CFF (.otf) fonts
99 * CFF/Type 2 fonts
100 * Adobe CEF fonts (.cef), used to embed fonts in SVG documents with
101   the Adobe SVG viewer plugin.
102 * Windows FNT/FON bitmap fonts
103
104This package contains the files needed to run programs that use the
105FreeType 2 library.
106
107
108%package demos
109Summary: A collection of FreeType demos
110Group: System Environment/Libraries
111Requires: %{name} = %{version}-%{release}
112Obsoletes: freetype-utils < 2.0
113Provides: freetype-utils = %{version}
114
115%description demos
116A collection of FreeType demos.
117
118
119%package -n compat32-%{name}
120Summary: FreeType 2 library
121Summary(ja): FreeType 2 ライブラリ
122Group: System Environment/Libraries
123Requires:       %{name} = %{version}-%{release}
124
125
126%description -n compat32-%{name}
127The FreeType project is a team of volunteers who develop free,
128portable and high-quality software solutions for digital typography.
129They specifically target embedded systems and focus on bringing small,
130efficient and ubiquitous products.
131
132The FreeType 2 library is their new software font engine. It has been
133designed to provide the following important features:
134 * A universal and simple API to manage font files
135 * Support for several font formats through loadable modules
136 * High-quality anti-aliasing
137 * High portability & performance
138
139Supported font formats include:
140 * TrueType files (.ttf) and collections (.ttc)
141 * Type 1 font files both in ASCII (.pfa) or binary (.pfb) format
142 * Type 1 Multiple Master fonts. The FreeType 2 API also provides
143   routines to manage design instances easily
144 * Type 1 CID-keyed fonts
145 * OpenType/CFF (.otf) fonts
146 * CFF/Type 2 fonts
147 * Adobe CEF fonts (.cef), used to embed fonts in SVG documents with
148   the Adobe SVG viewer plugin.
149 * Windows FNT/FON bitmap fonts
150
151This package contains the files needed to run programs that use the
152FreeType 2 library.
153
154
155%package devel
156Summary:        Development files for FreeType 2 library
157Summary(ja):    FreeType 2 ライブラリの開発ファイル
158Group:          Development/Libraries
159Requires:       %{name} = %{version}-%{release}
160Requires:       zlib-devel
161
162
163%description devel
164The FreeType project is a team of volunteers who develop free,
165portable and high-quality software solutions for digital typography.
166They specifically target embedded systems and focus on bringing small,
167efficient and ubiquitous products.
168
169The FreeType 2 library is their new software font engine. It has been
170designed to provide the following important features:
171 * A universal and simple API to manage font files
172 * Support for several font formats through loadable modules
173 * High-quality anti-aliasing
174 * High portability & performance
175
176Supported font formats include:
177 * TrueType files (.ttf) and collections (.ttc)
178 * Type 1 font files both in ASCII (.pfa) or binary (.pfb) format
179 * Type 1 Multiple Master fonts. The FreeType 2 API also provides
180   routines to manage design instances easily
181 * Type 1 CID-keyed fonts
182 * OpenType/CFF (.otf) fonts
183 * CFF/Type 2 fonts
184 * Adobe CEF fonts (.cef), used to embed fonts in SVG documents with
185   the Adobe SVG viewer plugin.
186 * Windows FNT/FON bitmap fonts
187
188This package contains all supplementary files (static library, headers
189and documentation) you need to develop your own programs using the
190FreeType 2 library.
191
192
193%package -n compat32-%{name}-devel
194Summary:        FreeType 2 library
195Summary(ja):    FreeType 2 ライブラリ
196Group:          Development/Libraries
197Requires:       compat32-%{name} = %{version}-%{release}
198Requires:       %{name}-devel    = %{version}-%{release}
199Requires:       compat32-zlib-devel
200
201%description -n compat32-%{name}-devel
202The FreeType project is a team of volunteers who develop free,
203portable and high-quality software solutions for digital typography.
204They specifically target embedded systems and focus on bringing small,
205efficient and ubiquitous products.
206
207The FreeType 2 library is their new software font engine. It has been
208designed to provide the following important features:
209 * A universal and simple API to manage font files
210 * Support for several font formats through loadable modules
211 * High-quality anti-aliasing
212 * High portability & performance
213
214Supported font formats include:
215 * TrueType files (.ttf) and collections (.ttc)
216 * Type 1 font files both in ASCII (.pfa) or binary (.pfb) format
217 * Type 1 Multiple Master fonts. The FreeType 2 API also provides
218   routines to manage design instances easily
219 * Type 1 CID-keyed fonts
220 * OpenType/CFF (.otf) fonts
221 * CFF/Type 2 fonts
222 * Adobe CEF fonts (.cef), used to embed fonts in SVG documents with
223   the Adobe SVG viewer plugin.
224 * Windows FNT/FON bitmap fonts
225
226This package contains all supplementary files (static library, headers
227and documentation) you need to develop your own programs using the
228FreeType 2 library.
229
230%package static
231Summary:        Static ilbrary for FreeType 2
232Summary(ja):    FreeType 2 のスタティックライブラリ
233Group:          Development/Libraries
234Requires:       %{name}-devel = %{version}-%{release}
235
236%description static
237This package contains the static library for %{name}
238
239%prep
240%setup -q -n freetype-%{version} -b 1 -a 2
241
242%if %{with subpixel_rendering}
243%patch21 -p1 -b .enable-spr
244%endif
245
246%patch46 -p1 -b .enable-valid
247%patch88 -p1 -b .multilib
248%patch89 -p1 -b .memcpy
249
250%patch200 -p1 -b .slight-embolden
251
252%ifarch x86_64
253%patch201 -p1 -b .invalid_outline
254%endif
255
256# security fixes
257%patch300 -p1 -b .CVE-2011-0226
258%patch310 -p1 -b .CVE-2011-3256
259%patch320 -p1 -b .CVE-2011-3439
260
261%patch420 -p1 -b .CVE-2012-1133_1134_1136_1142_1144
262%patch330 -p1 -b .CVE-2012-1126
263%patch340 -p1 -b .CVE-2012-1127
264%patch350 -p1 -b .CVE-2012-1130
265%patch360 -p1 -b .CVE-2012-1131
266%patch370 -p1 -b .CVE-2012-1132
267%patch380 -p1 -b .CVE-2012-1137
268%patch390 -p1 -b .CVE-2012-1139
269%patch400 -p1 -b .CVE-2012-1141
270%patch410 -p1 -b .CVE-2012-1143
271%patch430 -p1 -b .CVE-2012-5668
272%patch440 -p1 -b .CVE-2012-5669
273
274%patch450 -p1 -b .CVE-2014-9656-1
275%patch451 -p1 -b .CVE-2014-9656-2
276%patch460 -p1 -b .CVE-2014-9657
277%patch470 -p1 -b .CVE-2014-9658
278%patch480 -p1 -b .CVE-2014-9660
279%patch490 -p1 -b .CVE-2014-9661-1
280%patch491 -p1 -b .CVE-2014-9661-2
281%patch500 -p1 -b .CVE-2014-9663
282%patch510 -p1 -b .CVE-2014-9664-1
283%patch511 -p1 -b .CVE-2014-9664-2
284%patch520 -p1 -b .CVE-2014-9666
285%patch530 -p1 -b .CVE-2014-9667
286%patch540 -p1 -b .CVE-2014-9669
287%patch550 -p1 -b .CVE-2014-9670-1
288%patch551 -p1 -b .CVE-2014-9670-2
289%patch560 -p1 -b .CVE-2014-9671-1
290%patch561 -p1 -b .CVE-2014-9671-2
291%patch562 -p1 -b .CVE-2014-9671-3
292%patch570 -p1 -b .CVE-2014-9672
293%patch580 -p1 -b .CVE-2014-9673
294%patch590 -p1 -b .CVE-2014-9675-1
295%patch591 -p1 -b .CVE-2014-9675-2
296
297%build
298%configure
299%__make %{?_smp_mflags}
300
301# Build demos
302pushd ft2demos-%{version}
303make TOP_DIR=".."
304popd
305
306
307%install
308[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
309
310%makeinstall gnulocaledir=$RPM_BUILD_ROOT%{_datadir}/locale
311
312for ftdemo in ftbench ftdump ftlint ftvalid ftdiff ftgamma ftgrid ftmulti ftstring ftview
313do
314  builds/unix/libtool --mode=install install -m 755 ft2demos-%{version}/bin/$ftdemo $RPM_BUILD_ROOT/%{_bindir}
315done
316
317## remove unuse files
318rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
319
320
321%clean
322[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
323
324
325%post -p /sbin/ldconfig
326
327%postun -p /sbin/ldconfig
328
329%post -n compat32-%{name} -p /sbin/ldconfig
330
331%postun -n compat32-%{name} -p /sbin/ldconfig
332
333%files
334%defattr(-, root, root)
335%{_libdir}/*.so*
336%doc docs
337
338%files devel
339%defattr(-, root, root)
340%{_bindir}/freetype-config
341%{_libdir}/*.so
342%{_libdir}/pkgconfig/*.pc
343%{_includedir}/*
344%{_datadir}/aclocal/freetype2.m4
345
346%files static
347%defattr(-, root, root)
348%{_libdir}/*.a
349
350%files demos
351%defattr(-,root,root)
352%{_bindir}/ftbench
353%{_bindir}/ftdump
354%{_bindir}/ftlint
355%{_bindir}/ftvalid
356%{_bindir}/ftdiff
357%{_bindir}/ftgamma
358%{_bindir}/ftgrid
359%{_bindir}/ftmulti
360%{_bindir}/ftstring
361%{_bindir}/ftview
362
363%if %{build_compat32}
364%files -n compat32-%{name}
365%defattr(-, root, root)
366%{_libdir}/*.so*
367
368%files -n compat32-%{name}-devel
369%defattr(-, root, root)
370%{_libdir}/*.so
371%{_libdir}/pkgconfig/*.pc
372%endif
373
374%changelog
375* Mon Mar 16 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.4-7
376- add Patch450,Patch451 for fix CVE-2014-9656
377- add Patch460 for fix CVE-2014-9657
378- add Patch470 for fix CVE-2014-9658
379- add Patch480 for fix CVE-2014-9660
380- add Patch490,Patch491 for fix CVE-2014-9661
381- add Patch500 for fix CVE-2014-9663
382- add Patch510,Patch511 for fix CVE-2014-9664
383- add Patch520 for fix CVE-2014-9666
384- add Patch530 for fix CVE-2014-9667
385- add Patch540 for fix CVE-2014-9669
386- add Patch550,Patch551 for fix CVE-2014-9670
387- add Patch560,Patch561,Patch562 for fix CVE-2014-9671
388- add Patch570 for fix CVE-2014-9672
389- add Patch580 for fix CVE-2014-9673
390- add Patch590,Patch591 for fix CVE-2014-9675
391
392* Thu Jan 31 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.4-6
393- add patch430 for fix CVE-2012-5668 (bdflib)
394- add patch440 for fix CVE-2012-5669 (bdflib)
395
396* Sun Apr 29 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.4-5
397- add patch330-420 for fix security issues
398
399* Tue Nov 22 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.4-4
400- add patch320 for fix CVE-2011-3439 (CID)
401
402* Wed Oct 26 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.4-3
403- add patch310 for fix CVE-2011-3256 (glyph handling)
404
405* Tue Aug 16 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.4-2
406- add patch300 for fix CVE-2011-0226 (t1decode)
407- add Vendor/Distri Tags
408
409* Fri Dec 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4-1
410- new upstream release
411
412* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.4.2-2
413- build with rpm-4.8.1-1 for pkg-config file
414
415* Mon Aug 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-1
416- new upstream release
417
418* Tue Jul 27 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-1
419- new upstream release
420
421* Thu Jul 15 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-1
422- new upstream release
423
424* Sun May 09 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.12-2
425- enable bytecode interpreter, the patent is now expired.
426
427* Tue Feb 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.12-1
428- new upstream release
429
430* Tue Oct 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.11-1
431- new upstream release
432- update patch201
433
434* Sun Aug 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.9-6
435- rebuild with gpg signing
436
437* Wed Jul 29 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.9-5
438- fixed "Invalid Outline" error on x86_64.
439
440* Sun May 03 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.3.9-4
441- removed %%if !%%{build_compat32} case condition
442- removed CC='gcc -m32' before make setup
443
444* Sun Apr 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.9-3
445- enable Patch200 again
446
447* Fri Mar 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.9-2
448- split static library to freetype2-static
449  - needed by tuxonice-userui
450- disable Patch200
451
452* Sat Mar 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.9-1
453- new upstream release
454
455* Wed Jan 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.8-1
456- new upstream release
457
458* Sun Oct 12 2008 Shu KONNO <owa@bg.wakwak.com> 2.3.7-2
459- removed *.la
460
461* Wed Jul 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.7-1
462- new upstream release
463
464* Wed Jun 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.6-1
465- new upstream release
466
467* Sun May 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.5-3
468- add Provides: freetype-utils = %%{version} to freetype2-demos
469
470* Thu Apr 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.5-2
471- remove %%{_bindir}/* from -devel
472
473* Fri Mar 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.5-1
474- new upstream release
475- add freetype2-demos
476  - Obsoletes: freetype-utils
477
478* Wed May 23 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.3.4-0vl2
479- add Patch201 (CVE-2007-2754)
480
481* Sun May 20 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.4-0vl1
482- new upstream release
483
484* Thu Aug 17 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.10-0vl8
485- add Requires: zlib-devel (devel package)
486- compat32
487  - add BuildRequires: compat32-zlib-devel
488  - add Requires: compat32-zlib-devel (devel package)
489
490* Thu Jul 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.10-0vl7
491- add Patch200 to adjust synthetic-embold font weight.
492  - default value is too heavy...
493
494* Sat Jun 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.10-0vl6
495- add Patch100 for autofit-cjk
496
497* Fri Feb 24 2006 Shu KONNO <owa@bg.wakwak.com> 2.1.10-0vl5
498- added --libdir=%%{_libdir} to make setup
499- added CC='gcc -m32' before make setup if compat32
500
501* Sun Feb 12 2006 NAKAMURA Kenta <kenta@c.csce.kyushu-u.ac.jp> 2.1.10-0vl4
502- added compat32-* packages for x86_64 architecture support
503
504* Thu Oct 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.10-0vl3
505- add upstream patches (from MDK)
506  - add Patch13 to fix memleak
507  - add Patch14 to put back internal API, used by XOrg
508  - add Patch15 to fix bad anti-aliasing
509
510* Sat Oct 01 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.10-0vl2
511- add upstream patches (from MDK)
512  - add Patch10 to add fixes from CVS
513  - add Patch11 to fix autofit render setup
514  - add Patch12 to fix kerning
515- add Patch20 (enable bytecode interpreter), but not applied by default
516
517* Tue Sep  6 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.10-0vl1
518- new upstream release
519- drop Patch1 (auto-hinter has been replaced with a new module)
520- drop Patch2 (included in freetype-2.1.8)
521- add pkgconfig file
522
523* Fri Apr 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.7-0vl4
524- add xtt2-1.2a related patch which is merged in CVS.
525  (http://x-tt.sourceforge.jp/index_nippon.html)
526
527* Thu Apr 01 2004 Tomoya TAKA <taka@vinelinux.org> 2.1.7-0vl3
528- add a fix from Fedora freetype-2.1.7-3
529  * Wed Mar 10 2004 Mike A. Harris <mharris@redhat.com> 2.1.7-3
530  - Added -fno-strict-aliasing to CFLAGS and CXXFLAGS to try to fix SEGV and
531    SIGILL crashes in mkfontscale which have been traced into freetype and seem
532    to be caused by aliasing issues in freetype macros
533
534* Wed Dec 10 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 2.1.7-0vl2
535- update patch1
536
537* Sun Nov 09 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.7-0vl1
538- new upstream release
539
540* Sat Sep 27 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.5-0vl2
541- rebuild for VineSeed
542
543* Sat Sep 27 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.5-0vl1
544- source upgrade
545- add Patch1 from http://www.kde.gr.jp/~akito/
546- remove Source1
547- remove Patch0 (no need to 2.1.5)
548
549* Wed Aug 06 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl2
550- correct License tag from GPL to GPL/FTL dual license
551  - FTL: The FreeType Project License
552
553* Wed Apr  9 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.4-0vl1
554- source upgrade
555
556* Sat Dec  7 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.3-0vl1
557- source and patch upgrade
558
559* Thu Dec  5 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.2-0vl3
560- rebuild with new toolchain
561
562* Wed Aug 21 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.2-0vl2
563- add Patch0 to fix problem to Dyna-Font
564
565* Mon Jul 23 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.2-0vl1
566- source upgrade
567- add %{_datadir}/aclocal/freetype2.m4 to -devel
568
569* Mon Jan 28 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.6-0vl2
570- modified %%build section
571
572* Wed Jan 16 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.0.6-0vl1
573- source update
574- add ftdocs
575
576* Fri Nov 23 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.1-0vl5
577- small build fix
578
579* Wed May  9 2001 Akira TAGOH <tagoh@gnome.gr.jp> 2.0.1-0vl4
580- Added Requires for -devel
581- Fixed config path
582
583* Mon Apr 23 2001 Kazuhisa TAKEI <takei@vinelinux.org> 2.0.1-0vl3
584- add %{_bindir} in devel package's %file section.
585
586* Tue Jan  9 2001 Akira TAGOH <tagoh@gnome.gr.jp> 2.0.1-0vl2
587- Added %defattr.
588
589* Sun Dec 17 2000 Akira TAGOH <tagoh@gnome.gr.jp> 2.0.1-0vl1
590- Initial revision.
591
Note: See TracBrowser for help on using the repository browser.