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

Revision 7474, 37.2 KB checked in by Takemikaduchi, 11 years ago (diff)

new upstream release

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