source: projects/specs/trunk/e/evolution/evolution-vl.spec @ 12005

Revision 12005, 38.4 KB checked in by tomop, 5 years ago (diff)

Merge branch 'tomop'

Line 
1%define dbus_glib_version 0.88
2%define dbus_version 1.6.0
3%define gnome_icon_theme_version 2.30.2.1
4%define libxml2_version 2.7.3
5%define gtkhtml_version 4.5.2
6%define last_libgal2_version 2:2.5.3-2
7%define soup_version 2.32.0
8%define unique_version 2.90.4
9%define gstreamer1_version 0.11.0
10%define gnome_desktop3_version 2.91.3
11%define libgdata_version 0.10
12%define libgweather_version 3.5.0
13%define gsettings_desktop_schemas_version 2.91.92
14%define webkitgtk_version 1.10.0
15%define eds_version 3.22.0
16
17%define evo_major 3.30
18
19%define ldap_support 1
20%define libnotify_support 1
21
22%define nm_support 1
23
24%define evo_plugin_dir %{_libdir}/evolution/plugins
25%define web_extensions_dir %{_libdir}/evolution/web-extensions
26
27### Abstract ###
28
29Name: evolution
30Version: 3.30.3
31Release: 1%{?_dist_release}
32License: GPLv2 and GFDL+
33BuildRoot: %{_tmppath}/%{name}-%{version}-root
34URL: http://www.gnome.org/projects/evolution/
35Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution/%{evo_major}/%{name}-%{version}.tar.xz
36
37Summary: GNOME's next-generation groupware suite
38Summary(ja): GNOME 次世代グループウェアスイート
39Group: Applications/Productivity
40
41### Patches ###
42
43# to build with libical-3
44Patch1000: evolution-libical3.patch
45
46### Dependencies ###
47Requires: dbus >= %{dbus_version}
48Requires: evolution-data-server >= %{eds_version}
49Requires: gnome-icon-theme >= %{gnome_icon_theme_version}
50Requires: gnutls
51Requires: gtk3 >= 3.0.0
52Requires: libsoup >= %{soup_version}
53
54%if %{libnotify_support}
55Requires: libnotify >= 0.4
56%endif
57
58Obsoletes: libgal2 <= %{last_libgal2_version}
59
60
61### Build Dependencies ###
62
63BuildRequires: cmake
64BuildRequires: gtk3-devel
65BuildRequires: evolution-data-server-devel >= %{eds_version}
66BuildRequires: gnome-desktop3-devel >= %{gnome_desktop3_version}
67BuildRequires: libgweather-devel >= %{libgweather_version}
68BuildRequires: gsettings-desktop-schemas-devel >= %{gsettings_desktop_schemas_version}
69BuildRequires: gtkhtml4-devel >= %{gtkhtml_version}
70BuildRequires: libcanberra-gtk3-devel
71#BuildRequires: WebKit3-gtk-devel >= %{webkitgtk_version}
72BuildRequires: webkitgtk4-devel >= %{webkitgtk_version}
73BuildRequires: gstreamer1-devel >= %{gstreamer1_version}
74BuildRequires: libSM-devel
75BuildRequires: libgdata-devel >= %{libgdata_version}
76BuildRequires: gnome-online-accounts-devel
77BuildRequires: gtkspell3-devel
78BuildRequires: libcryptui-devel
79BuildRequires: gnome-autoar-devel
80BuildRequires: bogofilter
81BuildRequires: spamassassin
82BuildRequires: itstool
83
84BuildRequires: bison
85BuildRequires: gettext
86BuildRequires: gtk-doc
87
88BuildRequires: nspr-devel
89BuildRequires: nss-devel
90
91%if %{ldap_support}
92BuildRequires: openldap-devel >= 2.0.11
93%endif
94
95%if %{nm_support}
96BuildRequires: NetworkManager-glib-devel
97%endif
98
99%if %{libnotify_support}
100BuildRequires: libnotify-devel
101%endif
102
103Vendor: Project Vine
104Distribution: Vine Linux
105
106
107%description
108Evolution is the GNOME mailer, calendar, contact manager and
109communications tool.  The tools which make up Evolution will
110be tightly integrated with one another and act as a seamless
111personal information-management tool.
112
113%description -l ja
114Evolution はメーラ,カレンダー,アドレス帳, TO DO リスト,メモ帳
115を含むツールです.Evolution を構成する各ツールはしっかりと統合され
116ており、シームレスに個人情報管理ツールとして機能します.
117
118%package devel
119Summary: Development files for building against evolution
120Summary(ja): Evolution の開発用ファイル
121Group: Development/Libraries
122Requires: %{name} = %{version}
123Requires: gtkhtml4-devel >= %{gtkhtml_version}
124Requires: libsoup-devel >= %{soup_version}
125
126%description devel
127Development files needed for building things which link against evolution.
128
129%description devel -l ja
130evolution をリンクするプログラムをビルドするために必要な開発用ファイルです.
131
132
133%package        docs
134Summary:        Documentation for %{name}
135Summary(ja):    %{name} 用のドキュメント
136Group:          Documentation
137Requires:       %{name} = %{version}-%{release}
138BuildArch:      noarch
139
140%description    docs
141This package contains documentation for %{name}.
142
143
144%package help
145Summary: Help files for %{name}
146Summary(ja): %{name} 用ヘルプファイル
147Group: Applications/Documentation
148Requires: %{name} = %{version}-%{release}
149
150%description help
151This package contains user documentation for %{name}.
152
153%description help -l ja
154%{name} のユーザ用ドキュメントです. 
155
156%package bogofilter
157Summary: Bogofilter plugin for Evolution
158Summary(ja): Evolution 用 Bogofilter プラグイン
159Group: Applications/Productivity
160Requires: %{name} = %{version}-%{release}
161Requires: bogofilter
162
163%description bogofilter
164This package contains the plugin to filter junk mail using Bogofilter.
165
166%description bogofilter -l ja
167Bogofilter を使って迷惑メールをフィルタリングするためのプラグインです.
168
169%package spamassassin
170Summary: SpamAssassin plugin for Evolution
171Summary(ja): Evolution 用 SpamAssassin プラグイン
172Group: Applications/Productivity
173Requires: %{name} = %{version}-%{release}
174Requires: spamassassin
175
176%description spamassassin
177This package contains the plugin to filter junk mail using SpamAssassin.
178
179%description spamassassin -l ja
180SpamAssassin を使って迷惑メールをフィルタリングするためのプラグインです.
181
182%prep
183%setup -q
184
185
186%build
187mkdir -p _build
188cd _build
189
190# define all of our flags, this is kind of ugly :(
191%if %{ldap_support}
192%define ldap_flags -DWITH_OPENLDAP=ON
193%else
194%define ldap_flags -DWITH_OPENLDAP=OFF
195%endif
196
197%define ssl_flags -DENABLE_SMIME=ON
198
199if ! pkg-config --exists nss; then
200  echo "Unable to find suitable version of mozilla nss to use!"
201  exit 1
202fi
203
204CFLAGS=`echo "$RPM_OPT_FLAGS -fPIC -DLDAP_DEPRECATED -Wno-sign-compare -Wno-deprecated" | sed -e 's/-g//'`; export CFLAGS
205
206%cmake \
207        -G "Unix Makefiles" \
208        -DCMAKE_BUILD_TYPE=Release \
209        -DENABLE_MAINTAINER_MODE=OFF \
210        -DVERSION_SUBSTRING=" (%{version}-%{release})" \
211        %ldap_flags %ssl_flags %gtkdoc_flags %tests_flags \
212        -DENABLE_PLUGINS=all \
213        -DENABLE_YTNEF=OFF \
214        -DENABLE_GTK_DOC=ON -DWITH_HELP=ON \
215        -DENABLE_INSTALLED_TESTS=OFF \
216        -DENABLE_TEXT_HIGHLIGHT=OFF \
217        -DENABLE_PST_IMPORT=OFF \
218        ..
219
220make %{?_smp_mflags}
221
222cd ..
223
224# Replace identical images in the help by links.
225# This reduces the RPM size by several megabytes.
226helpdir=$RPM_BUILD_ROOT%{_datadir}/gnome/help/%{name}
227for f in $helpdir/C/figures/*.png; do
228  b="$(basename $f)"
229  for d in $helpdir/*; do
230    if [ -d "$d" -a "$d" != "$helpdir/C" ]; then
231      g="$d/figures/$b"
232      if [ -f "$g" ]; then
233        if cmp -s $f $g; then
234          rm "$g"; ln -s "../../C/figures/$b" "$g"
235        fi
236      fi
237    fi
238  done
239done
240
241%install
242rm -rf $RPM_BUILD_ROOT
243cd _build
244make install DESTDIR=$RPM_BUILD_ROOT
245
246# remove libtool archives for importers and the like
247find $RPM_BUILD_ROOT/%{_libdir}/evolution -name '*.la' -exec rm {} \;
248
249# remove statically built libraries:
250find $RPM_BUILD_ROOT/%{_libdir}/evolution -name '*.a' -exec rm {} \;
251
252rm -f $RPM_BUILD_ROOT%{_datadir}/mime-info/evolution.keys
253rm -f $RPM_BUILD_ROOT%{_datadir}/mime-info/evolution.mime
254
255# evolution link
256#ln -sf ./evolution-%{evo_major} $RPM_BUILD_ROOT/%{_bindir}/evolution
257
258cd ..
259
260%find_lang %name-%{evo_major} --all-name --with-gnome
261
262grep "%{_datadir}/locale" evolution-%{evo_major}.lang > translations.lang
263grep -v "%{_datadir}/locale" evolution-%{evo_major}.lang > help.lang
264
265%post
266/sbin/ldconfig
267touch --no-create %{_datadir}/icons/hicolor || :
268%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
269
270%postun
271/sbin/ldconfig
272touch --no-create %{_datadir}/icons/hicolor || :
273%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
274if [ $1 -eq 0 ]; then
275  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
276fi
277
278%posttrans
279glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
280
281%postun bogofilter
282if [ $1 -eq 0 ]; then
283  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
284fi
285
286%posttrans bogofilter
287glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
288
289%postun spamassassin
290if [ $1 -eq 0 ]; then
291  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
292fi
293
294%posttrans spamassassin
295glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
296
297
298
299
300%clean
301rm -rf $RPM_BUILD_ROOT
302
303%files -f translations.lang
304%defattr(-, root, root)
305%license COPYING
306%doc AUTHORS NEWS README
307%{_libdir}/evolution/*.so
308
309%{_datadir}/GConf/gsettings/evolution.convert
310%{_datadir}/glib-2.0/schemas/org.gnome.evolution.addressbook.gschema.xml
311%{_datadir}/glib-2.0/schemas/org.gnome.evolution.calendar.gschema.xml
312%{_datadir}/glib-2.0/schemas/org.gnome.evolution.gschema.xml
313%{_datadir}/glib-2.0/schemas/org.gnome.evolution.importer.gschema.xml
314%{_datadir}/glib-2.0/schemas/org.gnome.evolution.mail.gschema.xml
315%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.attachment-reminder.gschema.xml
316%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.autocontacts.gschema.xml
317%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.email-custom-header.gschema.xml
318%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.external-editor.gschema.xml
319%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.face-picture.gschema.xml
320%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.itip.gschema.xml
321%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.mail-notification.gschema.xml
322%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.prefer-plain.gschema.xml
323%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.publish-calendar.gschema.xml
324%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.templates.gschema.xml
325%{_datadir}/glib-2.0/schemas/org.gnome.evolution.shell.gschema.xml
326%{_datadir}/glib-2.0/schemas/org.gnome.evolution.text-highlight.gschema.xml
327
328# The main executable
329%{_bindir}/evolution
330
331# Desktop files:
332%{_datadir}/metainfo/org.gnome.Evolution.appdata.xml
333%{_datadir}/applications/org.gnome.Evolution.desktop
334
335# Icons:
336%{_datadir}/icons/hicolor/16x16/apps/*
337%{_datadir}/icons/hicolor/22x22/apps/*
338%{_datadir}/icons/hicolor/24x24/apps/*
339%{_datadir}/icons/hicolor/32x32/apps/*
340%{_datadir}/icons/hicolor/48x48/apps/*
341%{_datadir}/icons/hicolor/256x256/apps/*
342%{_datadir}/icons/hicolor/symbolic/apps/*
343
344# The main data directory
345# (have not attempted to split this up into an explicit list)
346%{_datadir}/evolution
347
348# Modules:
349%dir %{_libdir}/evolution
350%{_libdir}/evolution/modules/*
351%exclude %{_libdir}/evolution/modules/module-bogofilter.so
352%exclude %{_libdir}/evolution/modules/module-spamassassin.so
353
354# Various libexec programs:
355%dir %{_libexecdir}/evolution
356%{_libexecdir}/evolution/evolution-backup
357%{_libexecdir}/evolution/killev
358
359# The plugin directory:
360%dir %{evo_plugin_dir}
361
362# The various plugins follow; they are all part of the main package:
363# (note that there are various resources such as ui and pixmap files that
364# are built as part of specific plugins but which are currently packaged using
365# globs above; the purpose of the separation below is to be more explicit about
366# which plugins we ship)
367
368%{evo_plugin_dir}/org-gnome-evolution-attachment-reminder.eplug
369%{evo_plugin_dir}/liborg-gnome-evolution-attachment-reminder.so
370
371%{evo_plugin_dir}/org-gnome-email-custom-header.eplug
372%{evo_plugin_dir}/liborg-gnome-email-custom-header.so
373
374%{evo_plugin_dir}/org-gnome-evolution-bbdb.eplug
375%{evo_plugin_dir}/liborg-gnome-evolution-bbdb.so
376
377%{evo_plugin_dir}/org-gnome-external-editor.eplug
378%{evo_plugin_dir}/liborg-gnome-external-editor.so
379
380%{evo_plugin_dir}/org-gnome-mailing-list-actions.eplug
381%{evo_plugin_dir}/liborg-gnome-mailing-list-actions.so
382
383%{evo_plugin_dir}/org-gnome-mail-notification.eplug
384%{evo_plugin_dir}/liborg-gnome-mail-notification.so
385
386%{evo_plugin_dir}/org-gnome-mail-to-task.eplug
387%{evo_plugin_dir}/liborg-gnome-mail-to-task.so
388
389%{evo_plugin_dir}/org-gnome-prefer-plain.eplug
390%{evo_plugin_dir}/liborg-gnome-prefer-plain.so
391
392%{evo_plugin_dir}/org-gnome-publish-calendar.eplug
393%{evo_plugin_dir}/liborg-gnome-publish-calendar.so
394
395%{evo_plugin_dir}/org-gnome-save-calendar.eplug
396%{evo_plugin_dir}/liborg-gnome-save-calendar.so
397
398%{evo_plugin_dir}/org-gnome-templates.eplug
399%{evo_plugin_dir}/liborg-gnome-templates.so
400
401%{evo_plugin_dir}/org-gnome-dbx-import.eplug
402%{evo_plugin_dir}/liborg-gnome-dbx-import.so
403
404%{evo_plugin_dir}/org-gnome-face.eplug
405%{evo_plugin_dir}/liborg-gnome-face.so
406
407# Web extensions
408%dir %{web_extensions_dir}
409%{web_extensions_dir}/libewebextension.so
410%{web_extensions_dir}/module-itip-formatter-webextension.so
411%dir %{web_extensions_dir}/webkit-editor
412%{web_extensions_dir}/webkit-editor/module-webkit-editor-webextension.so
413
414%dir %{_libdir}/evolution-data-server
415%dir %{_libdir}/evolution-data-server/ui-modules
416%{_libdir}/evolution-data-server/ui-modules/module-evolution-alarm-notify.so
417
418%files devel
419%defattr(-, root, root)
420%{_includedir}/evolution
421%{_libdir}/pkgconfig/*.pc
422
423%files docs
424%defattr(-, root, root)
425%{_datadir}/gtk-doc/html/evolution-mail-composer
426%{_datadir}/gtk-doc/html/evolution-mail-engine
427%{_datadir}/gtk-doc/html/evolution-mail-formatter
428%{_datadir}/gtk-doc/html/evolution-shell
429%{_datadir}/gtk-doc/html/evolution-util
430
431%files help -f help.lang
432%defattr(-, root, root)
433#%dir %{_datadir}/omf/evolution
434
435%files bogofilter
436%defattr(-, root, root)
437%{_libdir}/evolution/modules/module-bogofilter.so
438%{_datadir}/metainfo/org.gnome.Evolution-bogofilter.metainfo.xml
439%{_datadir}/glib-2.0/schemas/org.gnome.evolution.bogofilter.gschema.xml
440
441%files spamassassin
442%defattr(-, root, root)
443%{_libdir}/evolution/modules/module-spamassassin.so
444%{_datadir}/metainfo/org.gnome.Evolution-spamassassin.metainfo.xml
445%{_datadir}/glib-2.0/schemas/org.gnome.evolution.spamassassin.gschema.xml
446
447%changelog
448* Thu Jan 03 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.30.3-1
449- new upstream release.
450- dropped all patches.
451- dropped krb5 support.
452
453* Fri Jan 26 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.22.6-1
454- new upstream release.
455
456* Mon Jul 18 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20.4-1
457- new upstream release
458
459* Sun Jan 24 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.4-1
460- new upstream release
461
462* Sat Dec 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.3-1
463- new upstream release
464
465* Fri Nov 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.2-1
466- new upstream release
467
468* Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.1-1
469- new upstream release
470
471* Sun Aug 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.5-1
472- new upstream release
473
474* Mon Jul 20 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.4-1
475- new upstream release
476
477* Wed Jun 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.3-1
478- new upstream release
479
480* Sat May 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2.1-1
481- new upstream release
482
483* Sun Apr 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1
484- new upstream release
485
486* Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
487- new upstream release
488- add BuildRequires: libcryptui-devel
489
490* Mon Feb 23 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.12.11-2
491- rebuilt with libical 1.0.1
492
493* Sun Feb 22 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.11-1
494- new upstream release
495
496* Wed Jan 28 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.10-1
497- new upstream release
498
499* Mon Dec 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.9-1
500- new upstream release
501
502* Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.8-1
503- new upstream release
504
505* Tue Oct 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.7-1
506- new upstream release
507
508* Sun Sep 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.6-1
509- new upstream release
510
511* Thu Aug 21 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.5-1
512- new upstream release
513
514* Fri Jul 18 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.4-1
515- new upstream release
516
517* Wed Jun 11 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.3-1
518- new upstream release
519
520* Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.2-1
521- new upstream release
522
523* Sun Apr 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
524- new upstream release
525
526* Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
527- new upstream release
528- add BuildRequires: gtkspell3-devel
529
530* Sat Nov 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.2-1
531- new upstream release
532
533* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
534- new upstream release
535
536* Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.5-1
537- new upstream release
538
539* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3-1
540- new upstream release
541
542* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
543- new upstream release
544
545* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
546- new upstream release
547- add BuildRequires: bogofilter, spamassassin
548- create %%{name}-docs subpackage
549
550* Sun Mar 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.4-1
551- new upstream release
552
553* Sun Feb 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.3-1
554- new upstream release
555
556* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
557- new upstream release
558
559* Wed Oct 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-2
560- fix %%files
561
562* Sun Oct 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
563- new upstream release
564
565* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
566- new upstream release
567- add BuildRequires: libgweather-devel, WebKit3-gtk-devel, itstool
568
569* Sat Aug 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.4-1
570- new upstream release
571
572* Fri Jun 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.3-1
573- new upstream release
574- add BuildRequires: gsettings-desktop-schemas-devel
575
576* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
577- new upstream release
578
579* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
580- new upstream release
581
582* Sat Jan 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.3-1
583- new upstream release
584
585* Mon Nov 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
586- new upstream release
587
588* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
589- new upstream release
590
591* Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
592- new upstream release
593
594* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
595- new upstream release
596
597* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90.1-1
598- new upstream release
599
600* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
601- new upstream release
602- change BuildRequires: gnome-desktop3-devel instead of gnome-desktop-devel
603- change BuildRequires: unique3-devel instead of unique-devel
604- change BuildRequires: libcanberra-gtk3-devel instead of libcanberra-devel
605- change BuildRequires: gtkhtml4-devel instead of gtkhtml3-devel
606- add BuildRequires: gnome-online-accounts-devel
607- add configure option: --disable-image-inline
608
609* Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.3-1
610- new upstream release
611
612* Tue Feb 08 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
613- new upstream release
614
615* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
616- new upstream release
617
618* Mon Oct 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
619- new upstream release
620- add BuildRequires: libgdata-devel
621- drop Patch13
622- fix %files (fix plugin list)
623
624* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-2
625- rebuild with rpm-4.8.1 for pkg-config file
626
627* Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
628- new upstream release
629- fix %files (move evolution-alarm-notify from %{_bindir} to %{_libexecdir}/%{name}/%{evo_major})
630
631* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1.2-1
632- new upstream release
633- drop Patch10
634
635* Sun Apr 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0.1-1
636- new upstream release
637- add BuildRequires: unique-devel, gstreamer-devel, gtkimageview-devel, libSM-devel, gnome-desktop-devel, rarian-compat
638- remove BuildRequires: byacc, flex, libbonobo-devel, libbonoboui-devel
639- remove Requires: libbonoboui
640- add configure option (--disable-pst-import)
641- remove unrecognized configure options (--enable-ipv6, --enable-nntp, --enable-exchange)
642- change strict_build_settings (from 1 to 0)
643
644* Sun Nov 01 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
645- new upstream release
646
647* Sat Aug 01 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.26.3-2
648- added Japanese description
649
650* Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.3-1
651- new upstream release
652
653* Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
654- new upstream release
655
656* Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1.1-1
657- new upstream release
658
659* Sat Apr  4 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.26.0-2
660- rebuilt with openldap-2.4.11
661
662* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
663- new upstream release
664
665* Sat Mar  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.5-1
666- new upstream release
667
668* Sat Jan 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.2-1
669- new upstream release
670- enabled krb5 support
671
672* Wed Oct 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
673- new upstream release
674
675* Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
676- new upstream release
677
678* Sun Jun  8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.2-1
679- new upstream release
680- built with evolution-data-server 2.22.2
681- removed Requires: libgnomeprint[ui], BuildRequires: libgnomeprint[ui]-devel
682
683* Wed May  7 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1.1-1
684- new upstream release
685- rebuilt with evolution-data-server 2.22.1.1
686
687* Thu Apr 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
688- new upstream release
689
690* Sun Apr  6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
691- new upstream release based on Fedora package
692  * Tue Mar 25 2008 Dan Williams <dcbw@redhat.com> - 2.22.0-4.fc9
693  - Add patch for GNOME bug #524310
694  * Fri Mar 14 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-3.fc9
695  - Explicit require evolution-data-server since its shared object names
696    still can't be trusted (RH bug #426511).
697  * Mon Dec 10 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.3-4.fc9
698  - Split junk filtering plugins into evolution-bogofilter and
699    evolution-spamassassin subpackages, each of which requires the
700    necessary backend packages.  (RH bug #377381)
701  * Mon Nov 06 2006 Matthew Barnes <mbarnes@redhat.com> - 2.9.1-3.fc7
702  - Add patch for RH bug #176400 (reset calendar IM context).
703
704
705* Sat Jul 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.10.1-4vl1
706- new upstream release based on Fedora package
707  * Sat Apr 14 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-4.fc7
708  - Add patch for RH bug #234315 (fix saving attachments).
709  * Fri Apr 13 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-3.fc7
710  - Add patch for RH bug #235878 (make Help->Contents work again).
711  * Tue Apr 10 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-2.fc7
712  - Revise patch for GNOME bug #362638 to fix RH bug #235096
713    (crash when displaying a mail server message to user).
714  * Mon Apr 09 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-1.fc7
715  - Update to 2.10.1
716  - Fix buggy gnome-doc-utils.make (GNOME bug #427939).
717  - Remove patch for CVE-2007-1002 (fixed upstream).
718  - Add libxml-2.0 requirement to evolution-plugin-2.10.pc.
719  * Tue Apr 03 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-8.fc7
720  - Revise patch for GNOME bug #419524 to fix RH bug #235082
721    (crash in initial account setup wizard).
722  * Fri Mar 30 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-6.fc7
723  - Revise patch for GNOME bug #362638 (deprecate EThread).
724  * Thu Mar 29 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-5.fc7
725  - CVE-2007-1002 (Shared memo categories format string vulnerability)
726  - Add -Wdeclaration-after-statement to strict build settings.
727  * Sat Mar 17 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-3.fc7
728  - Add flag to disable deprecated Camel symbols.
729  - Add patch for GNOME bug #419469 (refactor shell/main.c).
730  - Add patch for GNOME bug #419524 (use GLib's i18n macros).
731  - Add patch for GNOME bug #418971 (drop support for GLib < 2.8).
732  * Wed Mar 14 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-2.fc7
733  - Add patch for GNOME bug #417999 (use ESourceComboBox).
734  * Mon Mar 12 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-1.fc7
735  - Update to 2.10.0.
736  - Add patch for GNOME bug #376991 (refactor password handling).
737
738* Mon Dec  4 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.2.1-0vl2
739- fixed duplicated .desktop files
740
741* Mon Nov 27 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.2.1-0vl1
742- new upstream release
743- updated eds_version to 1.8.2
744
745* Mon Nov 13 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.1.1-0vl1
746- new upstream release
747- dropped Patch23, 26, 27, 29, 30, 31, 33 and 34 (merged into upstream)
748
749* Sat Oct  7 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.0-7vl1
750- new upstream release
751- updated SOURCE1
752- built with openssl instead of mozilla-nss and mozilla-nspr
753
754* Tue Aug 29 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.2.1-0vl2
755- rebuilt with openldap-2.3.24-0vl4
756
757* Tue May 16 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.2.1-0vl1
758- updated to 2.4.2.1
759- added evolution-2.4.desktop
760
761* Fri May  5 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.1-7vl2
762- rebuilt with dbus 0.61
763
764* Wed Nov  9 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.1-7vl1
765- new upstream release
766- added/updated some Patches from Fedora
767  * Wed Oct 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.4.1-7
768  - Added a patch (110) to hide the component switcher buttons by default
769    on new windows (#170799) by patching the GConf schema.
770
771* Sun Sep 25 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.0-2vl1
772- new upstream release
773- added/removed some Patches based on Fedora
774  * Fri Aug 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.8-3
775  - Added patch for #157074 (patch 804)
776  * Tue Aug  2 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.6.1-4
777  - Added patch to show correct mimetype for OpenOffice.org files when
778    guessing type for attachments with mimetype "application/octet-stream"
779    (#164957)
780  * Thu Jul 28 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.5.1-2
781  - added experimental patch to port ETable printing to use Pango (#150458)
782  * Mon Jul 25 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.5.1-1
783  - Updated evo-calendar-print-with-pango- patch from version 4 to 5
784  - Removed Patch105: evolution-2.2.2-fix-new-mail-notify.patch as
785    configure.in in this branch tests for existance for dbus-glib-1,
786    rather than max-version.
787  - Updated evolution-2.2.2-no-gnome-common.patch to include a patch to rename
788    mozilla-nspr to nspr
789  * Mon Jun 27 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-9.fc5
790  - Replaced patch to port conduits to pilot-link-0.12 with Mark G Adams's
791    version of same (#161817)
792  * Thu May 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-7
793  - Added Akira Tagoh's patch for calendar keypress handling (#154360)
794- not include *.a files
795- removed dependency libgal2/libgal2-devel
796
797* Wed May 04 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.2.2-0vl2
798- rebuilt with mozilla-1.7.7
799
800* Thu Apr 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.2-0vl1
801- new upstream release
802
803* Tue Apr 12 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1.1-0vl1
804- new upstream release
805- merged with FC package.
806- split evolution-devel sub package
807
808* Sat Mar 13 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.6-0vl1
809- new upstream release
810- remove obsolete patches
811
812* Tue Feb 03 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.5-0vl3
813- rebuild with new environment
814- import patch8 from fedora
815
816* Mon Nov 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.5-0vl2
817- import patch0-7,100,101,200,500 from fedora.
818
819* Wed Sep 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.5-0vl1
820- new upstream release
821- add Vine Linux errata rdf in preferences.
822
823* Sun Aug 31 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.4-0vl2
824- enable ldap support
825
826* Fri Aug 29 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.4-0vl1
827- new upstream release
828
829* Fri Jul 11 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.3-0vl1
830- new upstream release
831
832* Tue Jun 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-0vl2
833- rebuilt
834
835* Tue Jun 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-0vl1
836- new upstream release
837
838* Tue Jun 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.92-0vl1
839- build for Vine Linux based on 1.3.92-1
840- disable ldap, krb5, pilot, nntp
841
842* Sun May 25 2003 Jeremy Katz <katzj@redhat.com> 1.3.92-1
843- 1.3.92
844
845* Wed May  7 2003 Jeremy Katz <katzj@redhat.com> 1.3.3-2
846- fix default for /schemas/apps/evolution/mail/display/mime_types
847
848* Tue May  6 2003 Jeremy Katz <katzj@redhat.com> 1.3.3-1
849- 1.3.3
850
851* Sun May  4 2003 Jeremy Katz <katzj@redhat.com> 1.3.2-2
852- enable pilot support
853- add redhatify patch back
854
855* Tue Apr 22 2003 Jeremy Katz <katzj@redhat.com>
856- add a /usr/bin/evolution symlink
857
858* Mon Apr 21 2003 Jeremy Katz <katzj@redhat.com>
859- fix gnome-spell version requirement
860
861* Wed Apr 16 2003 Jeremy Katz <katzj@redhat.com> 1.3.2-1
862- add trivial fix for evolution-mail schema key (ximian #41419)
863
864* Tue Apr 15 2003 Jeremy Katz <katzj@redhat.com>
865- update to 1.3
866- don't build with pilot support for now
867- don't redhat-ify the summary prefs for now
868
869* Sun Apr  6 2003 Jeremy Katz <katzj@redhat.com> 1.2.4-2
870- fix krb5 libdir for lib64 systems
871
872* Sun Apr  6 2003 Jeremy Katz <katzj@redhat.com> 1.2.4-1
873- update to 1.2.4
874
875* Thu Apr  3 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-7
876- oops, fix a tyop
877
878* Thu Apr  3 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-6
879- add a few cleanups for 64bit cleanliness (#86347)
880
881* Sun Mar 30 2003 Jeremy Katz <katzj@redhat.com>
882- add some buildrequires (#87612)
883
884* Mon Mar 24 2003 Jeremy Katz <katzj@redhat.com> 1.2.3-1
885- update to 1.2.3
886
887* Wed Mar 19 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-5
888- security patches from upstream
889  - sanity check UUEncoding header before decoding (CAN-2003-0128)
890  - don't decode doubly UUEncoded content (CAN-2003-0129)
891  - don't use a bonobo component to display things without registered
892    handlers (CAN-2003-0130)
893
894* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> 1.2.2-4
895- debuginfo rebuild
896
897* Thu Feb 20 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-3
898- memleak patch had some bits that weren't supposed to be there.  update
899  to newer from upstream.
900- fix directory checking in proxy patch
901
902* Thu Feb 20 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-2
903- add missing build dep (#84388)
904- add patch from upstream for evolution-mail memleak
905- add patch from upstream to use the gnome2 proxy settings by default
906
907* Fri Feb  7 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-1
908- 1.2.2
909- build on x86_64
910
911* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
912- rebuilt
913
914* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 1.2.1-4
915- rebuild
916
917* Fri Jan  3 2003 Nalin Dahyabhai <nalin@redhat.com>
918- if building with OpenSSL, attempt to get cflags and ldflags from pkgconfig
919
920* Thu Jan  2 2003 Jeremy Katz <katzj@redhat.com> 1.2.1-3
921- we don't want to use native POSIX threads for mutexes in db3, override them
922
923* Mon Dec 16 2002 Tim Powers <timp@redhat.com> 1.2.1-2
924- rebuild
925
926* Fri Dec 13 2002 Jeremy Katz <katzj@redhat.com> 1.2.1-1
927- update to 1.2.1
928
929* Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-6
930- require a newer soup, the old one Has Bugs (tm)
931- excludearch x86_64; getting a R_X86_64_32S relocation in libical
932  although everything appears to be built with -fPIC correctly
933
934* Tue Dec 10 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-5
935- patch for multilib krb5
936
937* Mon Dec  2 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-4
938- add upstream patch to handle LDAPv3 better
939- add upstream patch to fix shell memory leaks
940- add upstream patch to fix ldap scope selection
941- build with openssl instead of mozilla-nss since it's available on
942  more platforms
943- build on all arches
944
945* Fri Nov 22 2002 Jeremy Katz <katzj@redhat.com>
946- require bonobo-conf, not -devel (#78398)
947
948* Wed Nov 20 2002 Florian La Roche <Florian.LaRoche@redhat.de> 1.2.0-3
949- disable pilot support for mainframe
950
951* Mon Nov 18 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-2
952- macro-ify the mozilla version to make it easier to build against
953  newer mozillas with headers in new locations
954- buildrequire pilot-link-devel (#78077)
955- drop uneeded ldapv3 patch (toshok says 1.2 already handles this)
956- drop unneeded patch for ordering of the libdb checks
957- add fejj's patch to always subscribe to the inbox from evolution-patches
958
959* Tue Nov 12 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-1
960- 1.2.0
961
962* Sat Nov  2 2002 Jeremy Katz <katzj@redhat.com> 1.1.90-2
963- reenable pilot support
964- redhatify
965
966* Fri Nov  1 2002 Jeremy Katz <katzj@redhat.com> 1.1.90-1
967- update to 1.1.90
968
969* Thu Oct 31 2002 Jeremy Katz <katzj@redhat.com>
970- include mozilla epochs in requires (#74577)
971- add build requires on newer oaf (#76801)
972
973* Thu Oct 24 2002 Jeremy Katz <katzj@redhat.com> 1.1.2-1
974- update to 1.1.2
975- remove unpackaged files from the buildrooot
976- disable pilot support for now
977
978* Tue Sep  3 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-10
979- add freetype-devel to build requires (#73319)
980
981* Mon Sep  2 2002 Owen Taylor <otaylor@redhat.com>
982- Fix a problem where evolution-mail right click items corrupted the stack
983  (#67992)
984
985* Thu Aug 29 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-9
986- don't install two desktop files (#72871)
987
988* Wed Aug 28 2002 Preston Brown <pbrown@redhat.com> 1.0.8-8
989- absolute symlink .desktop file (#72913)
990
991* Thu Aug 22 2002 han Ngo <than@redhat.com> 1.0.8-7
992- rebuild against new pilot-link
993
994* Sat Aug 10 2002 Florian La Roche <Florian.LaRoche@redhat.de>
995- bzip2 source
996
997* Tue Aug  6 2002 Than Ngo <than@redhat.com> 1.0.8-5
998- rebuild against new pilot-link-0.11.2
999
1000* Thu Jul 18 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-4
1001- rebuild against new gnome-pilot
1002
1003* Tue Jul  9 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-3
1004- remove static and libtool archives for importers and camel-providers (#68222)
1005- do desktop-file-install magic
1006- remove dead sites from summary list (#64522)
1007- support openldap protocol version 3 based off of Nalin's autofs changes
1008
1009* Mon Jul  8 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-2
1010- fix openldap-devel buildrequire
1011
1012* Mon Jul  1 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-1
1013- 1.0.8
1014
1015* Thu Jun 27 2002 Jeremy Katz <katzj@redhat.com> 1.0.7-2
1016- include patch to omf files from otaylor@redhat.com to fix
1017  scrollkeeper validation errors
1018
1019* Sun Jun 23 2002 Jeremy Katz <katzj@redhat.com> 1.0.7-1
1020- update to 1.0.7
1021- excludearch alpha while mozilla isn't being built there
1022
1023* Sun May 26 2002 Tim Powers <timp@redhat.com> 1.0.5-2
1024- automated rebuild
1025
1026* Mon May 13 2002 Jeremy Katz <katzj@redhat.com> 1.0.5-1
1027- update to 1.0.5
1028
1029* Fri May  3 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-6
1030- add patch to fix spool unread counts (#64198)
1031- build with the fix for the crasher mail sent to
1032  evolution-list (ximian #24140)
1033
1034* Mon Apr 15 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-4
1035- include fejj(at)ximian.com's patch to fix the EINPROGRESS error with ssl
1036  since it's been committed to the branch and fixes the problem for me
1037- include patch from tagoh(at)redhat.com to change the default charset
1038  for Japanese to ISO-2022-JP (#63214)
1039
1040* Wed Apr 10 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-3
1041- minor tweaks to the redhatify patch
1042- make accepting appointments sent to mailing lists work
1043- use the RFC specified LDAP attribs for freebusy and calendarURI
1044  in addressbook
1045- fix a crash in the startup wizard
1046
1047* Sun Mar 31 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-2
1048- move desktop file to /etc/X11/applnk (#62399)
1049
1050* Sun Mar 24 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-1
1051- update to evolution 1.0.3
1052- change summary view to show a recent errata list by default
1053
1054* Thu Mar 14 2002 Jeremy Katz <katzj@redhat.com>
1055- put correct path to nspr includes on configure command line
1056
1057* Mon Mar 11 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-3
1058- mozilla 0.9.9 has nspr and nss subpackages, hooray!  rip out the static
1059  libnss linkage and just link against what is provided dynamically
1060- kill the -devel subpackage since it's of questionable use
1061- explicitly require mozilla-nss and mozilla-nspr packages to make it easier
1062  to resolve the requirements
1063
1064* Thu Feb 21 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-2
1065- rebuild in new environment
1066- temporarily exclude on ia64 again
1067
1068* Thu Jan 31 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-1
1069- update to 1.0.2
1070
1071* Mon Jan 28 2002 Jeremy Katz <katzj@redhat.com> 1.0.1-4
1072- build on ia64 now that mozilla exists for ia64
1073
1074* Sun Jan 27 2002 Jeremy Katz <katzj@redhat.com> 1.0.1-3
1075- rebuild in new environment
1076- add pilot support
1077
1078* Sun Jan 13 2002 Jeremy Katz <katzj@redhat.com> 1.0.1-2
1079- rebuild without mozilla-psm in the buildroot so libnss is linked
1080  statically as intended
1081
1082* Sat Jan 12 2002 Jeremy Katz <katzj@redhat.com> 1.0.1-1
1083- update to 1.0.1
1084- patch for autoconf 2.52 accepted upstream
1085- include man page
1086- use --with-sub-version=" (%%{version}-%%{release})"
1087
1088* Tue Dec 18 2001 Jeremy Katz <katzj@redhat.com> 1.0-2
1089- really disable news
1090- add patch from Jens Petersen <juhp@redhat.com> to hopefully get
1091  builds working with autoconf 2.52
1092- conditionalize static libnss stuff so that it can go away when we
1093  have a mozilla with shared libnss
1094
1095* Thu Dec  6 2001 Jeremy Katz <katzj@redhat.com> 1.0-1.7.2
1096- add patches off of branch for:
1097  * do not show up as Preview Release in version string
1098  * have next/previous work with multiple selected messages
1099- build without pilot support
1100
1101* Mon Dec  3 2001 Jeremy Katz <katzj@redhat.com> 1.0-1
1102- and bump to 1.0
1103
1104* Sun Dec  2 2001 Jeremy Katz <katzj@redhat.com>
1105- let's build with an included copy of libnss now since OpenSSL is support
1106  is disabled on the 1.0 branch
1107- build with --enable-dot-locking=no
1108- excludearch ia64 again now that we need libnspr
1109
1110* Mon Nov 26 2001 Jeremy Katz <katzj@redhat.com>
1111- build with gnome-pilot and krb5 support
1112- conditionalize ldap, pilot and krb5 support
1113- clean up buildrequires some
1114
1115* Sat Nov 17 2001 Jeremy Katz <katzj@redhat.com>
1116- we can build on ia64 since we're using openssl instead of nspr
1117- disable non-functional nntp support
1118- 0.99.2 (rc2)
1119
1120* Fri Nov  9 2001 Jeremy Katz <katzj@redhat.com>
1121- add explicit requires on current bonobo, oaf, and GConf to help people
1122  help themselves
1123- s/Copyright/License/
1124
1125* Thu Nov  8 2001 Jeremy Katz <katzj@redhat.com>
1126- add a patch to revert changes to camel-tcp-stream-openssl; appears to
1127  fix the SSL hangs
1128
1129* Wed Nov  7 2001 Jeremy Katz <katzj@redhat.com>
1130- fix filelist to include libical zoneinfo
1131- add devel subpackage with includes and static libs
1132
1133* Mon Nov  5 2001 Jeremy Katz <katzj@redhat.com>
1134- updated to 0.99.0 aka 1.0 RC1
1135
1136* Tue Oct 23 2001 Havoc Pennington <hp@redhat.com>
1137- 0.16 snagged from Ximian GNOME
1138
1139* Fri Oct  5 2001 Havoc Pennington <hp@redhat.com>
1140- initial build based on David Sainty's specfile
1141
1142* Thu Oct 04 2001 David Sainty <dsainty@redhat.com>
1143- Updated to 0.15.99, 20011004 from cvs.
1144
1145* Wed Sep 05 2001 David Sainty <dsainty@redhat.com>
1146- Updated to 0.13.99, 20010905 from cvs.
1147
1148* Mon Sep 03 2001 David Sainty <dsainty@redhat.com>
1149- Updated to 0.13.99, 20010903 from cvs.
1150- Fixed Requires + BuildRequires
1151
1152* Mon Aug 06 2001 David Sainty <dsainty@redhat.com>
1153- Updated to 0.12.99, 20010806 from cvs.
1154
1155* Mon Aug 06 2001 David Sainty <dsainty@redhat.com>
1156- Relocated libical* from /usr/lib due to kdepim, -2
1157
1158* Mon Aug 06 2001 David Sainty <dsainty@redhat.com>
1159- First spec file for evolution.
1160
Note: See TracBrowser for help on using the repository browser.