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

Revision 642, 25.8 KB checked in by iwamoto, 14 years ago (diff)

new upstream release

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.1
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* Sun Mar 21 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.1-1
143- new upstream release
144
145* Wed Mar 10 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.0-2
146- rebuild for release
147- update src url
148
149* Fri Feb 26 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.0-1
150- new upstream release   
151
152* Tue Feb 23 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.0rc
153- new upstream rc release 
154
155* Wed Feb  3 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.0beta7
156- new upstream beta release
157
158* Mon Jan 18 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.0beta6
159- test package (not for release)
160- change package name sylpheed 3
161- add -disable-updatecheck option in configure
162
163* Thu Aug 13 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.7.1-1
164- new upstream release
165- add Req: curl
166- add *.so files into files section
167- remove *.la and include files
168- add Obsoletes: sylpheed27 <= %{version}
169
170* Sun Dec 21 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.0-1
171- new upstream release
172- fix source url
173- add Obsoletes: sylpheed26 <= %{version}
174
175* Sat Aug 16 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.5.0-1
176- new upstream release
177- add Obsoletes: sylpheed25 <= %{version}
178- spec in utf8
179
180* Mon Mar 24 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.8-1
181- rebuild under new versioning policy
182- add Obsoletes: sylpheed24 <= %{version}
183- add smp_mflags into make section
184
185* Mon Dec 31 2007 KAZUKI SHIMURA <ksh753@y5.dion.ne.jp> 2.4.8
186- new upstream release
187
188* Mon Oct 08 2007 KAZUKI SHIMURA <ksh753@y5.dion.ne.jp> 2.4.7
189- new upstream release
190
191* Sat Sep 22 2007 KAZUKI SHIMURA <ksh753@y5.dion.ne.jp> 2.4.6
192- new upstream release
193
194* Tue Sep 04 2007 KAZUKI SHIMURA <ksh753@y5.dion.ne.jp> 2.4.5
195- [SECURITY] new upstream release
196  - fix format string vulnerability (CVE-2007-2958)
197
198* Sat Aug 11 2007 KAZUKI SHIMURA <ksh753@y5.dion.ne.jp> 2.4.4
199- new upstream release
200
201* Mon May 19 2007 KAZUKI SHIMURA <ksh753@gmail.com> 2.4.2
202- new upstream release
203
204* Thu May 03 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-0vl1
205- new upstream release
206
207* Sun Apr 29 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl2
208- rebuild with gtk+-2.10
209
210* Sun Apr 22 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
211- new upstream release
212
213* Sun Mar 18 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.4.0-0vl0.0beta5
214- upstream release
215
216* Fri Feb 16 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.4.0-0vl0.0beta4
217- upstream release
218
219* Wed Feb 07 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.4.0-0vl0.0beta3
220- upstream release
221
222* Fri Feb 02 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.4.0-0vl0.0beta2
223- upstream release
224
225* Tue Jan 30 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.4.0-0vl0.0beta1
226- upstream release
227
228* Tue Jan 16 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.1-0vl1
229- upstream release
230
231* Tue Jan 16 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl2
232- add certs-search-path.patch (patch1)
233  to search CA certificates files in /usr/share/ssl/certs
234
235* Tue Dec 26 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl1
236- upstream release
237
238* Wed Dec 20 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl0.0rc
239- upstream release
240
241* Sun Dec 17 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl0.0beta7
242- upstream release
243
244* Sat Dec 09 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl0.0beta6
245- upstream release
246
247* Sat Nov 11 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl0.0beta5
248- upstream release
249
250* Thu Nov 02 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl0.0beta4
251- upstream release
252
253* Wed Oct 18 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl0.0beta3
254- upstream release
255
256* Wed Oct 04 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl0.0beta2
257- upstream release
258- update source URL
259
260* Fri Sep 29 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl0.0beta1
261- upstream release
262
263* Fri Sep 22 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.9-0vl1
264- upstream release
265
266* Fri Sep 22 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.8-0vl1
267- upstream release
268- add %%with_oniguruma macro
269  - enable oniguruma support if rpmbuild with '--with oniguruma'
270
271* Tue Sep 05 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.7-0vl2
272- update URLs
273
274* Mon Jul 31 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.7-0vl1
275- upstream release
276
277* Sat Jun 10 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.6-0vl1
278- upstream release
279
280* Tue May 30 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.5-0vl1
281- upstream release
282
283* Mon Apr 10 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.4-0vl2
284- drop Requires: metamail ([VineSeed:10690])
285- add Obsoletes: sylpheed2 <= %%{version}
286
287* Thu Mar 30 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.4-0vl1
288- upstream release
289- drop obsolete patch1
290
291* Tue Mar 28 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.3-0vl2
292- add patch1 from svn to enable bold face with GLib 2.10 and Pango 1.12
293
294* Tue Mar 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.3-0vl1
295- upstream release
296
297* Fri Mar 03 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.2-0vl1
298- upstream release
299
300* Mon Feb 27 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.1-0vl1
301- upstream release
302
303* Thu Feb 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl1
304- upstream release
305
306* Thu Feb 09 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl0.0rc
307- upstream release
308
309* Mon Feb 06 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl0.0beta8
310- upstream release
311
312* Tue Jan 31 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl0.0beta7
313- upstream release
314
315* Thu Jan 26 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl0.0beta6
316- upstream release
317
318* Sun Jan 22 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl0.0beta5
319- upstream release
320
321* Sat Jan 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl0.0beta4
322- upstream release
323
324* Thu Jan 12 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl0.0beta3
325- upstream release
326
327* Tue Dec 27 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl0.0beta2
328- upstream release
329
330* Fri Dec 23 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl0.0beta1
331- upstream release
332
333* Thu Dec 15 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.9-0vl1
334- upstream release
335
336* Thu Dec 01 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.8-0vl1
337- upstream release
338
339* Fri Nov 18 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.7-0vl1
340- upstream release
341- cleanup description
342- add %%with_gtkspell macro
343  - enable gtkspell support if rpmbuild with '--with gtkspell'
344
345* Wed Nov 09 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.6-0vl1
346- upstream release
347
348* Sat Oct 29 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.5-0vl1
349- upstream release
350
351* Wed Oct 19 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.4-0vl1
352- upstream release
353- update default-browser.patch (patch0)
354
355* Thu Sep 29 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.3-0vl1
356- upstream release
357
358* Fri Sep 16 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.2-0vl1
359- upstream release
360- update default-browser.patch (patch0)
361- add COPYING.LIB
362
363* Tue Aug 24 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.1-0vl1
364- upstream release
365
366* Sun Aug 14 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.0-0vl1
367- upstream release
368
369* Sat Jul 30 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.0.0-0vl1
370- upstream release
371
372* Sat Jul 23 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.0.0-0vl0.0rc
373- upstream release
374
375* Thu Jul 14 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.0.0-0vl0.0beta6
376- upstream release
377
378* Sat Jul 09 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.0.0-0vl0.0beta5
379- upstream release
380
381* Mon Jul 04 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.0.0-0vl0.0beta4
382- upstream release
383
384* Thu Jun 23 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.0.0-0vl0.0beta3
385- upstream release
386
387* Fri Jun 17 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.0.0-0vl0.0beta2
388- upstream release
389
390* Fri Jun 10 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.0.0-0vl0.0beta1
391- upstream release
392
393* Mon May 30 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.12-0vl1
394- upstream release
395
396* Sat May 21 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.11-0vl1
397- upstream release
398
399* Sat May 14 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.10-0vl1
400- upstream release
401
402* Sat Apr 23 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.9-0vl1
403- upstream release
404- add sylpheed.desktop (fixed in svn)
405
406* Tue Apr 12 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.8-0vl1
407- upstream release
408
409* Tue Mar 29 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.7-0vl1
410- upstream release
411
412* Fri Mar 18 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.6-0vl1
413- upstream release
414- drop obsolete patch1
415- update default-browser.patch (patch0)
416- enable gnupg support by default
417
418* Fri Mar 04 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.4-0vl2
419- [SECURITY] fix buffer overflow
420  - update to svn revision 146 (patch1)
421
422* Wed Mar 02 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.4-0vl1
423- upstream release
424
425* Mon Feb 21 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.3-0vl1
426- upstream release
427
428* Wed Feb 09 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.2-0vl1
429- upstream release
430
431* Thu Feb 03 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.1-0vl1
432- upstream release
433
434* Tue Feb 01 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.0-0vl1
435- upstream release
436- update source URL
437
438* Tue Feb 01 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.0-0vl0.0pre
439- svn revesion 63
440- update (Build)Requires: gpgme(-devel) >= 0.4.5
441
442* Wed Jan 26 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.1.0-0vl0.0alpha1
443- gtk2 port from svn (revision 40)
444- dispose %%doc
445- fix dependencies
446  - add Requires: gtk2, glib2 instead of gtk+, glib
447  - add BuildRequires: {gtk2,glib2}-devel instead of {gtk+,glib,imlib}-devel
448- remove --disable-gdk-pixbuf from %%configure option
449- use sylpheed.desktop in source archive
450- install desktop file into %%{_datadir}/applications
451- update default-browser.patch (patch0) to use htmlview
452
453* Sun Dec 26 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.0-0vl1
454- upstream release
455
456* Thu Dec 16 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.0-0vl0.rc
457- upstream release
458
459* Sun Dec 05 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.0-0vl0.beta4
460- upstream release
461- update default-browser.patch
462- update (Build)Requires: gpgme (>= 0.3.10, < 0.4)
463
464* Tue Nov 16 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.0-0vl0.beta3
465- upstream release
466- use 'mozilla -remote' as default browser (patch0)
467
468* Mon Nov 08 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.0-0vl0.beta2
469- upstream release
470
471* Fri Oct 29 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.0-0vl0.beta1
472- upstream release
473
474* Sun Oct 17 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.9.99-0vl2
475- update description
476- add Japanese summary & description (thanks, spec file translation project)
477
478* Thu Oct 07 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.9.99-0vl1
479- upstream release
480
481* Thu Jul 22 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.9.12-0vl2
482- add Requires: mailcap, metamail
483- drop obsolete patches
484
485* Thu Jun 17 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.9.12-0vl1
486- upstream release
487
488* Sun May 30 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.9.11-0vl1
489- upstream release
490
491* Sat Apr 10 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.9.10-0vl2
492- rebuild with openssl-0.9.7d
493
494* Tue Mar 09 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.9.10-0vl1
495- upstream release
496
497* Thu Jan 29 2004 KAZUKI SHIMURA <rito@pos.to> 0.9.9-0vl1
498- upstream release
499
500* Mon Dec 15 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.9.8a-0vl1
501- upstream release
502
503* Sat Dec 13 2003 KAZUKI SHIMURA <rito@pos.to> 0.9.8-0vl1
504- upstream release
505
506* Wed Oct 15 2003 KAZUKI SHIMURA <rito@pos.to> 0.9.7-0vl1
507- upstream release
508
509* Wed Sep 17 2003 KAZUKI SHIMURA <rito@pos.to> 0.9.6-0vl1
510- upstream release
511
512* Tue Sep 02 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.9.5-0vl1
513- upstream release
514
515* Sun Jul 27 2003 KAZUKI SHIMURA <rito@pos.to> 0.9.4-0vl1
516- upstream release
517
518* Sun Jul 06 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.9.3-0vl1
519- upstream release
520
521* Fri Jun 06 2003 KAZUKI SHIMURA <rito@pos.to> 0.9.2-0vl1
522- upstream release
523
524* Wed May 28 2003 KAZUKI SHIMURA <rito@pos.to> 0.9.1-0vl1
525- upstream release
526
527* Sat May 15 2003 KAZUKI SHIMURA <rito@pos.to> 0.9.0-0vl1
528- upstream release
529
530* Fri Mar 07 2003 KAZUKI SHIMURA <rito@pos.to> 0.8.11-0vl1
531- upstream release
532- eliminated prefs_filter.patch
533
534* Mon Feb 17 2003 KAZUKI SHIMURA <rito@pos.to> 0.8.10-0vl3
535- added prefs_filter.patch (from 0.8.10cvs12)
536        to fix the crash when the selection list is empty
537
538* Sun Feb 16 2003 KAZUKI SHIMURA <rito@pos.to> 0.8.10-0vl2
539- merged with VineSeed:07485
540
541  - Mon Feb 03 2003 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.8.9-0vl3
542  - spec modified for ease with creation of gpgme-enabled version
543    (still disabled for VineSeed)
544
545* Sat Feb 08 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.8.10-0vl1
546- upstream release
547
548* Mon Jan 20 2003 KAZUKI SHIMURA <rito@pos.to> 0.8.9-0vl2
549- remove Requires: libjconv >= 2.0
550
551* Sat Jan 18 2003 KAZUKI SHIMURA <rito@pos.to> 0.8.9-0vl1
552- upstream release
553
554* Sat Jan 11 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.8.8-0vl1
555- upstream release
556- Patch1 was merged in the upstream release
557
558* Fri Nov 15 2002 KAZUKI SHIMURA <rito@pos.to> 0.8.6-0vl1
559- upstream release
560
561* Fri Oct 04 2002 KAZUKI SHIMURA <rito@pos.to> 0.8.5-0vl2
562- added BuildRequires: imlib-devel >= 1.9, faces-devel
563
564* Fri Oct 04 2002 KAZUKI SHIMURA <rito@pos.to> 0.8.5-0vl1
565- upstream release
566
567* Tue Oct 01 2002 KAZUKI SHIMURA <rito@pos.to> 0.8.4-0vl1
568- upstream release
569
570* Mon Sep 23 2002 KAZUKI SHIMURA <rito@pos.to> 0.8.3-0vl2
571- changed default browser into mozilla (updated patch0)
572
573* Sun Sep 15 2002 KAZUKI SHIMURA <rito@pos.to> 0.8.3-0vl1
574- upstream release
575
576* Tue Aug 27 2002 IWAI Masaharu <iwai@alib.jp> 0.8.2-0vl1
577- upstream release
578
579* Fri Jul 26 2002 KAZUKI SHIMURA <rito@pos.to> 0.8.1-0vl2
580- release++
581
582* Thu Jul 25 2002 IWAI Masaharu <iwai@alib.jp> 0.8.1-0vl1
583- upstream release
584- eliminated charset.patch
585
586* Tue Jul 23 2002 IWAI Masaharu <iwai@alib.jp> 0.8.0-0vl2
587- added charset.patch for no charset in Content-Type header field
588  ( from 0.8.0cvs1 )
589
590* Mon Jul 15 2002 IWAI Masaharu <iwai@alib.jp> 0.8.0-0vl1
591- upstream release
592
593* Sat Jun 15 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.7.8-0vl1
594- upstream release
595
596* Sun Jun 09 2002 KOBAYSHI R. Taizo <tkoba@vinelinux.org> 0.7.7-0vl1
597- upstream release
598
599* Wed May 15 2002 KOBAYSHI R. Taizo <tkoba@vinelinux.org> 0.7.6-0vl2
600- fixed Tab completion bug
601
602* Sun May 12 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.7.6-0vl1
603- upstream release
604
605* Mon Apr 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.5-0vl2
606- add new sylpheed icons
607
608* Sun Apr 21 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.7.5-0vl1
609- upstream release
610
611* Sat Mar  9 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.7.4-0vl1
612- upstream release
613
614* Sun Mar  3 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.7.3-0vl1
615- upstream release
616
617* Wed Feb 20 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.7.2-0vl2
618- added IPv6 and SSL support
619- added BuildPreReq: glib-devel, bison and flex, openssl-devel
620- added Requires: openssl
621
622* Sat Feb 16 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.7.2-0vl1
623- upstream release
624
625* Mon Feb 11 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.7.1-0vl1
626- upstream release
627- changed release tag value (s/%%{rel}vl0/%%{rel}/)
628
629* Mon Jan  7 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp>
630- 0.7.0-0vl1
631- upstream release
632
633* Sun Dec 16 2001 IWAI Masaharu <iwaim@cc.mbn.or.jp>
634- 0.6.6-0vl1
635- fixed BuildPreReq (gtk+-devel >= 1.2.6)
636- added BuildPreReq: glib-devel, bison and flex
637
638* Wed Nov 07 2001 Toru Sagami <sagami@vinelinux.org>
639- 0.6.5-0vl1
640
641* Mon Oct 22 2001 IWAI Masaharu <iwaim@cc.mbn.or.jp>
642- 0.6.4-0vl1
643- eliminated ABOUT-NLS from %%doc
644
645* Sat Oct 13 2001 IWAI Masaharu <iwaim@cc.mbn.or.jp>
646- 0.6.3-0vl1
647- added %%doc AUTHORS, NEWS and ABOUT-NLS
648
649* Sun Sep 16 2001 Toru Sagami <sagami@vinelinux.org>
650- 0.6.2-0vl1
651
652* Sun Sep 02 2001 Toru Sagami <sagami@vinelinux.org>
653- 0.6.1-0vl1
654
655* Fri Aug 31 2001 Toru Sagami <sagami@vinelinux.org>
656- 0.6.0-0vl1
657
658* Tue Aug 14 2001 <sagami@vinelinux.org>
659- 0.5.3-0vl1
660
661* Thu Aug 02 2001 <sagami@vinelinux.org>
662- 0.5.2-0vl1: eliminate ABOUT-NLS from %%doc
663
664* Wed Jul 18 2001 <sagami@vinelinux.org>
665- 0.5.1-0vl1: updated to 0.5.1
666- owns whole directory in %%{_datadir} instead of each files
667
668* Sat Jul 07 2001 <sagami@vinelinux.org>
669- 0.5.0-0vl1: updated to 0.5.0
670- minor spec fixes (put %%changelog at EOF, use %%{find_lang}...)
671- added %%config(missingok) to applnk file
672
673* Wed May 09  2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.66-0vl1
674- updated to 0.4.66
675
676* Tue May 01 2001 Yoichi Imai <yoichi@silver-forest.com> 0.4.65-0vl1
677- updated to 0.4.65
678- changed %description
679
680* Fri Apr 20 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.64-0vl1
681- updated to 0.4.64
682
683* Wed Apr 11 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.63-0vl1
684- updated to 0.4.63
685
686* Mon Mar 12 2001 Yoichi Imai <yoichi@silver-forest.com>
687- 0.4.62-0vl1
688- update to 0.4.62
689
690* Wed Feb 7 2001 Kunio Murasawa <murasawa@marineroad.com>
691- 0.4.61-0vl1
692- update to 0.4.61
693
694* Tue Dec 19 2000 Yoichi Imai <yoichi@silver-forest.com>
695- 0.4.9-0vl1
696- update to 0.4.9
697- used %{_(bin|data|sysconf)dir} for %install section
698
699* Sat Dec 9 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.8-0vl1
700- update to 0.4.8
701
702* Thu Nov 9 2000 Yoichi Imai <yoichi@silver-forest.com>
703- update to 0.4.4
704
705* Thu Oct 19 2000 Tomoya TAKA <tomoya@olive.plala.or.jp>
706- update to 0.4.2
707
708* Mon Oct 2 2000 Yoichi Imai <yoichi@silver-forest.com>
709- update to 0.4.1
710- --disable-gdk-pixbuf
711- Requires: imlib
712- BuildPreReq: gtk+ >= 1.2.6
713- Obsoletes: vmail
714
715* Thu Sep 28 2000 Yoichi Imai <yoichi@silver-forest.com>
716- rebuild for VineSeed
717
718* Wed Sep 27 2000 Yoichi Imai <yoichi@silver-forest.com>
719- update to 0.4.0
720- sylpheed-defualt-browser.patch for Vine Linux
721- requires: gdk-pixbuf
722
723* Tue Sep 26 2000 Yoichi Imai <yoichi@silver-forest.com>
724- update to 0.3.99
725
726* Sun Sep 17 2000 Yoichi Imai <yoichi@silver-forest.com>
727- update to 0.3.29
728
729* Wed Aug 30 2000 Yoichi Imai <yoichi@silver-forest.com>
730- update to 0.3.28
731
732* Fri Aug 25 2000 Yoichi Imai <yoichi@silver-forest.com>
733- update to 0.3.27
734
735* Sat Aug 19 2000 Yoichi Imai <yoichi@silver-forest.com>
736- update to 0.3.26
737
738* Thu Aug 10 2000 Yoichi Imai <yoichi@silver-forest.com>
739- update to 0.3.25
740
741* Fri Aug 04 2000 Yoichi Imai <yoichi@silver-forest.com>
742- update to 0.3.24
743- change uri
744* Mon Jul 24 2000 Yoichi Imai <yoichi@silver-forest.com>
745- update to 0.3.23
746
747* Fri Jul 21 2000 Yoichi Imai <yoichi@silver-forest.com>
748- update to 0.3.22
749
750* Wed Jul 05 2000 Yoichi Imai <yoichi@silver-forest.com>
751- update to 0.3.21
752
753* Fri Jun 30 2000 Yoichi Imai <yoichi@silver-forest.com>
754- update to 0.3.20
755
756* Mon Jun 26 2000 Yoichi Imai <yoichi@silver-forest.com>
757- update to 0.3.19
758
759* Sun Jun 18 2000 Yoichi Imai <yoichi@silver-forest.com>
760- update to 0.3.18
761
762* Thu Jun 15 2000 Yoichi Imai <yoichi@silver-forest.com>
763- update to 0.3.17
764
765* Tue Jun 13 2000 Yoichi Imai <yoichi@silver-forest.com>
766- update to 0.3.16
767
768* Sun Jun 11 2000 Yoichi Imai <yoichi@silver-forest.com>
769- update to 0.3.15
770
771* Sun Jun 4 2000 Yoichi Imai <yoichi@silver-forest.com>
772- some change
773
774* Sun Jun 4 2000 Yoichi Imai <yoichi@silver-forest.com>
775- update to 0.3.13
776
777* Sat Jun 3 2000 Yoichi Imai <yoichi@silver-forest.com>
778- update to 0.3.12
779
780* Fri Jun 2 2000 Yoichi Imai <yoichi@silver-forest.com>
781- update to 0.3.11
782
783* Sat May 20 2000 Yoichi Imai <yoichi@silver-forest.com>
784- update to 0.3.10
785
786* Sat May 20 2000 Yoichi Imai <yoichi@silver-forest.com>
787- update to 0.3.9
788
789* Sun May 14 2000 Yoichi Imai <yoichi@silver-forest.com>
790- update to 0.3.8
791
792* Thu May 11 2000 Yoichi Imai <yoichi@silver-forest.com>
793- update to 0.3.7a
794
795* Thu May 4 2000 Yoichi Imai <yoichi@silver-forest.com>
796- update to 0.3.6a
797
798* Sun Apr 30 2000 Yoichi Imai <yoichi@silver-forest.com>
799- update to 0.3.5
800
801* Sun Apr 30 2000 Yoichi Imai <yoichi@silver-forest.com>
802- update to 0.3.4
803
804* Sat Apr 29 2000 Yoichi Imai <yoichi@silver-forest.com>
805- gnome-menu and requires header change
806
807* Mon Apr 24 2000 Yoichi Imai <yoichi@silver-forest.com>
808- update to 0.3.3
809
810* Sat Apr 15 2000 Yoichi Imai <yoichi@silver-forest.com>
811- update to 0.3.2
812
813* Tue Apr 14 2000 Yoichi Imai <yoichi@silver-forest.com>
814- update to 0.3.1
815
816* Tue Mar 14 2000 Yoichi Imai <yoichi@silver-forest.com>
817- update to 0.2.9
818
819* Tue Mar 14 2000 Yoichi Imai <yoichi@silver-forest.com>
820- update for 0.2.7
821
822* Thu Feb 24 2000 Yoichi Imai <yoichi@silver-forest.com>
823- update for 0.2.4
824
825* Tue Feb 22 2000 Yoichi Imai <yoichi@silver-forest.com>
826- update for 0.2.3
827
828* Sun Feb 20 2000 Yoichi Imai <yoichi@silver-forest.com>
829- update for 0.2.2
830
831* Sat Feb 19 2000 Yoichi Imai <yoichi@silver-forest.com>
832- update for 0.2.1
833
834* Sat Feb 12 2000 Yoichi Imai <yoichi@silver-forest.com>
835- update for 0.2.0pre8
836
837* Sat Feb 12 2000 Yoichi Imai <yoichi@silver-forest.com>
838- update for 0.2.0pre7
839
840* Wed Feb 5 2000 Yoichi Imai <yoichi@silver-forest.com>
841- update for 0.2.0pre3
842
843* Wed Feb 5 2000 Yoichi Imai <yoichi@silver-forest.com>
844- append "TODO.jp"
845
846* Wed Feb 5 2000 Yoichi Imai <yoichi@silver-forest.com>
847- update for 0.2.0pre1
848
849* Wed Feb 4 2000 Yoichi Imai <yoichi@silver-forest.com>
850- update for 0.1.23
851
852* Wed Feb 2 2000 Yoichi Imai <yoichi@silver-forest.com>
853- update for 0.1.21
854
855* Tue Feb 1 2000 Yoichi Imai <yoichi@silver-forest.com>
856- update for 0.1.20
857
858* Tue Jan 25 2000 Yoichi Imai <yoichi@silver-forest.com>
859- update for 0.1.19
860
861* Sun Jan 23 2000 Yoichi Imai <yoichi@silver-forest.com>
862- update for 0.1.17
863
864* Sun Jan 16 2000 Yoichi Imai <yoichi@silver-forest.com>
865- update for 0.1.15
866
867* Sat Jan 15 2000 Yoichi Imai <yoichi@silver-forest.com>
868- update for 0.1.14
869
870* Fri Jan 14 2000 Yoichi Imai <yoichi@silver-forest.com>
871- update for 0.1.13
872
873* Thu Jan 13 2000 Yoichi Imai <yoichi@silver-forest.com>
874- update for 0.1.12
875
876* Wed Jan 12 2000 Yoichi Imai <yoichi@silver-forest.com>
877- update for 0.1.11
878
879* Tue Jan 11 2000 Yoichi Imai <yoichi@silver-forest.com>
880- update for 0.1.10
881
882* Mon Jan 10 2000 Yoichi Imai <yoichi@silver-forest.com>
883- update for 0.1.8
884
885* Sat Jan 8 2000 Yoichi Imai <yoichi@silver-forest.com>
886- update for 0.1.7
887
888* Fri Jan 7 2000 Yoichi Imai <yoichi@silver-forest.com>
889- update for 0.1.6
890
891* Thu Jan 6 2000 Yoichi Imai <yoichi@silver-forest.com>
892- update for 0.1.5
893
894* Sat Jan 1 2000 Yoichi Imai <yoichi@silver-forest.com>
895- first release for version 0.1.0
896
Note: See TracBrowser for help on using the repository browser.