evolution-vl.spec 38 KB

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