evolution-vl.spec 38 KB

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