evolution-vl.spec 38 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132
  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.1
  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 May 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.40.1-1
  317. - new upstream release.
  318. * Sun Mar 28 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.40.0-1
  319. - new upstream release.
  320. * Tue Aug 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.36.4-1
  321. - new upstream release.
  322. * Thu Jan 03 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.30.3-1
  323. - new upstream release.
  324. - dropped all patches.
  325. - dropped krb5 support.
  326. * Fri Jan 26 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.22.6-1
  327. - new upstream release.
  328. * Mon Jul 18 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20.4-1
  329. - new upstream release
  330. * Sun Jan 24 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.4-1
  331. - new upstream release
  332. * Sat Dec 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.3-1
  333. - new upstream release
  334. * Fri Nov 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.2-1
  335. - new upstream release
  336. * Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.1-1
  337. - new upstream release
  338. * Sun Aug 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.5-1
  339. - new upstream release
  340. * Mon Jul 20 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.4-1
  341. - new upstream release
  342. * Wed Jun 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.3-1
  343. - new upstream release
  344. * Sat May 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2.1-1
  345. - new upstream release
  346. * Sun Apr 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1
  347. - new upstream release
  348. * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
  349. - new upstream release
  350. - add BuildRequires: libcryptui-devel
  351. * Mon Feb 23 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.12.11-2
  352. - rebuilt with libical 1.0.1
  353. * Sun Feb 22 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.11-1
  354. - new upstream release
  355. * Wed Jan 28 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.10-1
  356. - new upstream release
  357. * Mon Dec 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.9-1
  358. - new upstream release
  359. * Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.8-1
  360. - new upstream release
  361. * Tue Oct 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.7-1
  362. - new upstream release
  363. * Sun Sep 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.6-1
  364. - new upstream release
  365. * Thu Aug 21 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.5-1
  366. - new upstream release
  367. * Fri Jul 18 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.4-1
  368. - new upstream release
  369. * Wed Jun 11 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.3-1
  370. - new upstream release
  371. * Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.2-1
  372. - new upstream release
  373. * Sun Apr 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
  374. - new upstream release
  375. * Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
  376. - new upstream release
  377. - add BuildRequires: gtkspell3-devel
  378. * Sat Nov 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.2-1
  379. - new upstream release
  380. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
  381. - new upstream release
  382. * Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.5-1
  383. - new upstream release
  384. * Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3-1
  385. - new upstream release
  386. * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
  387. - new upstream release
  388. * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
  389. - new upstream release
  390. - add BuildRequires: bogofilter, spamassassin
  391. - create %%{name}-docs subpackage
  392. * Sun Mar 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.4-1
  393. - new upstream release
  394. * Sun Feb 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.3-1
  395. - new upstream release
  396. * Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
  397. - new upstream release
  398. * Wed Oct 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-2
  399. - fix %%files
  400. * Sun Oct 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
  401. - new upstream release
  402. * Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
  403. - new upstream release
  404. - add BuildRequires: libgweather-devel, WebKit3-gtk-devel, itstool
  405. * Sat Aug 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.4-1
  406. - new upstream release
  407. * Fri Jun 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.3-1
  408. - new upstream release
  409. - add BuildRequires: gsettings-desktop-schemas-devel
  410. * Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
  411. - new upstream release
  412. * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
  413. - new upstream release
  414. * Sat Jan 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.3-1
  415. - new upstream release
  416. * Mon Nov 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
  417. - new upstream release
  418. * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
  419. - new upstream release
  420. * Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
  421. - new upstream release
  422. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
  423. - new upstream release
  424. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90.1-1
  425. - new upstream release
  426. * Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
  427. - new upstream release
  428. - change BuildRequires: gnome-desktop3-devel instead of gnome-desktop-devel
  429. - change BuildRequires: unique3-devel instead of unique-devel
  430. - change BuildRequires: libcanberra-gtk3-devel instead of libcanberra-devel
  431. - change BuildRequires: gtkhtml4-devel instead of gtkhtml3-devel
  432. - add BuildRequires: gnome-online-accounts-devel
  433. - add configure option: --disable-image-inline
  434. * Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.3-1
  435. - new upstream release
  436. * Tue Feb 08 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
  437. - new upstream release
  438. * Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
  439. - new upstream release
  440. * Mon Oct 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
  441. - new upstream release
  442. - add BuildRequires: libgdata-devel
  443. - drop Patch13
  444. - fix %files (fix plugin list)
  445. * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-2
  446. - rebuild with rpm-4.8.1 for pkg-config file
  447. * Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
  448. - new upstream release
  449. - fix %files (move evolution-alarm-notify from %{_bindir} to %{_libexecdir}/%{name}/%{shortver})
  450. * Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1.2-1
  451. - new upstream release
  452. - drop Patch10
  453. * Sun Apr 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0.1-1
  454. - new upstream release
  455. - add BuildRequires: unique-devel, gstreamer-devel, gtkimageview-devel, libSM-devel, gnome-desktop-devel, rarian-compat
  456. - remove BuildRequires: byacc, flex, libbonobo-devel, libbonoboui-devel
  457. - remove Requires: libbonoboui
  458. - add configure option (--disable-pst-import)
  459. - remove unrecognized configure options (--enable-ipv6, --enable-nntp, --enable-exchange)
  460. - change strict_build_settings (from 1 to 0)
  461. * Sun Nov 01 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
  462. - new upstream release
  463. * Sat Aug 01 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.26.3-2
  464. - added Japanese description
  465. * Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.3-1
  466. - new upstream release
  467. * Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
  468. - new upstream release
  469. * Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1.1-1
  470. - new upstream release
  471. * Sat Apr 4 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.26.0-2
  472. - rebuilt with openldap-2.4.11
  473. * Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
  474. - new upstream release
  475. * Sat Mar 7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.5-1
  476. - new upstream release
  477. * Sat Jan 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.2-1
  478. - new upstream release
  479. - enabled krb5 support
  480. * Wed Oct 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
  481. - new upstream release
  482. * Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
  483. - new upstream release
  484. * Sun Jun 8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.2-1
  485. - new upstream release
  486. - built with evolution-data-server 2.22.2
  487. - removed Requires: libgnomeprint[ui], BuildRequires: libgnomeprint[ui]-devel
  488. * Wed May 7 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1.1-1
  489. - new upstream release
  490. - rebuilt with evolution-data-server 2.22.1.1
  491. * Thu Apr 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
  492. - new upstream release
  493. * Sun Apr 6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
  494. - new upstream release based on Fedora package
  495. * Tue Mar 25 2008 Dan Williams <dcbw@redhat.com> - 2.22.0-4.fc9
  496. - Add patch for GNOME bug #524310
  497. * Fri Mar 14 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-3.fc9
  498. - Explicit require evolution-data-server since its shared object names
  499. still can't be trusted (RH bug #426511).
  500. * Mon Dec 10 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.3-4.fc9
  501. - Split junk filtering plugins into evolution-bogofilter and
  502. evolution-spamassassin subpackages, each of which requires the
  503. necessary backend packages. (RH bug #377381)
  504. * Mon Nov 06 2006 Matthew Barnes <mbarnes@redhat.com> - 2.9.1-3.fc7
  505. - Add patch for RH bug #176400 (reset calendar IM context).
  506. * Sat Jul 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.10.1-4vl1
  507. - new upstream release based on Fedora package
  508. * Sat Apr 14 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-4.fc7
  509. - Add patch for RH bug #234315 (fix saving attachments).
  510. * Fri Apr 13 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-3.fc7
  511. - Add patch for RH bug #235878 (make Help->Contents work again).
  512. * Tue Apr 10 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-2.fc7
  513. - Revise patch for GNOME bug #362638 to fix RH bug #235096
  514. (crash when displaying a mail server message to user).
  515. * Mon Apr 09 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-1.fc7
  516. - Update to 2.10.1
  517. - Fix buggy gnome-doc-utils.make (GNOME bug #427939).
  518. - Remove patch for CVE-2007-1002 (fixed upstream).
  519. - Add libxml-2.0 requirement to evolution-plugin-2.10.pc.
  520. * Tue Apr 03 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-8.fc7
  521. - Revise patch for GNOME bug #419524 to fix RH bug #235082
  522. (crash in initial account setup wizard).
  523. * Fri Mar 30 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-6.fc7
  524. - Revise patch for GNOME bug #362638 (deprecate EThread).
  525. * Thu Mar 29 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-5.fc7
  526. - CVE-2007-1002 (Shared memo categories format string vulnerability)
  527. - Add -Wdeclaration-after-statement to strict build settings.
  528. * Sat Mar 17 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-3.fc7
  529. - Add flag to disable deprecated Camel symbols.
  530. - Add patch for GNOME bug #419469 (refactor shell/main.c).
  531. - Add patch for GNOME bug #419524 (use GLib's i18n macros).
  532. - Add patch for GNOME bug #418971 (drop support for GLib < 2.8).
  533. * Wed Mar 14 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-2.fc7
  534. - Add patch for GNOME bug #417999 (use ESourceComboBox).
  535. * Mon Mar 12 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-1.fc7
  536. - Update to 2.10.0.
  537. - Add patch for GNOME bug #376991 (refactor password handling).
  538. * Mon Dec 4 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.2.1-0vl2
  539. - fixed duplicated .desktop files
  540. * Mon Nov 27 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.2.1-0vl1
  541. - new upstream release
  542. - updated eds_version to 1.8.2
  543. * Mon Nov 13 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.1.1-0vl1
  544. - new upstream release
  545. - dropped Patch23, 26, 27, 29, 30, 31, 33 and 34 (merged into upstream)
  546. * Sat Oct 7 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.0-7vl1
  547. - new upstream release
  548. - updated SOURCE1
  549. - built with openssl instead of mozilla-nss and mozilla-nspr
  550. * Tue Aug 29 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.2.1-0vl2
  551. - rebuilt with openldap-2.3.24-0vl4
  552. * Tue May 16 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.2.1-0vl1
  553. - updated to 2.4.2.1
  554. - added evolution-2.4.desktop
  555. * Fri May 5 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.1-7vl2
  556. - rebuilt with dbus 0.61
  557. * Wed Nov 9 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.1-7vl1
  558. - new upstream release
  559. - added/updated some Patches from Fedora
  560. * Wed Oct 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.4.1-7
  561. - Added a patch (110) to hide the component switcher buttons by default
  562. on new windows (#170799) by patching the GConf schema.
  563. * Sun Sep 25 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.0-2vl1
  564. - new upstream release
  565. - added/removed some Patches based on Fedora
  566. * Fri Aug 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.8-3
  567. - Added patch for #157074 (patch 804)
  568. * Tue Aug 2 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.6.1-4
  569. - Added patch to show correct mimetype for OpenOffice.org files when
  570. guessing type for attachments with mimetype "application/octet-stream"
  571. (#164957)
  572. * Thu Jul 28 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.5.1-2
  573. - added experimental patch to port ETable printing to use Pango (#150458)
  574. * Mon Jul 25 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.5.1-1
  575. - Updated evo-calendar-print-with-pango- patch from version 4 to 5
  576. - Removed Patch105: evolution-2.2.2-fix-new-mail-notify.patch as
  577. configure.in in this branch tests for existance for dbus-glib-1,
  578. rather than max-version.
  579. - Updated evolution-2.2.2-no-gnome-common.patch to include a patch to rename
  580. mozilla-nspr to nspr
  581. * Mon Jun 27 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-9.fc5
  582. - Replaced patch to port conduits to pilot-link-0.12 with Mark G Adams's
  583. version of same (#161817)
  584. * Thu May 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-7
  585. - Added Akira Tagoh's patch for calendar keypress handling (#154360)
  586. - not include *.a files
  587. - removed dependency libgal2/libgal2-devel
  588. * Wed May 04 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.2.2-0vl2
  589. - rebuilt with mozilla-1.7.7
  590. * Thu Apr 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.2-0vl1
  591. - new upstream release
  592. * Tue Apr 12 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1.1-0vl1
  593. - new upstream release
  594. - merged with FC package.
  595. - split evolution-devel sub package
  596. * Sat Mar 13 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.6-0vl1
  597. - new upstream release
  598. - remove obsolete patches
  599. * Tue Feb 03 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.5-0vl3
  600. - rebuild with new environment
  601. - import patch8 from fedora
  602. * Mon Nov 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.5-0vl2
  603. - import patch0-7,100,101,200,500 from fedora.
  604. * Wed Sep 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.5-0vl1
  605. - new upstream release
  606. - add Vine Linux errata rdf in preferences.
  607. * Sun Aug 31 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.4-0vl2
  608. - enable ldap support
  609. * Fri Aug 29 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.4-0vl1
  610. - new upstream release
  611. * Fri Jul 11 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.3-0vl1
  612. - new upstream release
  613. * Tue Jun 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-0vl2
  614. - rebuilt
  615. * Tue Jun 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-0vl1
  616. - new upstream release
  617. * Tue Jun 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.92-0vl1
  618. - build for Vine Linux based on 1.3.92-1
  619. - disable ldap, krb5, pilot, nntp
  620. * Sun May 25 2003 Jeremy Katz <katzj@redhat.com> 1.3.92-1
  621. - 1.3.92
  622. * Wed May 7 2003 Jeremy Katz <katzj@redhat.com> 1.3.3-2
  623. - fix default for /schemas/apps/evolution/mail/display/mime_types
  624. * Tue May 6 2003 Jeremy Katz <katzj@redhat.com> 1.3.3-1
  625. - 1.3.3
  626. * Sun May 4 2003 Jeremy Katz <katzj@redhat.com> 1.3.2-2
  627. - enable pilot support
  628. - add redhatify patch back
  629. * Tue Apr 22 2003 Jeremy Katz <katzj@redhat.com>
  630. - add a /usr/bin/evolution symlink
  631. * Mon Apr 21 2003 Jeremy Katz <katzj@redhat.com>
  632. - fix gnome-spell version requirement
  633. * Wed Apr 16 2003 Jeremy Katz <katzj@redhat.com> 1.3.2-1
  634. - add trivial fix for evolution-mail schema key (ximian #41419)
  635. * Tue Apr 15 2003 Jeremy Katz <katzj@redhat.com>
  636. - update to 1.3
  637. - don't build with pilot support for now
  638. - don't redhat-ify the summary prefs for now
  639. * Sun Apr 6 2003 Jeremy Katz <katzj@redhat.com> 1.2.4-2
  640. - fix krb5 libdir for lib64 systems
  641. * Sun Apr 6 2003 Jeremy Katz <katzj@redhat.com> 1.2.4-1
  642. - update to 1.2.4
  643. * Thu Apr 3 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-7
  644. - oops, fix a tyop
  645. * Thu Apr 3 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-6
  646. - add a few cleanups for 64bit cleanliness (#86347)
  647. * Sun Mar 30 2003 Jeremy Katz <katzj@redhat.com>
  648. - add some buildrequires (#87612)
  649. * Mon Mar 24 2003 Jeremy Katz <katzj@redhat.com> 1.2.3-1
  650. - update to 1.2.3
  651. * Wed Mar 19 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-5
  652. - security patches from upstream
  653. - sanity check UUEncoding header before decoding (CAN-2003-0128)
  654. - don't decode doubly UUEncoded content (CAN-2003-0129)
  655. - don't use a bonobo component to display things without registered
  656. handlers (CAN-2003-0130)
  657. * Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> 1.2.2-4
  658. - debuginfo rebuild
  659. * Thu Feb 20 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-3
  660. - memleak patch had some bits that weren't supposed to be there. update
  661. to newer from upstream.
  662. - fix directory checking in proxy patch
  663. * Thu Feb 20 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-2
  664. - add missing build dep (#84388)
  665. - add patch from upstream for evolution-mail memleak
  666. - add patch from upstream to use the gnome2 proxy settings by default
  667. * Fri Feb 7 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-1
  668. - 1.2.2
  669. - build on x86_64
  670. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  671. - rebuilt
  672. * Tue Jan 7 2003 Nalin Dahyabhai <nalin@redhat.com> 1.2.1-4
  673. - rebuild
  674. * Fri Jan 3 2003 Nalin Dahyabhai <nalin@redhat.com>
  675. - if building with OpenSSL, attempt to get cflags and ldflags from pkgconfig
  676. * Thu Jan 2 2003 Jeremy Katz <katzj@redhat.com> 1.2.1-3
  677. - we don't want to use native POSIX threads for mutexes in db3, override them
  678. * Mon Dec 16 2002 Tim Powers <timp@redhat.com> 1.2.1-2
  679. - rebuild
  680. * Fri Dec 13 2002 Jeremy Katz <katzj@redhat.com> 1.2.1-1
  681. - update to 1.2.1
  682. * Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-6
  683. - require a newer soup, the old one Has Bugs (tm)
  684. - excludearch x86_64; getting a R_X86_64_32S relocation in libical
  685. although everything appears to be built with -fPIC correctly
  686. * Tue Dec 10 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-5
  687. - patch for multilib krb5
  688. * Mon Dec 2 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-4
  689. - add upstream patch to handle LDAPv3 better
  690. - add upstream patch to fix shell memory leaks
  691. - add upstream patch to fix ldap scope selection
  692. - build with openssl instead of mozilla-nss since it's available on
  693. more platforms
  694. - build on all arches
  695. * Fri Nov 22 2002 Jeremy Katz <katzj@redhat.com>
  696. - require bonobo-conf, not -devel (#78398)
  697. * Wed Nov 20 2002 Florian La Roche <Florian.LaRoche@redhat.de> 1.2.0-3
  698. - disable pilot support for mainframe
  699. * Mon Nov 18 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-2
  700. - macro-ify the mozilla version to make it easier to build against
  701. newer mozillas with headers in new locations
  702. - buildrequire pilot-link-devel (#78077)
  703. - drop uneeded ldapv3 patch (toshok says 1.2 already handles this)
  704. - drop unneeded patch for ordering of the libdb checks
  705. - add fejj's patch to always subscribe to the inbox from evolution-patches
  706. * Tue Nov 12 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-1
  707. - 1.2.0
  708. * Sat Nov 2 2002 Jeremy Katz <katzj@redhat.com> 1.1.90-2
  709. - reenable pilot support
  710. - redhatify
  711. * Fri Nov 1 2002 Jeremy Katz <katzj@redhat.com> 1.1.90-1
  712. - update to 1.1.90
  713. * Thu Oct 31 2002 Jeremy Katz <katzj@redhat.com>
  714. - include mozilla epochs in requires (#74577)
  715. - add build requires on newer oaf (#76801)
  716. * Thu Oct 24 2002 Jeremy Katz <katzj@redhat.com> 1.1.2-1
  717. - update to 1.1.2
  718. - remove unpackaged files from the buildrooot
  719. - disable pilot support for now
  720. * Tue Sep 3 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-10
  721. - add freetype-devel to build requires (#73319)
  722. * Mon Sep 2 2002 Owen Taylor <otaylor@redhat.com>
  723. - Fix a problem where evolution-mail right click items corrupted the stack
  724. (#67992)
  725. * Thu Aug 29 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-9
  726. - don't install two desktop files (#72871)
  727. * Wed Aug 28 2002 Preston Brown <pbrown@redhat.com> 1.0.8-8
  728. - absolute symlink .desktop file (#72913)
  729. * Thu Aug 22 2002 han Ngo <than@redhat.com> 1.0.8-7
  730. - rebuild against new pilot-link
  731. * Sat Aug 10 2002 Florian La Roche <Florian.LaRoche@redhat.de>
  732. - bzip2 source
  733. * Tue Aug 6 2002 Than Ngo <than@redhat.com> 1.0.8-5
  734. - rebuild against new pilot-link-0.11.2
  735. * Thu Jul 18 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-4
  736. - rebuild against new gnome-pilot
  737. * Tue Jul 9 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-3
  738. - remove static and libtool archives for importers and camel-providers (#68222)
  739. - do desktop-file-install magic
  740. - remove dead sites from summary list (#64522)
  741. - support openldap protocol version 3 based off of Nalin's autofs changes
  742. * Mon Jul 8 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-2
  743. - fix openldap-devel buildrequire
  744. * Mon Jul 1 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-1
  745. - 1.0.8
  746. * Thu Jun 27 2002 Jeremy Katz <katzj@redhat.com> 1.0.7-2
  747. - include patch to omf files from otaylor@redhat.com to fix
  748. scrollkeeper validation errors
  749. * Sun Jun 23 2002 Jeremy Katz <katzj@redhat.com> 1.0.7-1
  750. - update to 1.0.7
  751. - excludearch alpha while mozilla isn't being built there
  752. * Sun May 26 2002 Tim Powers <timp@redhat.com> 1.0.5-2
  753. - automated rebuild
  754. * Mon May 13 2002 Jeremy Katz <katzj@redhat.com> 1.0.5-1
  755. - update to 1.0.5
  756. * Fri May 3 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-6
  757. - add patch to fix spool unread counts (#64198)
  758. - build with the fix for the crasher mail sent to
  759. evolution-list (ximian #24140)
  760. * Mon Apr 15 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-4
  761. - include fejj(at)ximian.com's patch to fix the EINPROGRESS error with ssl
  762. since it's been committed to the branch and fixes the problem for me
  763. - include patch from tagoh(at)redhat.com to change the default charset
  764. for Japanese to ISO-2022-JP (#63214)
  765. * Wed Apr 10 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-3
  766. - minor tweaks to the redhatify patch
  767. - make accepting appointments sent to mailing lists work
  768. - use the RFC specified LDAP attribs for freebusy and calendarURI
  769. in addressbook
  770. - fix a crash in the startup wizard
  771. * Sun Mar 31 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-2
  772. - move desktop file to /etc/X11/applnk (#62399)
  773. * Sun Mar 24 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-1
  774. - update to evolution 1.0.3
  775. - change summary view to show a recent errata list by default
  776. * Thu Mar 14 2002 Jeremy Katz <katzj@redhat.com>
  777. - put correct path to nspr includes on configure command line
  778. * Mon Mar 11 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-3
  779. - mozilla 0.9.9 has nspr and nss subpackages, hooray! rip out the static
  780. libnss linkage and just link against what is provided dynamically
  781. - kill the -devel subpackage since it's of questionable use
  782. - explicitly require mozilla-nss and mozilla-nspr packages to make it easier
  783. to resolve the requirements
  784. * Thu Feb 21 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-2
  785. - rebuild in new environment
  786. - temporarily exclude on ia64 again
  787. * Thu Jan 31 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-1
  788. - update to 1.0.2
  789. * Mon Jan 28 2002 Jeremy Katz <katzj@redhat.com> 1.0.1-4
  790. - build on ia64 now that mozilla exists for ia64
  791. * Sun Jan 27 2002 Jeremy Katz <katzj@redhat.com> 1.0.1-3
  792. - rebuild in new environment
  793. - add pilot support
  794. * Sun Jan 13 2002 Jeremy Katz <katzj@redhat.com> 1.0.1-2
  795. - rebuild without mozilla-psm in the buildroot so libnss is linked
  796. statically as intended
  797. * Sat Jan 12 2002 Jeremy Katz <katzj@redhat.com> 1.0.1-1
  798. - update to 1.0.1
  799. - patch for autoconf 2.52 accepted upstream
  800. - include man page
  801. - use --with-sub-version=" (%%{version}-%%{release})"
  802. * Tue Dec 18 2001 Jeremy Katz <katzj@redhat.com> 1.0-2
  803. - really disable news
  804. - add patch from Jens Petersen <juhp@redhat.com> to hopefully get
  805. builds working with autoconf 2.52
  806. - conditionalize static libnss stuff so that it can go away when we
  807. have a mozilla with shared libnss
  808. * Thu Dec 6 2001 Jeremy Katz <katzj@redhat.com> 1.0-1.7.2
  809. - add patches off of branch for:
  810. * do not show up as Preview Release in version string
  811. * have next/previous work with multiple selected messages
  812. - build without pilot support
  813. * Mon Dec 3 2001 Jeremy Katz <katzj@redhat.com> 1.0-1
  814. - and bump to 1.0
  815. * Sun Dec 2 2001 Jeremy Katz <katzj@redhat.com>
  816. - let's build with an included copy of libnss now since OpenSSL is support
  817. is disabled on the 1.0 branch
  818. - build with --enable-dot-locking=no
  819. - excludearch ia64 again now that we need libnspr
  820. * Mon Nov 26 2001 Jeremy Katz <katzj@redhat.com>
  821. - build with gnome-pilot and krb5 support
  822. - conditionalize ldap, pilot and krb5 support
  823. - clean up buildrequires some
  824. * Sat Nov 17 2001 Jeremy Katz <katzj@redhat.com>
  825. - we can build on ia64 since we're using openssl instead of nspr
  826. - disable non-functional nntp support
  827. - 0.99.2 (rc2)
  828. * Fri Nov 9 2001 Jeremy Katz <katzj@redhat.com>
  829. - add explicit requires on current bonobo, oaf, and GConf to help people
  830. help themselves
  831. - s/Copyright/License/
  832. * Thu Nov 8 2001 Jeremy Katz <katzj@redhat.com>
  833. - add a patch to revert changes to camel-tcp-stream-openssl; appears to
  834. fix the SSL hangs
  835. * Wed Nov 7 2001 Jeremy Katz <katzj@redhat.com>
  836. - fix filelist to include libical zoneinfo
  837. - add devel subpackage with includes and static libs
  838. * Mon Nov 5 2001 Jeremy Katz <katzj@redhat.com>
  839. - updated to 0.99.0 aka 1.0 RC1
  840. * Tue Oct 23 2001 Havoc Pennington <hp@redhat.com>
  841. - 0.16 snagged from Ximian GNOME
  842. * Fri Oct 5 2001 Havoc Pennington <hp@redhat.com>
  843. - initial build based on David Sainty's specfile
  844. * Thu Oct 04 2001 David Sainty <dsainty@redhat.com>
  845. - Updated to 0.15.99, 20011004 from cvs.
  846. * Wed Sep 05 2001 David Sainty <dsainty@redhat.com>
  847. - Updated to 0.13.99, 20010905 from cvs.
  848. * Mon Sep 03 2001 David Sainty <dsainty@redhat.com>
  849. - Updated to 0.13.99, 20010903 from cvs.
  850. - Fixed Requires + BuildRequires
  851. * Mon Aug 06 2001 David Sainty <dsainty@redhat.com>
  852. - Updated to 0.12.99, 20010806 from cvs.
  853. * Mon Aug 06 2001 David Sainty <dsainty@redhat.com>
  854. - Relocated libical* from /usr/lib due to kdepim, -2
  855. * Mon Aug 06 2001 David Sainty <dsainty@redhat.com>
  856. - First spec file for evolution.