empathy-vl.spec 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523
  1. %define major_ver 3.12
  2. %define minor_ver 11
  3. %define rel 1
  4. %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
  5. ## Minimum required versions of GLib, GTK+, libtelepathy, and Mission-Control,
  6. ## respectively.
  7. %global gtk3_min_version 3.12.0
  8. %global glib2_min_version 2.40.0
  9. %global tp_mc_min_version 5.12.0
  10. %global tp_glib_min_version 0.18.0
  11. %global tp_logger_min_version 0.2.10
  12. %global aspell_version 0.50
  13. %global libcanberra_version 0.25
  14. %global libnotify_version 0.7.4
  15. %global folks_version 0.6.8
  16. %global libsecret_version 0.5
  17. Summary: GNOME Instant Messaging Client
  18. Summary(ja): GNOME インスタントメッセージクラアイント
  19. Name: empathy
  20. Version: %{major_ver}.%{minor_ver}
  21. Release: %{rel}%{?_dist_release}
  22. Group: Applications/Communications
  23. License: GPLv2+
  24. URL: http://live.gnome.org/Empathy
  25. Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{majorver}/%{name}-%{version}.tar.xz
  26. Source1: %{name}-README.ConnectionManagers
  27. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  28. #BuildRequires: enchant-devel >= %{enchant_version}
  29. BuildRequires: aspell-devel >= %{aspell_version}
  30. BuildRequires: iso-codes
  31. BuildRequires: desktop-file-utils
  32. BuildRequires: evolution-data-server-devel
  33. BuildRequires: gettext
  34. BuildRequires: glib2-devel >= %{glib2_min_version}
  35. BuildRequires: gtk3-devel >= %{gtk3_min_version}
  36. BuildRequires: intltool
  37. BuildRequires: libxml2-devel
  38. BuildRequires: perl(XML::Parser)
  39. BuildRequires: telepathy-glib-devel >= %{tp_glib_min_version}
  40. BuildRequires: telepathy-logger-devel >= %{tp_logger_min_version}
  41. BuildRequires: telepathy-mission-control-devel >= %{tp_mc_min_version}
  42. BuildRequires: farstream-devel
  43. BuildRequires: telepathy-farstream-devel
  44. BuildRequires: libcanberra-gtk3-devel >= %{libcanberra_version}
  45. BuildRequires: unique3-devel
  46. BuildRequires: libnotify-devel >= %{libnotify_version}
  47. BuildRequires: folks-devel >= %{folks_version}
  48. BuildRequires: gcr-devel >= %{gnome_keyring_version}
  49. BuildRequires: libsecret-devel >= %{libsecret_version}
  50. BuildRequires: openssl-devel
  51. BuildRequires: NetworkManager-glib-devel
  52. BuildRequires: WebKit3-gtk-devel
  53. BuildRequires: geoclue-devel
  54. BuildRequires: enchant-devel
  55. BuildRequires: libICE-devel
  56. BuildRequires: cheese-devel
  57. BuildRequires: pulseaudio-libs-devel
  58. BuildRequires: gnome-online-accounts-devel
  59. BuildRequires: eudev-libgudev1-devel
  60. BuildRequires: libchamplain-gtk-devel
  61. BuildRequires: gsettings-desktop-schemas-devel
  62. BuildRequires: libaccounts-glib-devel
  63. BuildRequires: clutter-gst-devel
  64. BuildRequires: yelp-tools
  65. Requires: telepathy-filesystem
  66. Requires: telepathy-gabble
  67. Requires: telepathy-salut
  68. Requires: telepathy-idle
  69. ## Also hardcode Haze dependency since Empathy is the default IM client in F10+
  70. ## and I'd hate for people to simply disregard it for lack of the "out of the
  71. ## box" protocol support that Pidgin has. (RHBZ: 458935)
  72. BuildRequires: telepathy-haze
  73. # Require this for VOIP support
  74. Requires: telepathy-mission-control >= %{tp_mc_min_version}
  75. ## We're using Empathy's upstreamed profiles for Haze-provided stuff now.
  76. Obsoletes: telepathy-haze-mission-control < 0.2.0-3
  77. Provides: telepathy-haze-mission-control = 0.2.0-3
  78. ## upstream 2.29.1 removed shared libraries: #599086
  79. Obsoletes: empathy-libs < 2.29.1, empathy-devel < 2.29.1
  80. ## upstream 2.29.1 removed python bindings' #599039
  81. Obsoletes: empathy-python < 2.29.1
  82. Obsoletes: nautilus-sendto-empathy < 3.7.0
  83. Vendor: Project Vine
  84. Distribution: Vine Linux
  85. %description
  86. Empathy provides a powerful multiple protocol instant messaging
  87. client using the Telepathy framework.
  88. %prep
  89. %setup -q
  90. %build
  91. ## GCC complains about some unused functions, so we forcibly show those as
  92. ## simple warnings instead of build-halting errors.
  93. %configure --disable-static
  94. ##make %{?_smp_mflags}
  95. ## don't use _smp_mflags at empathy-2.18.1
  96. make
  97. install -m 0644 %{SOURCE1} ./README.ConnectionManagers
  98. %install
  99. rm -rf $RPM_BUILD_ROOT
  100. make install DESTDIR=$RPM_BUILD_ROOT
  101. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  102. %find_lang %{name}
  103. %find_lang %{name}-tpaw
  104. desktop-file-install --vendor "" --delete-original \
  105. --dir %{buildroot}%{_datadir}/applications \
  106. %{buildroot}%{_datadir}/applications/%{name}.desktop
  107. %clean
  108. rm -rf %{buildroot}
  109. %post
  110. touch --no-create %{_datadir}/icons/hicolor ||:
  111. %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
  112. %postun
  113. touch --no-create %{_datadir}/icons/hicolor || :
  114. if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  115. %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
  116. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  117. fi
  118. %posttrans
  119. gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null ||:
  120. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  121. %files -f %{name}.lang -f %{name}-tpaw.lang
  122. %defattr(-,root,root,-)
  123. %doc AUTHORS COPYING README README.ConnectionManagers NEWS
  124. %{_bindir}/empathy
  125. %{_bindir}/empathy-accounts
  126. %{_bindir}/empathy-debugger
  127. %{_libexecdir}/empathy-auth-client
  128. %{_libexecdir}/empathy-call
  129. %{_libexecdir}/empathy-chat
  130. %{_libdir}/%{name}/libempathy*.so
  131. %{_libdir}/mission-control-plugins.0/mcp-account-manager-goa.so
  132. %{_datadir}/GConf/gsettings/*
  133. %{_datadir}/appdata/empathy.appdata.xml
  134. %{_datadir}/applications/*.desktop
  135. %{_datadir}/adium/message-styles
  136. %{_datadir}/dbus-1/services/*
  137. %{_datadir}/%{name}
  138. %{_datadir}/glib-2.0/schemas/*.xml
  139. %{_datadir}/help/*/%{name}
  140. %{_datadir}/icons/hicolor/*/apps/%{name}*
  141. %{_datadir}/telepathy/clients/*.client
  142. %{_mandir}/man1/empathy*.1*
  143. %changelog
  144. * Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.11-1
  145. - new upstream release
  146. - add BuildRequires: clutter-gst-devel
  147. * Sat May 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.10-1
  148. - new upstream release
  149. * Sun Apr 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.9-1
  150. - new upstream release
  151. * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.8-1
  152. - new upstream release
  153. * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.7-1
  154. - new upstream release
  155. * Sun Sep 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.6-1
  156. - new upstream release
  157. * Sun Aug 31 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.5-1
  158. - new upstream release
  159. * Sat Jun 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.4-1
  160. - new upstream release
  161. - change BuildRequires: eudev-libgudev1-devel instead of libgudev1-devel
  162. * Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.2-1
  163. - new upstream release
  164. * Sun Apr 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
  165. - new upstream release
  166. - add BuildRequires: libaccounts-glib-devel
  167. * Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
  168. - new upstream release
  169. * Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.3-1
  170. - new upstream release
  171. * Sat Nov 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.2-1
  172. - new upstream release
  173. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
  174. - new upstream release
  175. * Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3-1
  176. - new upstream release
  177. * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
  178. - new upstream release
  179. - remove BuildRequires: gnome-panel, nautilus-sendto-devel
  180. - remove nautilus-sendto-empathy subpackage
  181. * Fri Jan 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.3-2
  182. - fix spec
  183. * Fri Jan 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.3-1
  184. - new upstream release
  185. * Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
  186. - new upstream release
  187. * Thu Nov 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-2
  188. - rebuild with telepathy-logger-0.6.0
  189. * Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
  190. - new upstream release
  191. * Fri Oct 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0.3-1
  192. - new upstream release
  193. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
  194. - new upstream release
  195. - add BuildRequires: libsecret-devel, yelp-tools
  196. - remove BuildRequires: libgnome-keyring-devel
  197. * Sun Jul 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2.3-1
  198. - new upstream release
  199. * Tue Jun 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2.1-1
  200. - new upstream release
  201. * Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
  202. - new upstream release
  203. * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
  204. - new upstream release
  205. - change BuildRequires: gcr-devel instead of gnome-keyring-devel
  206. - change BuildRequires: farstream-devel instead of farsight2-devel
  207. - change BuildRequires: telepathy-farstream-devel instead of telepathy-farsight-devel
  208. - add BuildRequires: itstool
  209. - remove Requires: telepathy-stream-engine
  210. - add Requires: telepathy-idle
  211. * Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
  212. - new upstream release
  213. * Thu Nov 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1.1-1
  214. - new upstream release
  215. * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
  216. - new upstream release
  217. - add BuildRequires: libgudev1-devel, gnome-online-accounts-devel
  218. * Sun Oct 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0.1-1
  219. - new upstream release
  220. * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
  221. - new upstream release
  222. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
  223. - new upstream release
  224. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90.1-1
  225. - new upstream release
  226. * Sun Aug 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5.1-1
  227. - new upstream release
  228. * Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
  229. - new upstream release
  230. - add BuildRequires: pulseaudio-libs-devel
  231. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
  232. - new upstream release
  233. - change BuildRequires: gtk3-devel instead of gtk2-devel
  234. - change BuildRequires: unique3-devel instead of unique-devel
  235. - change BuildRequires: libcanberra-gtk3-devel instead of libcanberra-devel
  236. - change BuildRequires: WebKit3-gtk-devel instead of WebKit-gtk-devel
  237. - add BuildRequires: gsettings-desktop-schemas, libICE-devel, cheese-devel, libchamplain-gtk-devel
  238. * Sun Jan 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
  239. - new upstream release
  240. - add BuildRequires: openssl-devel, NetworkManager-glib-devel, WebKit-devel
  241. geoclue-devel, enchant-devel
  242. - add Requires: telepathy-mission-control
  243. - add configure option: --with-ca-file=/usr/share/ssl/certs/ca-bundle.crt
  244. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0.1-1
  245. - new upstream release
  246. - add BuildRequires: folks-devel, telepathy-logger-devel, gnome-keyring-devel
  247. - fix %files
  248. - fix %post, %postun
  249. - drop %pre, %preun
  250. * Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0.1-3
  251. - rebuild with evolution-data-server-2.30.2
  252. - add nautilus-sendto-empathy package
  253. - add configure option (--enable-nautilus-sendto=yes)
  254. - add BuildRequires: nautilus-sendto-devel
  255. * Sat Jun 12 2010 IWAI, Masaharu <iwai@alib.jp> 2.30.0.1-2
  256. - add Obsoletes: empathy-python < 2.29.1
  257. * Tue Apr 13 2010 IWAI, Masaharu <iwai@alib.jp> 2.30.0.1-1
  258. - new upstream release
  259. - add new files: %%{_bindir}/empathy-{accounts,debugger}
  260. - drop -libs, -devel, -python sub packages: upstream removed
  261. - Obsoletes: empathy-{libs,devel} < 2.29.1
  262. - drop BuildRequires: python-devel
  263. - drop %%{_bindir}/empathy-logs in %%files: upstream don not install
  264. - drop applet files in %%files: upstream removed the panel applets
  265. - update %%post, %pre and %%preun
  266. - update BuildRequires version for glib2 and tp_glib
  267. - defined major_ver, minor_ver and rel
  268. - fix BuildRequires for gnome-keyring
  269. * Sat Mar 13 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
  270. - new upstream release
  271. - add BuildRequires: libtelepathy-devel, libgnomecanvas-devel, libbonoboui-devel, python-devel
  272. * Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 2.28.1-4
  273. - rebuilt with python-2.6.4
  274. * Fri Nov 27 2009 Shu KONNO <owa@bg.wakwak.com> - 2.28.1-3
  275. - unuse %%{?_smp_mflags} option to make
  276. * Wed Nov 11 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.28.1-2
  277. - add {gnome-keyring,libcanberra,libnotify,unique}-devel to BuildRequires
  278. * Sat Nov 7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
  279. - new upstream release
  280. * Wed Oct 29 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
  281. - new upstream release
  282. * Tue Sep 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
  283. - initial build for Vine Linux
  284. * Tue Sep 9 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
  285. - Update to 2.23.92
  286. * Thu Sep 4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
  287. - Update to 2.23.91
  288. * Sun Aug 24 2008 Peter Gordon <peter@thecodergeek.com> - 2.23.90-2
  289. - Now that Empathy will be the default IM client in F10+, hardcode a dependency
  290. on telepathy-haze to keep the same protocol functionality across upgrades,
  291. for a much improved "out of the box" experience.
  292. - Reference: bug 458935.
  293. * Fri Aug 22 2008 Peter Gordon <peter@thecodergeek.com> - 2.23.90-1
  294. - Update to new upstream release (2.23.90)
  295. * Fri Aug 15 2008 Peter Gordon <peter@thecodergeek.com> - 2.23.6-3
  296. - Apply patch from Colin Walters to automagically update profile namings for
  297. the switch to using Empathy's provided profiles.
  298. - Drop the upgrade script (no longer needed since it's automatically done).
  299. - upgrade-haze-profiles.sh
  300. * Wed Aug 13 2008 Peter Gordon <peter@thecodergeek.com> - 2.23.6-2
  301. - Use upstream's AIM, ICQ, MSN-Haze, and Yahoo profiles instead of recommending
  302. the telepathy-haze-mission-control package. (The Haze-provided ones have grown
  303. horribly stale...). This makes for better automagic functionality (if Haze is
  304. installed, Empathy/MC will autodetect it) and tracks upstream more closely.
  305. + upgrade-haze-profiles.sh
  306. * Mon Aug 04 2008 Peter Gordon <peter@thecodergeek.com> - 2.23.6-1
  307. - Update to new upstream release (2.23.6)
  308. - Use the in-tarball libtool scripts instead of the system copy to workaround
  309. 'make install' errors.
  310. * Wed Jul 16 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.23.4-1
  311. - Update to 0.23.4.
  312. - Update source url.
  313. * Mon Jun 2 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.23.3-1
  314. - Update to 0.23.3.
  315. - Remove reference to stream-engine in connections managers readme.
  316. * Fri May 16 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.23.2-1
  317. - Update to 0.23.2.
  318. - Add man pages.
  319. - Use enchant-devel, instead of aspell-devel.
  320. * Fri May 16 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.23.1-3
  321. - Rebuild for new e-d-s.
  322. * Sun May 4 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.23.1-2
  323. - Drop multiple copies of COPYING file.
  324. - Drop BR on gnome-vfs2-devel.
  325. - Require telepathy-stream-engine for VOIP support.
  326. - Add BR on iso-codes-devel, so spell-checking is enabled.
  327. * Wed Apr 23 2008 Peter Gordon <peter@thecodergeek.com> - 0.23.1-1
  328. - Update to new upstream release (0.23.1)
  329. - Drop libtelepathy dependencies; upstream switched fully to telepathy-glib.
  330. * Fri Apr 11 2008 Peter Gordon <peter@thecodergeek.com> - 0.22.1-1
  331. - Update to new upstream release (0.22.1)
  332. * Mon Mar 10 2008 Peter Gordon <peter@thecodergeek.com> - 0.22.0-1
  333. - Update to new upstream release (0.22.0)
  334. * Sun Mar 09 2008 Peter Gordon <peter@thecodergeek.com> - 0.21.91-1
  335. - Update to new upstream release (0.21.91)
  336. * Fri Feb 22 2008 Peter Gordon <peter@thecodergeek.com> - 0.21.90-1
  337. - Update to new upstream release (0.21.90)
  338. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.21.4-2
  339. - Autorebuild for GCC 4.3
  340. * Mon Dec 17 2007 Peter Gordon <peter@thecodergeek.com> - 0.21.4-1
  341. - Update to new upstream release (0.21.4)
  342. * Tue Nov 13 2007 Peter Gordon <peter@thecodergeek.com> - 0.21.2-1
  343. - Update to new upstream release (0.21.2)
  344. - Drop backported drag-and-drop patch (fixed upstream):
  345. - svn380-fix-contact-DnD.patch
  346. - Update README.ConnectionManagers: Include Haze package note, remove Galago
  347. note (a feed-only connection manager isn't useful for instant messaging),
  348. and fix some wording.
  349. * Fri Oct 19 2007 Peter Gordon <peter@thecodergeek.com> - 0.14-5
  350. - Backport upstream patch to fixes crashes when using drag-and-drop of a
  351. contact from the buddy list to the current conversation window to initiate a
  352. conversation:
  353. + svn380-fix-contact-DnD.patch
  354. - Resolves: GNOME bug 483168 (crash in Empathy Instant Messenger: I had
  355. dragged a contact ...)
  356. * Tue Oct 16 2007 Peter Gordon <peter@thecodergeek.com> - 0.14-4
  357. - Depend on Salut and Gabble to enable XMPP by default. Otherwise, Empathy
  358. is essentially useless due to the need to install an external connection
  359. manager. Also, add a README.ConnectionManagers to the installed
  360. documentation which lists other possibilities.
  361. - Resolves: bug 308871 (Make empathy dependent at least on telepathy-gabble)
  362. and bug 334221 (Default empathy install is useless).
  363. * Wed Oct 10 2007 Peter Gordon <peter@thecodergeek.com> - 0.14-3
  364. - Enable VoIP support for those brave enough to test/break/debug it (F9+
  365. only). Though it is functional, it is still deemed rather unstable by
  366. upstream. Use it at your own risk. :)
  367. * Tue Oct 02 2007 Peter Gordon <peter@thecodergeek.com> - 0.14-2
  368. - Disable VoIP support at this time, since it is deemed unstable by upstream
  369. for now. (Thanks to Brian Pepple for the notice.)
  370. * Tue Oct 02 2007 Peter Gordon <peter@thecodergeek.com> - 0.14-1
  371. - Update to new upstream release (0.14).
  372. * Sun Sep 30 2007 Peter Gordon <peter@thecodergeek.com> - 0.13-1
  373. - Update to new upstream release (0.13), which adds a panel applet (Megaphone)
  374. and python bindings.
  375. - Split shared libraries into a libs subpackage for easier handling
  376. in multi-lib environments.
  377. * Fri Aug 31 2007 Peter Gordon <peter@thecodergeek.com> - 0.12-2
  378. - Add ldconfig invocations to %%post and %%postun scriptlets.
  379. * Fri Aug 31 2007 Peter Gordon <peter@thecodergeek.com> - 0.12-1
  380. - Update to new upstream release (0.12).
  381. - Build against new mission-control stack.
  382. - Update License tag (GPLv2+).
  383. - Alphabetize BuildRequires list (aesthetic-only change).
  384. * Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0.8-2
  385. - Rebuild for selinux ppc32 issue.
  386. * Mon Aug 13 2007 Peter Gordon <peter@thecodergeek.com> - 0.11-1
  387. - Update to new upstream release (0.11)
  388. * Fri Jun 22 2007 David Nielsen <david@lovesunix.net> - 0.8-1
  389. - bump to 0.8
  390. - Now with aspell support (deat to teh speeling mistaks)
  391. * Sat Jun 9 2007 David Nielsen <david@lovesunix.net> - 0.7-1
  392. - bump to 0.7
  393. * Mon Jun 4 2007 David Nielsen <david@lovesunix.net> - 0.6-3
  394. - Add telepathy-filesystem to Requires
  395. - Move .desktop from autostart to applications
  396. - Nasty hackery to make empathy launch from the menu
  397. * Mon Jun 4 2007 David Nielsen <david@lovesunix.net> - 0.6-2
  398. - Add gettext to BuildRequires
  399. * Fri Jun 1 2007 David Nielsen <david@lovesunix.net> - 0.6-1
  400. - Bump to 0.6
  401. * Fri Jun 1 2007 David Nielsen <david@lovesunix.net> - 0.5-2
  402. - Let Empathy own the directory and not just the files in it
  403. * Wed May 30 2007 David Nielsen <david@lovesunix.net> - 0.5-1
  404. - Initial package