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

Revision 7681, 37.6 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME 3.8.2

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