evolution-vl.spec 37 KB

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