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

Revision 6984, 37.0 KB checked in by Takemikaduchi, 12 years ago (diff)

cinnamon, control-center, glibmm, gtkmm3, seahorse: new upstream release
nemo, task-cinnamon: new package,
task-gnome: add some packages
evolution, boo: fix files
banshee: change BR
tomoby, mono-addins: create -devel subpackage

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.1
37Release: 2%{?_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* Wed Oct 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-2
502- fix %%files
503
504* Sun Oct 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
505- new upstream release
506
507* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
508- new upstream release
509- add BuildRequires: libgweather-devel, WebKit3-gtk-devel, itstool
510
511* Sat Aug 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.4-1
512- new upstream release
513
514* Fri Jun 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.3-1
515- new upstream release
516- add BuildRequires: gsettings-desktop-schemas-devel
517
518* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
519- new upstream release
520
521* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
522- new upstream release
523
524* Sat Jan 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.3-1
525- new upstream release
526
527* Mon Nov 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
528- new upstream release
529
530* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
531- new upstream release
532
533* Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
534- new upstream release
535
536* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
537- new upstream release
538
539* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90.1-1
540- new upstream release
541
542* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
543- new upstream release
544- change BuildRequires: gnome-desktop3-devel instead of gnome-desktop-devel
545- change BuildRequires: unique3-devel instead of unique-devel
546- change BuildRequires: libcanberra-gtk3-devel instead of libcanberra-devel
547- change BuildRequires: gtkhtml4-devel instead of gtkhtml3-devel
548- add BuildRequires: gnome-online-accounts-devel
549- add configure option: --disable-image-inline
550
551* Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.3-1
552- new upstream release
553
554* Tue Feb 08 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
555- new upstream release
556
557* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
558- new upstream release
559
560* Mon Oct 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
561- new upstream release
562- add BuildRequires: libgdata-devel
563- drop Patch13
564- fix %files (fix plugin list)
565
566* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-2
567- rebuild with rpm-4.8.1 for pkg-config file
568
569* Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
570- new upstream release
571- fix %files (move evolution-alarm-notify from %{_bindir} to %{_libexecdir}/%{name}/%{evo_major})
572
573* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1.2-1
574- new upstream release
575- drop Patch10
576
577* Sun Apr 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0.1-1
578- new upstream release
579- add BuildRequires: unique-devel, gstreamer-devel, gtkimageview-devel, libSM-devel, gnome-desktop-devel, rarian-compat
580- remove BuildRequires: byacc, flex, libbonobo-devel, libbonoboui-devel
581- remove Requires: libbonoboui
582- add configure option (--disable-pst-import)
583- remove unrecognized configure options (--enable-ipv6, --enable-nntp, --enable-exchange)
584- change strict_build_settings (from 1 to 0)
585
586* Sun Nov 01 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
587- new upstream release
588
589* Sat Aug 01 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.26.3-2
590- added Japanese description
591
592* Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.3-1
593- new upstream release
594
595* Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
596- new upstream release
597
598* Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1.1-1
599- new upstream release
600
601* Sat Apr  4 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.26.0-2
602- rebuilt with openldap-2.4.11
603
604* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
605- new upstream release
606
607* Sat Mar  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.5-1
608- new upstream release
609
610* Sat Jan 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.2-1
611- new upstream release
612- enabled krb5 support
613
614* Wed Oct 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
615- new upstream release
616
617* Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
618- new upstream release
619
620* Sun Jun  8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.2-1
621- new upstream release
622- built with evolution-data-server 2.22.2
623- removed Requires: libgnomeprint[ui], BuildRequires: libgnomeprint[ui]-devel
624
625* Wed May  7 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1.1-1
626- new upstream release
627- rebuilt with evolution-data-server 2.22.1.1
628
629* Thu Apr 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
630- new upstream release
631
632* Sun Apr  6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
633- new upstream release based on Fedora package
634  * Tue Mar 25 2008 Dan Williams <dcbw@redhat.com> - 2.22.0-4.fc9
635  - Add patch for GNOME bug #524310
636  * Fri Mar 14 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-3.fc9
637  - Explicit require evolution-data-server since its shared object names
638    still can't be trusted (RH bug #426511).
639  * Mon Dec 10 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.3-4.fc9
640  - Split junk filtering plugins into evolution-bogofilter and
641    evolution-spamassassin subpackages, each of which requires the
642    necessary backend packages.  (RH bug #377381)
643  * Mon Nov 06 2006 Matthew Barnes <mbarnes@redhat.com> - 2.9.1-3.fc7
644  - Add patch for RH bug #176400 (reset calendar IM context).
645
646
647* Sat Jul 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.10.1-4vl1
648- new upstream release based on Fedora package
649  * Sat Apr 14 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-4.fc7
650  - Add patch for RH bug #234315 (fix saving attachments).
651  * Fri Apr 13 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-3.fc7
652  - Add patch for RH bug #235878 (make Help->Contents work again).
653  * Tue Apr 10 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-2.fc7
654  - Revise patch for GNOME bug #362638 to fix RH bug #235096
655    (crash when displaying a mail server message to user).
656  * Mon Apr 09 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-1.fc7
657  - Update to 2.10.1
658  - Fix buggy gnome-doc-utils.make (GNOME bug #427939).
659  - Remove patch for CVE-2007-1002 (fixed upstream).
660  - Add libxml-2.0 requirement to evolution-plugin-2.10.pc.
661  * Tue Apr 03 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-8.fc7
662  - Revise patch for GNOME bug #419524 to fix RH bug #235082
663    (crash in initial account setup wizard).
664  * Fri Mar 30 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-6.fc7
665  - Revise patch for GNOME bug #362638 (deprecate EThread).
666  * Thu Mar 29 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-5.fc7
667  - CVE-2007-1002 (Shared memo categories format string vulnerability)
668  - Add -Wdeclaration-after-statement to strict build settings.
669  * Sat Mar 17 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-3.fc7
670  - Add flag to disable deprecated Camel symbols.
671  - Add patch for GNOME bug #419469 (refactor shell/main.c).
672  - Add patch for GNOME bug #419524 (use GLib's i18n macros).
673  - Add patch for GNOME bug #418971 (drop support for GLib < 2.8).
674  * Wed Mar 14 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-2.fc7
675  - Add patch for GNOME bug #417999 (use ESourceComboBox).
676  * Mon Mar 12 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-1.fc7
677  - Update to 2.10.0.
678  - Add patch for GNOME bug #376991 (refactor password handling).
679
680* Mon Dec  4 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.2.1-0vl2
681- fixed duplicated .desktop files
682
683* Mon Nov 27 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.2.1-0vl1
684- new upstream release
685- updated eds_version to 1.8.2
686
687* Mon Nov 13 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.1.1-0vl1
688- new upstream release
689- dropped Patch23, 26, 27, 29, 30, 31, 33 and 34 (merged into upstream)
690
691* Sat Oct  7 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.0-7vl1
692- new upstream release
693- updated SOURCE1
694- built with openssl instead of mozilla-nss and mozilla-nspr
695
696* Tue Aug 29 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.2.1-0vl2
697- rebuilt with openldap-2.3.24-0vl4
698
699* Tue May 16 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.2.1-0vl1
700- updated to 2.4.2.1
701- added evolution-2.4.desktop
702
703* Fri May  5 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.1-7vl2
704- rebuilt with dbus 0.61
705
706* Wed Nov  9 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.1-7vl1
707- new upstream release
708- added/updated some Patches from Fedora
709  * Wed Oct 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.4.1-7
710  - Added a patch (110) to hide the component switcher buttons by default
711    on new windows (#170799) by patching the GConf schema.
712
713* Sun Sep 25 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.0-2vl1
714- new upstream release
715- added/removed some Patches based on Fedora
716  * Fri Aug 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.8-3
717  - Added patch for #157074 (patch 804)
718  * Tue Aug  2 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.6.1-4
719  - Added patch to show correct mimetype for OpenOffice.org files when
720    guessing type for attachments with mimetype "application/octet-stream"
721    (#164957)
722  * Thu Jul 28 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.5.1-2
723  - added experimental patch to port ETable printing to use Pango (#150458)
724  * Mon Jul 25 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.5.1-1
725  - Updated evo-calendar-print-with-pango- patch from version 4 to 5
726  - Removed Patch105: evolution-2.2.2-fix-new-mail-notify.patch as
727    configure.in in this branch tests for existance for dbus-glib-1,
728    rather than max-version.
729  - Updated evolution-2.2.2-no-gnome-common.patch to include a patch to rename
730    mozilla-nspr to nspr
731  * Mon Jun 27 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-9.fc5
732  - Replaced patch to port conduits to pilot-link-0.12 with Mark G Adams's
733    version of same (#161817)
734  * Thu May 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-7
735  - Added Akira Tagoh's patch for calendar keypress handling (#154360)
736- not include *.a files
737- removed dependency libgal2/libgal2-devel
738
739* Thu May 04 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.2.2-0vl2
740- rebuilt with mozilla-1.7.7
741
742* Thu Apr 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.2-0vl1
743- new upstream release
744
745* Tue Apr 12 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1.1-0vl1
746- new upstream release
747- merged with FC package.
748- split evolution-devel sub package
749
750* Sat Mar 13 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.6-0vl1
751- new upstream release
752- remove obsolete patches
753
754* Tue Feb 03 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.5-0vl3
755- rebuild with new environment
756- import patch8 from fedora
757
758* Mon Nov 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.5-0vl2
759- import patch0-7,100,101,200,500 from fedora.
760
761* Wed Sep 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.5-0vl1
762- new upstream release
763- add Vine Linux errata rdf in preferences.
764
765* Sun Aug 31 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.4-0vl2
766- enable ldap support
767
768* Fri Aug 29 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.4-0vl1
769- new upstream release
770
771* Fri Jul 11 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.3-0vl1
772- new upstream release
773
774* Tue Jun 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-0vl2
775- rebuilt
776
777* Tue Jun 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-0vl1
778- new upstream release
779
780* Tue Jun 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.92-0vl1
781- build for Vine Linux based on 1.3.92-1
782- disable ldap, krb5, pilot, nntp
783
784* Sun May 25 2003 Jeremy Katz <katzj@redhat.com> 1.3.92-1
785- 1.3.92
786
787* Wed May  7 2003 Jeremy Katz <katzj@redhat.com> 1.3.3-2
788- fix default for /schemas/apps/evolution/mail/display/mime_types
789
790* Tue May  6 2003 Jeremy Katz <katzj@redhat.com> 1.3.3-1
791- 1.3.3
792
793* Sun May  4 2003 Jeremy Katz <katzj@redhat.com> 1.3.2-2
794- enable pilot support
795- add redhatify patch back
796
797* Tue Apr 22 2003 Jeremy Katz <katzj@redhat.com>
798- add a /usr/bin/evolution symlink
799
800* Mon Apr 21 2003 Jeremy Katz <katzj@redhat.com>
801- fix gnome-spell version requirement
802
803* Wed Apr 16 2003 Jeremy Katz <katzj@redhat.com> 1.3.2-1
804- add trivial fix for evolution-mail schema key (ximian #41419)
805
806* Tue Apr 15 2003 Jeremy Katz <katzj@redhat.com>
807- update to 1.3
808- don't build with pilot support for now
809- don't redhat-ify the summary prefs for now
810
811* Sun Apr  6 2003 Jeremy Katz <katzj@redhat.com> 1.2.4-2
812- fix krb5 libdir for lib64 systems
813
814* Sun Apr  6 2003 Jeremy Katz <katzj@redhat.com> 1.2.4-1
815- update to 1.2.4
816
817* Thu Apr  3 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-7
818- oops, fix a tyop
819
820* Thu Apr  3 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-6
821- add a few cleanups for 64bit cleanliness (#86347)
822
823* Sun Mar 30 2003 Jeremy Katz <katzj@redhat.com>
824- add some buildrequires (#87612)
825
826* Mon Mar 24 2003 Jeremy Katz <katzj@redhat.com> 1.2.3-1
827- update to 1.2.3
828
829* Wed Mar 19 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-5
830- security patches from upstream
831  - sanity check UUEncoding header before decoding (CAN-2003-0128)
832  - don't decode doubly UUEncoded content (CAN-2003-0129)
833  - don't use a bonobo component to display things without registered
834    handlers (CAN-2003-0130)
835
836* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> 1.2.2-4
837- debuginfo rebuild
838
839* Thu Feb 20 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-3
840- memleak patch had some bits that weren't supposed to be there.  update
841  to newer from upstream.
842- fix directory checking in proxy patch
843
844* Thu Feb 20 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-2
845- add missing build dep (#84388)
846- add patch from upstream for evolution-mail memleak
847- add patch from upstream to use the gnome2 proxy settings by default
848
849* Fri Feb  7 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-1
850- 1.2.2
851- build on x86_64
852
853* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
854- rebuilt
855
856* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 1.2.1-4
857- rebuild
858
859* Fri Jan  3 2003 Nalin Dahyabhai <nalin@redhat.com>
860- if building with OpenSSL, attempt to get cflags and ldflags from pkgconfig
861
862* Thu Jan  2 2003 Jeremy Katz <katzj@redhat.com> 1.2.1-3
863- we don't want to use native POSIX threads for mutexes in db3, override them
864
865* Mon Dec 16 2002 Tim Powers <timp@redhat.com> 1.2.1-2
866- rebuild
867
868* Fri Dec 13 2002 Jeremy Katz <katzj@redhat.com> 1.2.1-1
869- update to 1.2.1
870
871* Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-6
872- require a newer soup, the old one Has Bugs (tm)
873- excludearch x86_64; getting a R_X86_64_32S relocation in libical
874  although everything appears to be built with -fPIC correctly
875
876* Tue Dec 10 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-5
877- patch for multilib krb5
878
879* Mon Dec  2 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-4
880- add upstream patch to handle LDAPv3 better
881- add upstream patch to fix shell memory leaks
882- add upstream patch to fix ldap scope selection
883- build with openssl instead of mozilla-nss since it's available on
884  more platforms
885- build on all arches
886
887* Fri Nov 22 2002 Jeremy Katz <katzj@redhat.com>
888- require bonobo-conf, not -devel (#78398)
889
890* Wed Nov 20 2002 Florian La Roche <Florian.LaRoche@redhat.de> 1.2.0-3
891- disable pilot support for mainframe
892
893* Mon Nov 18 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-2
894- macro-ify the mozilla version to make it easier to build against
895  newer mozillas with headers in new locations
896- buildrequire pilot-link-devel (#78077)
897- drop uneeded ldapv3 patch (toshok says 1.2 already handles this)
898- drop unneeded patch for ordering of the libdb checks
899- add fejj's patch to always subscribe to the inbox from evolution-patches
900
901* Tue Nov 12 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-1
902- 1.2.0
903
904* Sat Nov  2 2002 Jeremy Katz <katzj@redhat.com> 1.1.90-2
905- reenable pilot support
906- redhatify
907
908* Fri Nov  1 2002 Jeremy Katz <katzj@redhat.com> 1.1.90-1
909- update to 1.1.90
910
911* Thu Oct 31 2002 Jeremy Katz <katzj@redhat.com>
912- include mozilla epochs in requires (#74577)
913- add build requires on newer oaf (#76801)
914
915* Thu Oct 24 2002 Jeremy Katz <katzj@redhat.com> 1.1.2-1
916- update to 1.1.2
917- remove unpackaged files from the buildrooot
918- disable pilot support for now
919
920* Tue Sep  3 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-10
921- add freetype-devel to build requires (#73319)
922
923* Mon Sep  2 2002 Owen Taylor <otaylor@redhat.com>
924- Fix a problem where evolution-mail right click items corrupted the stack
925  (#67992)
926
927* Thu Aug 29 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-9
928- don't install two desktop files (#72871)
929
930* Wed Aug 28 2002 Preston Brown <pbrown@redhat.com> 1.0.8-8
931- absolute symlink .desktop file (#72913)
932
933* Thu Aug 22 2002 han Ngo <than@redhat.com> 1.0.8-7
934- rebuild against new pilot-link
935
936* Sat Aug 10 2002 Florian La Roche <Florian.LaRoche@redhat.de>
937- bzip2 source
938
939* Tue Aug  6 2002 Than Ngo <than@redhat.com> 1.0.8-5
940- rebuild against new pilot-link-0.11.2
941
942* Thu Jul 18 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-4
943- rebuild against new gnome-pilot
944
945* Tue Jul  9 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-3
946- remove static and libtool archives for importers and camel-providers (#68222)
947- do desktop-file-install magic
948- remove dead sites from summary list (#64522)
949- support openldap protocol version 3 based off of Nalin's autofs changes
950
951* Mon Jul  8 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-2
952- fix openldap-devel buildrequire
953
954* Mon Jul  1 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-1
955- 1.0.8
956
957* Thu Jun 27 2002 Jeremy Katz <katzj@redhat.com> 1.0.7-2
958- include patch to omf files from otaylor@redhat.com to fix
959  scrollkeeper validation errors
960
961* Sun Jun 23 2002 Jeremy Katz <katzj@redhat.com> 1.0.7-1
962- update to 1.0.7
963- excludearch alpha while mozilla isn't being built there
964
965* Sun May 26 2002 Tim Powers <timp@redhat.com> 1.0.5-2
966- automated rebuild
967
968* Mon May 13 2002 Jeremy Katz <katzj@redhat.com> 1.0.5-1
969- update to 1.0.5
970
971* Fri May  3 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-6
972- add patch to fix spool unread counts (#64198)
973- build with the fix for the crasher mail sent to
974  evolution-list (ximian #24140)
975
976* Mon Apr 15 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-4
977- include fejj(at)ximian.com's patch to fix the EINPROGRESS error with ssl
978  since it's been committed to the branch and fixes the problem for me
979- include patch from tagoh(at)redhat.com to change the default charset
980  for Japanese to ISO-2022-JP (#63214)
981
982* Wed Apr 10 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-3
983- minor tweaks to the redhatify patch
984- make accepting appointments sent to mailing lists work
985- use the RFC specified LDAP attribs for freebusy and calendarURI
986  in addressbook
987- fix a crash in the startup wizard
988
989* Sun Mar 31 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-2
990- move desktop file to /etc/X11/applnk (#62399)
991
992* Sun Mar 24 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-1
993- update to evolution 1.0.3
994- change summary view to show a recent errata list by default
995
996* Thu Mar 14 2002 Jeremy Katz <katzj@redhat.com>
997- put correct path to nspr includes on configure command line
998
999* Mon Mar 11 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-3
1000- mozilla 0.9.9 has nspr and nss subpackages, hooray!  rip out the static
1001  libnss linkage and just link against what is provided dynamically
1002- kill the -devel subpackage since it's of questionable use
1003- explicitly require mozilla-nss and mozilla-nspr packages to make it easier
1004  to resolve the requirements
1005
1006* Thu Feb 21 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-2
1007- rebuild in new environment
1008- temporarily exclude on ia64 again
1009
1010* Thu Jan 31 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-1
1011- update to 1.0.2
1012
1013* Mon Jan 28 2002 Jeremy Katz <katzj@redhat.com> 1.0.1-4
1014- build on ia64 now that mozilla exists for ia64
1015
1016* Sun Jan 27 2002 Jeremy Katz <katzj@redhat.com> 1.0.1-3
1017- rebuild in new environment
1018- add pilot support
1019
1020* Sun Jan 13 2002 Jeremy Katz <katzj@redhat.com> 1.0.1-2
1021- rebuild without mozilla-psm in the buildroot so libnss is linked
1022  statically as intended
1023
1024* Sat Jan 12 2002 Jeremy Katz <katzj@redhat.com> 1.0.1-1
1025- update to 1.0.1
1026- patch for autoconf 2.52 accepted upstream
1027- include man page
1028- use --with-sub-version=" (%%{version}-%%{release})"
1029
1030* Tue Dec 18 2001 Jeremy Katz <katzj@redhat.com> 1.0-2
1031- really disable news
1032- add patch from Jens Petersen <juhp@redhat.com> to hopefully get
1033  builds working with autoconf 2.52
1034- conditionalize static libnss stuff so that it can go away when we
1035  have a mozilla with shared libnss
1036
1037* Thu Dec  6 2001 Jeremy Katz <katzj@redhat.com> 1.0-1.7.2
1038- add patches off of branch for:
1039  * do not show up as Preview Release in version string
1040  * have next/previous work with multiple selected messages
1041- build without pilot support
1042
1043* Mon Dec  3 2001 Jeremy Katz <katzj@redhat.com> 1.0-1
1044- and bump to 1.0
1045
1046* Sun Dec  2 2001 Jeremy Katz <katzj@redhat.com>
1047- let's build with an included copy of libnss now since OpenSSL is support
1048  is disabled on the 1.0 branch
1049- build with --enable-dot-locking=no
1050- excludearch ia64 again now that we need libnspr
1051
1052* Mon Nov 26 2001 Jeremy Katz <katzj@redhat.com>
1053- build with gnome-pilot and krb5 support
1054- conditionalize ldap, pilot and krb5 support
1055- clean up buildrequires some
1056
1057* Sat Nov 17 2001 Jeremy Katz <katzj@redhat.com>
1058- we can build on ia64 since we're using openssl instead of nspr
1059- disable non-functional nntp support
1060- 0.99.2 (rc2)
1061
1062* Fri Nov  9 2001 Jeremy Katz <katzj@redhat.com>
1063- add explicit requires on current bonobo, oaf, and GConf to help people
1064  help themselves
1065- s/Copyright/License/
1066
1067* Thu Nov  8 2001 Jeremy Katz <katzj@redhat.com>
1068- add a patch to revert changes to camel-tcp-stream-openssl; appears to
1069  fix the SSL hangs
1070
1071* Wed Nov  7 2001 Jeremy Katz <katzj@redhat.com>
1072- fix filelist to include libical zoneinfo
1073- add devel subpackage with includes and static libs
1074
1075* Mon Nov  5 2001 Jeremy Katz <katzj@redhat.com>
1076- updated to 0.99.0 aka 1.0 RC1
1077
1078* Tue Oct 23 2001 Havoc Pennington <hp@redhat.com>
1079- 0.16 snagged from Ximian GNOME
1080
1081* Fri Oct  5 2001 Havoc Pennington <hp@redhat.com>
1082- initial build based on David Sainty's specfile
1083
1084* Thu Oct 04 2001 David Sainty <dsainty@redhat.com>
1085- Updated to 0.15.99, 20011004 from cvs.
1086
1087* Wed Sep 05 2001 David Sainty <dsainty@redhat.com>
1088- Updated to 0.13.99, 20010905 from cvs.
1089
1090* Mon Sep 03 2001 David Sainty <dsainty@redhat.com>
1091- Updated to 0.13.99, 20010903 from cvs.
1092- Fixed Requires + BuildRequires
1093
1094* Mon Aug 06 2001 David Sainty <dsainty@redhat.com>
1095- Updated to 0.12.99, 20010806 from cvs.
1096
1097* Mon Aug 06 2001 David Sainty <dsainty@redhat.com>
1098- Relocated libical* from /usr/lib due to kdepim, -2
1099
1100* Mon Aug 06 2001 David Sainty <dsainty@redhat.com>
1101- First spec file for evolution.
1102
Note: See TracBrowser for help on using the repository browser.