source: projects/specs/trunk/s/sylpheed/sylpheed-vl.spec @ 1393

Revision 1393, 25.9 KB checked in by inagaki, 14 years ago (diff)

updated: libindi, libpng, cups, sudo, sylpheed and tar

Line 
1%define with_gtkspell %{?_with_gtkspell:1}%{!?_with_gtkspell:0}
2%define with_oniguruma %{?_with_oniguruma:1}%{!?_with_oniguruma:0}
3# %%define extraver beta
4
5%define srcver  %{version}%{?extraver:%extraver}
6%define srcname sylpheed
7
8Summary:        GTK+ based fast e-mail client
9Summary(ja):    GTK+ ベースの高速な電子メールクライアント
10Name:           sylpheed
11Version:        3.0.2
12Release:        1%{?_dist_release}
13License:        GPL
14Group:          Applications/Internet
15URL:            http://sylpheed.sraoss.jp/
16Source0:        http://sylpheed.sraoss.jp/sylpheed/v3.0/sylpheed-%{srcver}.tar.bz2
17Source1:        sylpheed.xpm
18Patch0:         sylpheed-2.1.4-default-browser.patch
19Patch1:         sylpheed-2.3.0-certs-search-path.patch
20Requires:       gtk2 >= 2.10.0, openssl, gpgme >= 0.4.5
21Requires:       mailcap
22BuildRequires:  gtk2-devel >= 2.10.0, openssl-devel, gpgme-devel >= 0.4.5
23BuildRequires:  bison, flex, faces-devel
24%if %{with_gtkspell}
25Requires:       gtkspell
26BuildRequires:  gtkspell-devel
27%endif
28%if %{with_oniguruma}
29Requires:       oniguruma >= 4.2.2
30BuildRequires:  oniguruma-devel >= 4.2.2
31%endif
32Obsoletes:      vmail
33Obsoletes:      sylpheed2 <= %{version}, sylpheed24 <= %{version}
34Obsoletes:      sylpheed25 <= %{version}, sylpheed26 <= %{version}
35Obsoletes:      sylpheed27 <= %{version}, sylpheed3 <= %{version}
36Buildroot:      %{_tmppath}/%{name}-%{version}-root
37
38Packager:       iwamoto
39Vendor:         Project Vine
40Distribution:   Vine Linux
41
42%description
43Sylpheed is an e-mail client and news reader based on GTK+ GUI toolkit, and
44runs on X Window System.
45
46Sylpheed has the following features.
47
48 * Simple, beautiful, and well-polished user interface
49 * Comfortable operationality which is built in detail
50 * Well-organized, easy-to-understand configuration
51 * Lightweight operation
52 * High reliability
53 * Internationalization and Multilingualization support
54 * High-level Japanese processing
55 * Various protocols support
56 * Security features (GnuPG, SSL/TLSv1)
57 * Powerful filtering and search
58 * Junk mail control
59 * Flexible cooperation with external commands
60
61See README file for more information.
62
63%description -l ja
64Sylpheed は、X 上で動作する GTK+ ベースの電子メールクライアント&ニュース
65リーダーです。
66
67Sylpheedには以下のような特長があります。
68
69 *  シンプルで美しく、洗練されたユーザインタフェース
70 * 細部まで作りこまれた快適な操作性
71 * 整理された分かりやすい設定項目
72 * 軽快な動作
73 * 高い信頼性
74 * 国際化、多言語対応
75 * 高度な日本語処理(文字コードの自動判別、機種依存文字対応等)
76 * 多様なプロトコルに対応
77 * セキュリティ機能(GnuPG、SSL/TLSv1)
78 * 強力なフィルタリング・検索機能
79 * 迷惑メール対策機能
80 * 外部コマンドとの柔軟な連携
81
82詳細は README を参照してください。
83
84%prep
85%setup -q -n %{srcname}-%{srcver}
86# %setup -q -n %{srcname}-3.0.0
87
88%patch0 -p1 -b .default-browser
89%patch1 -p1 -b .certs-path
90
91%build
92%configure \
93           --enable-ipv6 \
94           --enable-ssl \
95           --enable-gpgme \
96           --disable-updatecheck \
97%if %{with_gtkspell}
98           --enable-gtkspell \
99%else
100           --disable-gtkspell \
101%endif
102%if %{with_oniguruma}
103           --enable-oniguruma \
104%else
105           --disable-oniguruma \
106%endif
107           --build=%{_target_platform} \
108           --program-transform-name=sylpheed
109
110%__make %{?_smp_mflags}
111
112%install
113%__rm -rf %{buildroot}
114%makeinstall
115%find_lang %{srcname}
116
117%__install -d %{buildroot}%{_datadir}/pixmaps
118%__install -p -m644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/
119%__install -p -m644 sylpheed*.png %{buildroot}%{_datadir}/pixmaps/
120
121%__install -d %{buildroot}%{_datadir}/applications
122%__install -p -m644 sylpheed.desktop %{buildroot}%{_datadir}/applications/
123
124# remove unneeded files
125%__rm -fv %{buildroot}%{_libdir}/*.la
126%__rm -frv %{buildroot}%{_includedir}/sylpheed
127
128%clean
129%__rm -rf %{buildroot}
130
131%files -f %{srcname}.lang
132%defattr(-,root,root)
133%doc AUTHORS COPYING* ChangeLog* README* INSTALL* TODO* NEWS*
134%{_bindir}/sylpheed
135%{_datadir}/pixmaps/sylpheed.xpm
136%{_datadir}/pixmaps/sylpheed*.png
137%{_datadir}/sylpheed/
138%{_libdir}/libsylph*
139%config(missingok) %{_datadir}/applications/sylpheed.desktop
140
141%changelog
142* Sat Apr  3 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.2-1
143- new upstream release
144
145* Sun Mar 21 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.1-1
146- new upstream release
147
148* Wed Mar 10 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.0-2
149- rebuild for release
150- update src url
151
152* Fri Feb 26 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.0-1
153- new upstream release   
154
155* Tue Feb 23 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.0rc
156- new upstream rc release 
157
158* Wed Feb  3 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.0beta7
159- new upstream beta release
160
161* Mon Jan 18 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.0beta6
162- test package (not for release)
163- change package name sylpheed 3
164- add -disable-updatecheck option in configure
165
166* Thu Aug 13 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.7.1-1
167- new upstream release
168- add Req: curl
169- add *.so files into files section
170- remove *.la and include files
171- add Obsoletes: sylpheed27 <= %{version}
172
173* Sun Dec 21 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.0-1
174- new upstream release
175- fix source url
176- add Obsoletes: sylpheed26 <= %{version}
177
178* Sat Aug 16 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.5.0-1
179- new upstream release
180- add Obsoletes: sylpheed25 <= %{version}
181- spec in utf8
182
183* Mon Mar 24 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.8-1
184- rebuild under new versioning policy
185- add Obsoletes: sylpheed24 <= %{version}
186- add smp_mflags into make section
187
188* Mon Dec 31 2007 KAZUKI SHIMURA <ksh753@y5.dion.ne.jp> 2.4.8
189- new upstream release
190
191* Mon Oct 08 2007 KAZUKI SHIMURA <ksh753@y5.dion.ne.jp> 2.4.7
192- new upstream release
193
194* Sat Sep 22 2007 KAZUKI SHIMURA <ksh753@y5.dion.ne.jp> 2.4.6
195- new upstream release
196
197* Tue Sep 04 2007 KAZUKI SHIMURA <ksh753@y5.dion.ne.jp> 2.4.5
198- [SECURITY] new upstream release
199  - fix format string vulnerability (CVE-2007-2958)
200
201* Sat Aug 11 2007 KAZUKI SHIMURA <ksh753@y5.dion.ne.jp> 2.4.4
202- new upstream release
203
204* Mon May 19 2007 KAZUKI SHIMURA <ksh753@gmail.com> 2.4.2
205- new upstream release
206
207* Thu May 03 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-0vl1
208- new upstream release
209
210* Sun Apr 29 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl2
211- rebuild with gtk+-2.10
212
213* Sun Apr 22 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
214- new upstream release
215
216* Sun Mar 18 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.4.0-0vl0.0beta5
217- upstream release
218
219* Fri Feb 16 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.4.0-0vl0.0beta4
220- upstream release
221
222* Wed Feb 07 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.4.0-0vl0.0beta3
223- upstream release
224
225* Fri Feb 02 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.4.0-0vl0.0beta2
226- upstream release
227
228* Tue Jan 30 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.4.0-0vl0.0beta1
229- upstream release
230
231* Tue Jan 16 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.1-0vl1
232- upstream release
233
234* Tue Jan 16 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl2
235- add certs-search-path.patch (patch1)
236  to search CA certificates files in /usr/share/ssl/certs
237
238* Tue Dec 26 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl1
239- upstream release
240
241* Wed Dec 20 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl0.0rc
242- upstream release
243
244* Sun Dec 17 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl0.0beta7
245- upstream release
246
247* Sat Dec 09 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl0.0beta6
248- upstream release
249
250* Sat Nov 11 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl0.0beta5
251- upstream release
252
253* Thu Nov 02 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl0.0beta4
254- upstream release
255
256* Wed Oct 18 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl0.0beta3
257- upstream release
258
259* Wed Oct 04 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl0.0beta2
260- upstream release
261- update source URL
262
263* Fri Sep 29 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl0.0beta1
264- upstream release
265
266* Fri Sep 22 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.9-0vl1
267- upstream release
268
269* Fri Sep 22 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.8-0vl1
270- upstream release
271- add %%with_oniguruma macro
272  - enable oniguruma support if rpmbuild with '--with oniguruma'
273
274* Tue Sep 05 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.7-0vl2
275- update URLs
276
277* Mon Jul 31 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.7-0vl1
278- upstream release
279
280* Sat Jun 10 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.6-0vl1
281- upstream release
282
283* Tue May 30 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.5-0vl1
284- upstream release
285
286* Mon Apr 10 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.4-0vl2
287- drop Requires: metamail ([VineSeed:10690])
288- add Obsoletes: sylpheed2 <= %%{version}
289
290* Thu Mar 30 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.4-0vl1
291- upstream release
292- drop obsolete patch1
293
294* Tue Mar 28 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.3-0vl2
295- add patch1 from svn to enable bold face with GLib 2.10 and Pango 1.12
296
297* Tue Mar 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.3-0vl1
298- upstream release
299
300* Fri Mar 03 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.2-0vl1
301- upstream release
302
303* Mon Feb 27 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.1-0vl1
304- upstream release
305
306* Thu Feb 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl1
307- upstream release
308
309* Thu Feb 09 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl0.0rc
310- upstream release
311
312* Mon Feb 06 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl0.0beta8
313- upstream release
314
315* Tue Jan 31 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl0.0beta7
316- upstream release
317
318* Thu Jan 26 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl0.0beta6
319- upstream release
320
321* Sun Jan 22 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl0.0beta5
322- upstream release
323
324* Sat Jan 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl0.0beta4
325- upstream release
326
327* Thu Jan 12 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl0.0beta3
328- upstream release
329
330* Tue Dec 27 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl0.0beta2
331- upstream release
332
333* Fri Dec 23 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl0.0beta1
334- upstream release
335
336* Thu Dec 15 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.9-0vl1
337- upstream release
338
339* Thu Dec 01 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.8-0vl1
340- upstream release
341
342* Fri Nov 18 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.7-0vl1
343- upstream release
344- cleanup description
345- add %%with_gtkspell macro
346  - enable gtkspell support if rpmbuild with '--with gtkspell'
347
348* Wed Nov 09 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.6-0vl1
349- upstream release
350
351* Sat Oct 29 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.5-0vl1
352- upstream release
353
354* Wed Oct 19 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.4-0vl1
355- upstream release
356- update default-browser.patch (patch0)
357
358* Thu Sep 29 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.3-0vl1
359- upstream release
360
361* Fri Sep 16 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.2-0vl1
362- upstream release
363- update default-browser.patch (patch0)
364- add COPYING.LIB
365
366* Tue Aug 24 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.1-0vl1
367- upstream release
368
369* Sun Aug 14 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.0-0vl1
370- upstream release
371
372* Sat Jul 30 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.0.0-0vl1
373- upstream release
374
375* Sat Jul 23 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.0.0-0vl0.0rc
376- upstream release
377
378* Thu Jul 14 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.0.0-0vl0.0beta6
379- upstream release
380
381* Sat Jul 09 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.0.0-0vl0.0beta5
382- upstream release
383
384* Mon Jul 04 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.0.0-0vl0.0beta4
385- upstream release
386
387* Thu Jun 23 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.0.0-0vl0.0beta3
388- upstream release
389
390* Fri Jun 17 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.0.0-0vl0.0beta2
391- upstream release
392
393* Fri Jun 10 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.0.0-0vl0.0beta1
394- upstream release
395
396* Mon May 30 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.12-0vl1
397- upstream release
398
399* Sat May 21 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.11-0vl1
400- upstream release
401
402* Sat May 14 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.10-0vl1
403- upstream release
404
405* Sat Apr 23 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.9-0vl1
406- upstream release
407- add sylpheed.desktop (fixed in svn)
408
409* Tue Apr 12 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.8-0vl1
410- upstream release
411
412* Tue Mar 29 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.7-0vl1
413- upstream release
414
415* Fri Mar 18 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.6-0vl1
416- upstream release
417- drop obsolete patch1
418- update default-browser.patch (patch0)
419- enable gnupg support by default
420
421* Fri Mar 04 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.4-0vl2
422- [SECURITY] fix buffer overflow
423  - update to svn revision 146 (patch1)
424
425* Wed Mar 02 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.4-0vl1
426- upstream release
427
428* Mon Feb 21 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.3-0vl1
429- upstream release
430
431* Wed Feb 09 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.2-0vl1
432- upstream release
433
434* Thu Feb 03 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.1-0vl1
435- upstream release
436
437* Tue Feb 01 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.0-0vl1
438- upstream release
439- update source URL
440
441* Tue Feb 01 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.0-0vl0.0pre
442- svn revesion 63
443- update (Build)Requires: gpgme(-devel) >= 0.4.5
444
445* Wed Jan 26 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.1.0-0vl0.0alpha1
446- gtk2 port from svn (revision 40)
447- dispose %%doc
448- fix dependencies
449  - add Requires: gtk2, glib2 instead of gtk+, glib
450  - add BuildRequires: {gtk2,glib2}-devel instead of {gtk+,glib,imlib}-devel
451- remove --disable-gdk-pixbuf from %%configure option
452- use sylpheed.desktop in source archive
453- install desktop file into %%{_datadir}/applications
454- update default-browser.patch (patch0) to use htmlview
455
456* Sun Dec 26 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.0-0vl1
457- upstream release
458
459* Thu Dec 16 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.0-0vl0.rc
460- upstream release
461
462* Sun Dec 05 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.0-0vl0.beta4
463- upstream release
464- update default-browser.patch
465- update (Build)Requires: gpgme (>= 0.3.10, < 0.4)
466
467* Tue Nov 16 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.0-0vl0.beta3
468- upstream release
469- use 'mozilla -remote' as default browser (patch0)
470
471* Mon Nov 08 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.0-0vl0.beta2
472- upstream release
473
474* Fri Oct 29 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.0-0vl0.beta1
475- upstream release
476
477* Sun Oct 17 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.9.99-0vl2
478- update description
479- add Japanese summary & description (thanks, spec file translation project)
480
481* Thu Oct 07 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.9.99-0vl1
482- upstream release
483
484* Thu Jul 22 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.9.12-0vl2
485- add Requires: mailcap, metamail
486- drop obsolete patches
487
488* Thu Jun 17 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.9.12-0vl1
489- upstream release
490
491* Sun May 30 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.9.11-0vl1
492- upstream release
493
494* Sat Apr 10 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.9.10-0vl2
495- rebuild with openssl-0.9.7d
496
497* Tue Mar 09 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.9.10-0vl1
498- upstream release
499
500* Thu Jan 29 2004 KAZUKI SHIMURA <rito@pos.to> 0.9.9-0vl1
501- upstream release
502
503* Mon Dec 15 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.9.8a-0vl1
504- upstream release
505
506* Sat Dec 13 2003 KAZUKI SHIMURA <rito@pos.to> 0.9.8-0vl1
507- upstream release
508
509* Wed Oct 15 2003 KAZUKI SHIMURA <rito@pos.to> 0.9.7-0vl1
510- upstream release
511
512* Wed Sep 17 2003 KAZUKI SHIMURA <rito@pos.to> 0.9.6-0vl1
513- upstream release
514
515* Tue Sep 02 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.9.5-0vl1
516- upstream release
517
518* Sun Jul 27 2003 KAZUKI SHIMURA <rito@pos.to> 0.9.4-0vl1
519- upstream release
520
521* Sun Jul 06 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.9.3-0vl1
522- upstream release
523
524* Fri Jun 06 2003 KAZUKI SHIMURA <rito@pos.to> 0.9.2-0vl1
525- upstream release
526
527* Wed May 28 2003 KAZUKI SHIMURA <rito@pos.to> 0.9.1-0vl1
528- upstream release
529
530* Sat May 15 2003 KAZUKI SHIMURA <rito@pos.to> 0.9.0-0vl1
531- upstream release
532
533* Fri Mar 07 2003 KAZUKI SHIMURA <rito@pos.to> 0.8.11-0vl1
534- upstream release
535- eliminated prefs_filter.patch
536
537* Mon Feb 17 2003 KAZUKI SHIMURA <rito@pos.to> 0.8.10-0vl3
538- added prefs_filter.patch (from 0.8.10cvs12)
539        to fix the crash when the selection list is empty
540
541* Sun Feb 16 2003 KAZUKI SHIMURA <rito@pos.to> 0.8.10-0vl2
542- merged with VineSeed:07485
543
544  - Mon Feb 03 2003 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.8.9-0vl3
545  - spec modified for ease with creation of gpgme-enabled version
546    (still disabled for VineSeed)
547
548* Sat Feb 08 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.8.10-0vl1
549- upstream release
550
551* Mon Jan 20 2003 KAZUKI SHIMURA <rito@pos.to> 0.8.9-0vl2
552- remove Requires: libjconv >= 2.0
553
554* Sat Jan 18 2003 KAZUKI SHIMURA <rito@pos.to> 0.8.9-0vl1
555- upstream release
556
557* Sat Jan 11 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.8.8-0vl1
558- upstream release
559- Patch1 was merged in the upstream release
560
561* Fri Nov 15 2002 KAZUKI SHIMURA <rito@pos.to> 0.8.6-0vl1
562- upstream release
563
564* Fri Oct 04 2002 KAZUKI SHIMURA <rito@pos.to> 0.8.5-0vl2
565- added BuildRequires: imlib-devel >= 1.9, faces-devel
566
567* Fri Oct 04 2002 KAZUKI SHIMURA <rito@pos.to> 0.8.5-0vl1
568- upstream release
569
570* Tue Oct 01 2002 KAZUKI SHIMURA <rito@pos.to> 0.8.4-0vl1
571- upstream release
572
573* Mon Sep 23 2002 KAZUKI SHIMURA <rito@pos.to> 0.8.3-0vl2
574- changed default browser into mozilla (updated patch0)
575
576* Sun Sep 15 2002 KAZUKI SHIMURA <rito@pos.to> 0.8.3-0vl1
577- upstream release
578
579* Tue Aug 27 2002 IWAI Masaharu <iwai@alib.jp> 0.8.2-0vl1
580- upstream release
581
582* Fri Jul 26 2002 KAZUKI SHIMURA <rito@pos.to> 0.8.1-0vl2
583- release++
584
585* Thu Jul 25 2002 IWAI Masaharu <iwai@alib.jp> 0.8.1-0vl1
586- upstream release
587- eliminated charset.patch
588
589* Tue Jul 23 2002 IWAI Masaharu <iwai@alib.jp> 0.8.0-0vl2
590- added charset.patch for no charset in Content-Type header field
591  ( from 0.8.0cvs1 )
592
593* Mon Jul 15 2002 IWAI Masaharu <iwai@alib.jp> 0.8.0-0vl1
594- upstream release
595
596* Sat Jun 15 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.7.8-0vl1
597- upstream release
598
599* Sun Jun 09 2002 KOBAYSHI R. Taizo <tkoba@vinelinux.org> 0.7.7-0vl1
600- upstream release
601
602* Wed May 15 2002 KOBAYSHI R. Taizo <tkoba@vinelinux.org> 0.7.6-0vl2
603- fixed Tab completion bug
604
605* Sun May 12 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.7.6-0vl1
606- upstream release
607
608* Mon Apr 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.5-0vl2
609- add new sylpheed icons
610
611* Sun Apr 21 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.7.5-0vl1
612- upstream release
613
614* Sat Mar  9 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.7.4-0vl1
615- upstream release
616
617* Sun Mar  3 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.7.3-0vl1
618- upstream release
619
620* Wed Feb 20 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.7.2-0vl2
621- added IPv6 and SSL support
622- added BuildPreReq: glib-devel, bison and flex, openssl-devel
623- added Requires: openssl
624
625* Sat Feb 16 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.7.2-0vl1
626- upstream release
627
628* Mon Feb 11 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.7.1-0vl1
629- upstream release
630- changed release tag value (s/%%{rel}vl0/%%{rel}/)
631
632* Mon Jan  7 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp>
633- 0.7.0-0vl1
634- upstream release
635
636* Sun Dec 16 2001 IWAI Masaharu <iwaim@cc.mbn.or.jp>
637- 0.6.6-0vl1
638- fixed BuildPreReq (gtk+-devel >= 1.2.6)
639- added BuildPreReq: glib-devel, bison and flex
640
641* Wed Nov 07 2001 Toru Sagami <sagami@vinelinux.org>
642- 0.6.5-0vl1
643
644* Mon Oct 22 2001 IWAI Masaharu <iwaim@cc.mbn.or.jp>
645- 0.6.4-0vl1
646- eliminated ABOUT-NLS from %%doc
647
648* Sat Oct 13 2001 IWAI Masaharu <iwaim@cc.mbn.or.jp>
649- 0.6.3-0vl1
650- added %%doc AUTHORS, NEWS and ABOUT-NLS
651
652* Sun Sep 16 2001 Toru Sagami <sagami@vinelinux.org>
653- 0.6.2-0vl1
654
655* Sun Sep 02 2001 Toru Sagami <sagami@vinelinux.org>
656- 0.6.1-0vl1
657
658* Fri Aug 31 2001 Toru Sagami <sagami@vinelinux.org>
659- 0.6.0-0vl1
660
661* Tue Aug 14 2001 <sagami@vinelinux.org>
662- 0.5.3-0vl1
663
664* Thu Aug 02 2001 <sagami@vinelinux.org>
665- 0.5.2-0vl1: eliminate ABOUT-NLS from %%doc
666
667* Wed Jul 18 2001 <sagami@vinelinux.org>
668- 0.5.1-0vl1: updated to 0.5.1
669- owns whole directory in %%{_datadir} instead of each files
670
671* Sat Jul 07 2001 <sagami@vinelinux.org>
672- 0.5.0-0vl1: updated to 0.5.0
673- minor spec fixes (put %%changelog at EOF, use %%{find_lang}...)
674- added %%config(missingok) to applnk file
675
676* Wed May 09  2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.66-0vl1
677- updated to 0.4.66
678
679* Tue May 01 2001 Yoichi Imai <yoichi@silver-forest.com> 0.4.65-0vl1
680- updated to 0.4.65
681- changed %description
682
683* Fri Apr 20 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.64-0vl1
684- updated to 0.4.64
685
686* Wed Apr 11 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.63-0vl1
687- updated to 0.4.63
688
689* Mon Mar 12 2001 Yoichi Imai <yoichi@silver-forest.com>
690- 0.4.62-0vl1
691- update to 0.4.62
692
693* Wed Feb 7 2001 Kunio Murasawa <murasawa@marineroad.com>
694- 0.4.61-0vl1
695- update to 0.4.61
696
697* Tue Dec 19 2000 Yoichi Imai <yoichi@silver-forest.com>
698- 0.4.9-0vl1
699- update to 0.4.9
700- used %{_(bin|data|sysconf)dir} for %install section
701
702* Sat Dec 9 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.8-0vl1
703- update to 0.4.8
704
705* Thu Nov 9 2000 Yoichi Imai <yoichi@silver-forest.com>
706- update to 0.4.4
707
708* Thu Oct 19 2000 Tomoya TAKA <tomoya@olive.plala.or.jp>
709- update to 0.4.2
710
711* Mon Oct 2 2000 Yoichi Imai <yoichi@silver-forest.com>
712- update to 0.4.1
713- --disable-gdk-pixbuf
714- Requires: imlib
715- BuildPreReq: gtk+ >= 1.2.6
716- Obsoletes: vmail
717
718* Thu Sep 28 2000 Yoichi Imai <yoichi@silver-forest.com>
719- rebuild for VineSeed
720
721* Wed Sep 27 2000 Yoichi Imai <yoichi@silver-forest.com>
722- update to 0.4.0
723- sylpheed-defualt-browser.patch for Vine Linux
724- requires: gdk-pixbuf
725
726* Tue Sep 26 2000 Yoichi Imai <yoichi@silver-forest.com>
727- update to 0.3.99
728
729* Sun Sep 17 2000 Yoichi Imai <yoichi@silver-forest.com>
730- update to 0.3.29
731
732* Wed Aug 30 2000 Yoichi Imai <yoichi@silver-forest.com>
733- update to 0.3.28
734
735* Fri Aug 25 2000 Yoichi Imai <yoichi@silver-forest.com>
736- update to 0.3.27
737
738* Sat Aug 19 2000 Yoichi Imai <yoichi@silver-forest.com>
739- update to 0.3.26
740
741* Thu Aug 10 2000 Yoichi Imai <yoichi@silver-forest.com>
742- update to 0.3.25
743
744* Fri Aug 04 2000 Yoichi Imai <yoichi@silver-forest.com>
745- update to 0.3.24
746- change uri
747* Mon Jul 24 2000 Yoichi Imai <yoichi@silver-forest.com>
748- update to 0.3.23
749
750* Fri Jul 21 2000 Yoichi Imai <yoichi@silver-forest.com>
751- update to 0.3.22
752
753* Wed Jul 05 2000 Yoichi Imai <yoichi@silver-forest.com>
754- update to 0.3.21
755
756* Fri Jun 30 2000 Yoichi Imai <yoichi@silver-forest.com>
757- update to 0.3.20
758
759* Mon Jun 26 2000 Yoichi Imai <yoichi@silver-forest.com>
760- update to 0.3.19
761
762* Sun Jun 18 2000 Yoichi Imai <yoichi@silver-forest.com>
763- update to 0.3.18
764
765* Thu Jun 15 2000 Yoichi Imai <yoichi@silver-forest.com>
766- update to 0.3.17
767
768* Tue Jun 13 2000 Yoichi Imai <yoichi@silver-forest.com>
769- update to 0.3.16
770
771* Sun Jun 11 2000 Yoichi Imai <yoichi@silver-forest.com>
772- update to 0.3.15
773
774* Sun Jun 4 2000 Yoichi Imai <yoichi@silver-forest.com>
775- some change
776
777* Sun Jun 4 2000 Yoichi Imai <yoichi@silver-forest.com>
778- update to 0.3.13
779
780* Sat Jun 3 2000 Yoichi Imai <yoichi@silver-forest.com>
781- update to 0.3.12
782
783* Fri Jun 2 2000 Yoichi Imai <yoichi@silver-forest.com>
784- update to 0.3.11
785
786* Sat May 20 2000 Yoichi Imai <yoichi@silver-forest.com>
787- update to 0.3.10
788
789* Sat May 20 2000 Yoichi Imai <yoichi@silver-forest.com>
790- update to 0.3.9
791
792* Sun May 14 2000 Yoichi Imai <yoichi@silver-forest.com>
793- update to 0.3.8
794
795* Thu May 11 2000 Yoichi Imai <yoichi@silver-forest.com>
796- update to 0.3.7a
797
798* Thu May 4 2000 Yoichi Imai <yoichi@silver-forest.com>
799- update to 0.3.6a
800
801* Sun Apr 30 2000 Yoichi Imai <yoichi@silver-forest.com>
802- update to 0.3.5
803
804* Sun Apr 30 2000 Yoichi Imai <yoichi@silver-forest.com>
805- update to 0.3.4
806
807* Sat Apr 29 2000 Yoichi Imai <yoichi@silver-forest.com>
808- gnome-menu and requires header change
809
810* Mon Apr 24 2000 Yoichi Imai <yoichi@silver-forest.com>
811- update to 0.3.3
812
813* Sat Apr 15 2000 Yoichi Imai <yoichi@silver-forest.com>
814- update to 0.3.2
815
816* Tue Apr 14 2000 Yoichi Imai <yoichi@silver-forest.com>
817- update to 0.3.1
818
819* Tue Mar 14 2000 Yoichi Imai <yoichi@silver-forest.com>
820- update to 0.2.9
821
822* Tue Mar 14 2000 Yoichi Imai <yoichi@silver-forest.com>
823- update for 0.2.7
824
825* Thu Feb 24 2000 Yoichi Imai <yoichi@silver-forest.com>
826- update for 0.2.4
827
828* Tue Feb 22 2000 Yoichi Imai <yoichi@silver-forest.com>
829- update for 0.2.3
830
831* Sun Feb 20 2000 Yoichi Imai <yoichi@silver-forest.com>
832- update for 0.2.2
833
834* Sat Feb 19 2000 Yoichi Imai <yoichi@silver-forest.com>
835- update for 0.2.1
836
837* Sat Feb 12 2000 Yoichi Imai <yoichi@silver-forest.com>
838- update for 0.2.0pre8
839
840* Sat Feb 12 2000 Yoichi Imai <yoichi@silver-forest.com>
841- update for 0.2.0pre7
842
843* Wed Feb 5 2000 Yoichi Imai <yoichi@silver-forest.com>
844- update for 0.2.0pre3
845
846* Wed Feb 5 2000 Yoichi Imai <yoichi@silver-forest.com>
847- append "TODO.jp"
848
849* Wed Feb 5 2000 Yoichi Imai <yoichi@silver-forest.com>
850- update for 0.2.0pre1
851
852* Wed Feb 4 2000 Yoichi Imai <yoichi@silver-forest.com>
853- update for 0.1.23
854
855* Wed Feb 2 2000 Yoichi Imai <yoichi@silver-forest.com>
856- update for 0.1.21
857
858* Tue Feb 1 2000 Yoichi Imai <yoichi@silver-forest.com>
859- update for 0.1.20
860
861* Tue Jan 25 2000 Yoichi Imai <yoichi@silver-forest.com>
862- update for 0.1.19
863
864* Sun Jan 23 2000 Yoichi Imai <yoichi@silver-forest.com>
865- update for 0.1.17
866
867* Sun Jan 16 2000 Yoichi Imai <yoichi@silver-forest.com>
868- update for 0.1.15
869
870* Sat Jan 15 2000 Yoichi Imai <yoichi@silver-forest.com>
871- update for 0.1.14
872
873* Fri Jan 14 2000 Yoichi Imai <yoichi@silver-forest.com>
874- update for 0.1.13
875
876* Thu Jan 13 2000 Yoichi Imai <yoichi@silver-forest.com>
877- update for 0.1.12
878
879* Wed Jan 12 2000 Yoichi Imai <yoichi@silver-forest.com>
880- update for 0.1.11
881
882* Tue Jan 11 2000 Yoichi Imai <yoichi@silver-forest.com>
883- update for 0.1.10
884
885* Mon Jan 10 2000 Yoichi Imai <yoichi@silver-forest.com>
886- update for 0.1.8
887
888* Sat Jan 8 2000 Yoichi Imai <yoichi@silver-forest.com>
889- update for 0.1.7
890
891* Fri Jan 7 2000 Yoichi Imai <yoichi@silver-forest.com>
892- update for 0.1.6
893
894* Thu Jan 6 2000 Yoichi Imai <yoichi@silver-forest.com>
895- update for 0.1.5
896
897* Sat Jan 1 2000 Yoichi Imai <yoichi@silver-forest.com>
898- first release for version 0.1.0
899
Note: See TracBrowser for help on using the repository browser.