evolution-vl.spec 40 KB

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