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

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