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

Revision 11446, 40.1 KB checked in by tomop, 6 years ago (diff)

evolution-3.22.6-1

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