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

Revision 12446, 38.5 KB checked in by tomop, 4 years ago (diff)

updated 92 packages

ModemManager?-1.14.0-1

accountsservice-0.6.55-1

adwaita-icon-theme-3.36.1-1

cheese-3.34.0-1

clutter-gst3-3.0.27-1

clutter-gtk-1.8.4-2

clutter-1.26.4-1

cogl-1.22.8-1

colord-gtk-0.2.0-1

colord-1.4.4-1

control-center-3.36.4-1

eog-plugins-3.26.5-1

eog-3.36.3-1

evince-3.36.7-1

evolution-data-server-3.36.4-1

evolution-3.36.4-1

folks-0.14.0-1

fuse3-3.9.2-2

gcr-3.36.0-1

gdm-3.36.3-1

geocode-glib-3.26.2-1

gjs-1.64.4-1

glade3-3.36.0-1

gnome-applets-3.36.4-1

gnome-autoar-0.2.4-1

gnome-bluetooth-3.34.1-1

gnome-books-3.34.0-3

gnome-clocks-3.36.2-1

gnome-color-manager-3.36.0-1

gnome-contacts-3.36.2-1

gnome-desktop3-3.36.4-1

gnome-documents-3.34.0-1

gnome-flashback-3.36.3-1

gnome-font-viewer-3.34.0-1

gnome-keyring-3.36.0-1

gnome-menus-3.36.0-1

gnome-online-accounts-3.36.0-1

gnome-panel-3.36.2-1

gnome-session-3.36.0-1

gnome-settings-daemon-3.36.1-1

gnome-shell-3.36.4-1

gnome-software-3.36.1-1

gnome-themes-extra-3.28-2

gnome-tweaks-3.34.0-1

gnome-video-effects-0.5.0-1

gom-0.4-1

graphene-1.10.2-2

grilo-plugins-0.3.11-1

grilo-0.3.12-1

gsettings-desktop-schemas-3.36.1-1

gsound-1.0.2-3

gvfs-1.44.1-1

libaccounts-glib-1.25-1

libappindicator-12.10.0-1

libchamplain-0.12.20-1

libdbusmenu-16.04.0-1

libgdata-0.17.12-1

libgepub-0.6.0-4

libgphoto2-2.5.25-1

libgweather-3.36.1-1

libgxps-0.3.1-1

libhandy0-0.0.13-6

libical-3.0.8-2

libindicator-12.10.1-2

libmtp-1.1.17-1

libnma-1.8.30-2

liboauth-1.0.3-2

libsecret-0.20.3-1

libspectre-0.2.9-1

libwacom-1.4.1-1

libwnck3-3.36.0-1

libxmlb-0.1.15-3

metacity-3.36.1-1

mm-common-1.0.1-3

mobile-broadband-provider-info-0.20190618-1

mozjs68-68.11.0-1

mutter-3.36.4-1

nautilus-3.36.3-1

network-manager-applet-1.18.0-1

pipewire-0.3.8-1

python-dbusmock-0.18.3-6

python-mallard-ducktype-1.0.2-8

startup-notification-0.12-4

totem-pl-parser-3.26.5-1

totem-3.34.1-1

vala-0.48.8-1

xdg-desktop-portal-gtk-1.7.1-1

xdg-desktop-portal-1.7.2-1

yelp-tools-3.32.2-1

yelp-xsl-3.36.0-1

yelp-3.36.0-1

zenity-3.32.0-1

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