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

Revision 10688, 19.4 KB checked in by tomop, 8 years ago (diff)

freetype2-2.4.4-8

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