evolution-vl.spec 38 KB

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