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

Revision 7633, 37.8 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.8.1

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