evolution-vl.spec 38 KB

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