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

Revision 8060, 37.5 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release

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