evolution-vl.spec 37 KB

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