4a5f242
Name:           mail-notification
e603c2b
Version:        5.4
989d22f
Release:        12%{?dist}
a5c330f
Summary:        Status icon that informs you if you have new mail
4a5f242
4a5f242
Group:          Applications/Internet
de81748
License:        GPLv3+
4a5f242
URL:            http://www.nongnu.org/mailnotify/
ead6d3a
Source0:        http://savannah.nongnu.org/download/mailnotify/mail-notification-%{version}.tar.bz2
af3298d
Patch0:		mail-notification-5.4-evolution.patch
9df6b27
Patch1:		mail-notification-5.4-gmime.patch
58107f8
Patch2:		mail-notification-5.4-sasl_encode64.patch
4a5f242
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
4a5f242
ead6d3a
BuildRequires:  gettext
ead6d3a
BuildRequires:  desktop-file-utils, scrollkeeper
ead6d3a
BuildRequires:  openssl-devel >= 0.9.6
a5c330f
BuildRequires:  cyrus-sasl-devel >= 2.0
ead6d3a
BuildRequires:  glib2-devel >= 2.14
ead6d3a
BuildRequires:  gtk2-devel >= 2.12
ead6d3a
BuildRequires:  GConf2-devel, libgnomeui-devel
ead6d3a
BuildRequires:  libglade2-devel, dbus-glib-devel
ead6d3a
BuildRequires:  libnotify-devel >= 0.4.1
9df6b27
BuildRequires:  gmime-devel >= 2.4
ead6d3a
BuildRequires:  gnome-keyring-devel
c330ed1
BuildRequires:  perl-XML-Parser
09d132c
# needed only when some .gob sources are changed, still not in rawhide...
09d132c
#BuildRequires:  gob2 >= 2.0.16
73846fe
BuildRequires:  evolution-devel 
97f2f77
BuildRequires:  evolution-data-server-devel >= 1.5
f2febfb
df2d2ce
Requires:         hicolor-icon-theme
ead6d3a
d0c987e
Requires(pre):    GConf2
d0c987e
Requires(post):   GConf2, scrollkeeper
4a5f242
Requires(preun):  GConf2
4a5f242
Requires(postun): scrollkeeper
4a5f242
bba9e72
4a5f242
%description
a5c330f
Mail Notification is a status icon (aka tray icon) that informs you if you
4a5f242
have new mail. It works with system trays implementing the freedesktop.org
a5c330f
System Tray Specification, such as the GNOME Panel Notification Area, the
4a5f242
Xfce Notification Area and the KDE System Tray.
4a5f242
4a5f242
4f4f261
%package        evolution-plugin
4f4f261
Summary:        Evolution plugin for Mail Notification
4f4f261
Group:          Applications/Internet
4f4f261
Requires:       %{name} = %{version}-%{release}
4f4f261
Obsoletes:	mail-notification < 3.0-4
4f4f261
4f4f261
%description	evolution-plugin
4f4f261
Evolution support for Mail Notification.
4f4f261
bba9e72
4a5f242
%prep
ead6d3a
%setup -q
af3298d
%patch0 -p0 -b .evolution
9df6b27
%patch1 -p1 -b .gmime
a70783d
%patch2 -p1 -b .sasl_encode64
09d132c
09d132c
#  Drop #line statements in C sources generated bu .gob,
09d132c
#  for the proper debuginfo package
09d132c
pushd build/src
09d132c
for f in *.c *.h
09d132c
do
09d132c
    sed -i '/^#line / d' $f
09d132c
done
09d132c
popd
4a5f242
bba9e72
4a5f242
%build
bba9e72
ead6d3a
./jb configure \
63321b3
	cc="%{__cc}" \
ead6d3a
	cflags="$RPM_OPT_FLAGS" \
ead6d3a
	cppflags="-D_GNU_SOURCE" \
ead6d3a
	destdir=$RPM_BUILD_ROOT \
ead6d3a
	prefix=%{_prefix} \
ead6d3a
	bindir=%{_bindir} \
ead6d3a
	libdir=%{_libdir} \
ead6d3a
	libexecdir=%{_libexecdir} \
ead6d3a
	datadir=%{_datadir} \
ead6d3a
	sysconfdir=%{_sysconfdir} \
ead6d3a
	localstatedir=%{_localstatedir} \
ead6d3a
	install-gconf-schemas=no
bba9e72
ead6d3a
./jb build
4a5f242
4a5f242
4a5f242
%install
4a5f242
rm -rf $RPM_BUILD_ROOT
ead6d3a
4a5f242
# For GConf apps: prevent schemas from being installed at this stage
4a5f242
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
4a5f242
ead6d3a
./jb install
ead6d3a
ead6d3a
#  clear /var/lib/scrollkeeper stuff here
ead6d3a
rm -rf $RPM_BUILD_ROOT%{_localstatedir}
ead6d3a
4a5f242
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
4a5f242
fcb02df
chmod +x $RPM_BUILD_ROOT%{_libdir}/evolution/2.*/plugins/*.so
fcb02df
4a5f242
desktop-file-install --vendor fedora                   \
73846fe
  --dir ${RPM_BUILD_ROOT}%{_datadir}/gnome/autostart/  \
4a5f242
  --delete-original                                    \
73846fe
  ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart/mail-notification.desktop
4a5f242
f2febfb
desktop-file-install --vendor fedora                   \
f2febfb
  --dir ${RPM_BUILD_ROOT}%{_datadir}/applications      \
f2febfb
  --delete-original                                    \
2f64a94
  --add-category X-GNOME-NetworkSettings               \
f2febfb
  ${RPM_BUILD_ROOT}%{_datadir}/applications/mail-notification-properties.desktop
4a5f242
ead6d3a
%find_lang %{name}
ead6d3a
4a5f242
4a5f242
%clean
4a5f242
rm -rf $RPM_BUILD_ROOT
4a5f242
bba9e72
de81748
%pre
de81748
if [ "$1" -gt 1 ]; then
de81748
    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
de81748
    gconftool-2 --makefile-uninstall-rule \
de81748
      %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || :
de81748
fi
4a5f242
bba9e72
4a5f242
%post
4a5f242
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
4a5f242
/usr/bin/gconftool-2 --makefile-install-rule \
ead6d3a
  %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || :
bba9e72
d0c987e
/usr/bin/scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
bba9e72
df2d2ce
touch --no-create %{_datadir}/icons/hicolor || :
df2d2ce
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
df2d2ce
bba9e72
4a5f242
%preun
de81748
if [ "$1" -eq 0 ]; then
de81748
    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
de81748
    gconftool-2 --makefile-uninstall-rule \
de81748
      %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || :
de81748
fi
4a5f242
bba9e72
4a5f242
%postun
4a5f242
/usr/bin/scrollkeeper-update -q ||:
bba9e72
df2d2ce
touch --no-create %{_datadir}/icons/hicolor || :
df2d2ce
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
4a5f242
de81748
9db0158
%triggerpostun -- %{name} < 5.0
9db0158
#  Work-around for the broken preun scriptlets in some previous packages
9db0158
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
9db0158
/usr/bin/gconftool-2 --makefile-install-rule \
9db0158
  %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || :
9db0158
9db0158
4a5f242
%files -f %{name}.lang
4a5f242
%defattr(-,root,root,-)
df2d2ce
%doc AUTHORS COPYING NEWS README TODO
4a5f242
%{_sysconfdir}/gconf/schemas/mail-notification.schemas
4a5f242
%{_bindir}/*
4a5f242
%{_datadir}/%{name}
73846fe
%{_datadir}/gnome/autostart/fedora-mail-notification.desktop
f2febfb
%{_datadir}/applications/fedora-mail-notification-properties.desktop
4a5f242
%{_datadir}/gnome/help/mail-notification/
02741b0
%dir %{_datadir}/omf/mail-notification/
4a5f242
%{_datadir}/omf/mail-notification/mail-notification-C.omf
df2d2ce
%{_datadir}/icons/hicolor/*/apps/mail-notification.*
4a5f242
fcb02df
4f4f261
%files evolution-plugin
4f4f261
%defattr(-,root,root,-)
4f4f261
%{_libdir}/evolution/2.*/plugins/*
4f4f261
4f4f261
4a5f242
%changelog
989d22f
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.4-12
989d22f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
989d22f
58107f8
* Tue May 19 2009 Dmitry Butskoy <Dmitry@Butskoy.name> - 5.4-11
58107f8
- add patch for new cyrus-sasl's ABI (Jan F. Chadima, #501456)
58107f8
246fa5a
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.4-10
246fa5a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
246fa5a
Caolan McNamara d1dc8e3
* Wed Feb 04 2009 Caolán McNamara <caolanm@redhat.com> - 5.4-9
Caolan McNamara d1dc8e3
- rebuild for dependencies
Caolan McNamara d1dc8e3
f107df5
* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> - 5.4-8
f107df5
- rebuild with new openssl
f107df5
9df6b27
* Mon Dec 22 2008 Dmitry Butskoy <Dmitry@Butskoy.name> - 5.4-7
9df6b27
- rebuild with new gmime-2.4
9df6b27
f755566
* Wed Dec 17 2008 Dmitry Butskoy <Dmitry@Butskoy.name> - 5.4-6
f755566
- rebuild for dependencies
f755566
Caolan McNamara 0521fcf
* Sat Nov 29 2008 Caolán McNamara <caolanm@redhat.com> - 5.4-5
Caolan McNamara 0521fcf
- rebuild for dependencies
Caolan McNamara 0521fcf
fcb02df
* Mon Oct 27 2008 Dmitry Butskoy <Dmitry@Butskoy.name> - 5.4-4
fcb02df
- fix plugin permissions (#468524)
fcb02df
af3298d
* Wed Oct  1 2008 Dmitry Butskoy <Dmitry@Butskoy.name> - 5.4-3
af3298d
- add patch for evolution >= 2.23.5 (#464779)
af3298d
d6f96f0
* Mon Aug 11 2008 Dmitry Butskoy <Dmitry@Butskoy.name> - 5.4-2
d6f96f0
- rebuild for new evolution-2.24 (#458587)
d6f96f0
2f64a94
* Mon Jun 30 2008 Dmitry Butskoy <Dmitry@Butskoy.name>
2f64a94
- drop X-Fedora category from desktop files
2f64a94
- use X-GNOME-NetworkSettings (instead of X-GNOME-PersonalSettings)
2f64a94
  for the preferences desktop file (#453262)
2f64a94
e603c2b
* Wed Jun  4 2008 Dmitry Butskoy <Dmitry@Butskoy.name> - 5.4-1
e603c2b
- update to 5.4 (#445345)
e603c2b
9db0158
* Mon May 19 2008 Dmitry Butskoy <Dmitry@Butskoy.name> - 5.3-2
9db0158
- add triggerpostun scriptlet to handle broken preun scriptlets
9db0158
  of packages before Fedora 9 (mail-notification < 5.0) (#446315)
9db0158
d0c987e
* Mon Apr 28 2008 Dmitry Butskoy <Dmitry@Butskoy.name> - 5.3-1
d0c987e
- update to 5.3
d0c987e
- scriptlets cleanups
d0c987e
5827330
* Wed Apr  9 2008 Dmitry Butskoy <Dmitry@Butskoy.name> - 5.2-3
5827330
- add cache-crash patch from upstream (#440433)
5827330
09d132c
* Tue Mar 25 2008 Dmitry Butskoy <Dmitry@Butskoy.name> - 5.2-2
09d132c
- drop extra '#line" statements from pre-generated C sources
09d132c
  (needed for debuginfo package)
09d132c
ead6d3a
* Mon Mar 24 2008 Dmitry Butskoy <Dmitry@Butskoy.name> - 5.2-1
ead6d3a
- Upgrade to 5.2
ead6d3a
bba9e72
* Thu Feb 14 2008 Dmitry Butskoy <Dmitry@Butskoy.name> - 5.0-3
bba9e72
- rebuild for Fedora 9
bba9e72
883e643
* Thu Jan 31 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.0-2
883e643
- add http://launchpadlibrarian.net/11684452/mail-notification-5.0-eelfix.diff
883e643
  from https://bugs.launchpad.net/bugs/180400
883e643
bd861e9
* Fri Jan 04 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.0-1
bd861e9
- Update to 5.0
bd861e9
58e0249
* Wed Dec 05 2007 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.0-0.2.rc1
58e0249
- rebuild for new libssl.so.6/libcrypto.so.6
58e0249
de81748
* Wed Nov 28 2007 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.0-0.1.rc1
de81748
- Update to 5.0-rc1
de81748
- drop patches now upstream
de81748
- update gconf scripts
de81748
752379d
* Fri Nov 23 2007 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 4.1-5
752379d
- Rebuild against evo 2.21
752379d
4dc7c7c
* Sun Aug 26 2007 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 4.1-4
4dc7c7c
- add mail-notification-evo-api-change.patch to fix compilation against
4dc7c7c
  evo 2.12 (taken from ubuntu's gutsy package -- thx guys!)
4dc7c7c
ac71358
* Fri Aug 03 2007 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info>
ac71358
- Update License field due to the "Licensing guidelines changes"
ac71358
98e708b
* Sun Jul 22 2007 Thorsten Leemhuis <fedora[AT]leemhuis.info>  4.1-3
98e708b
- Add Desktop-Category X-GNOME-PersonalSettings (#249181)
98e708b
24a5163
* Thu Jun 28 2007 Thorsten Leemhuis <fedora[AT]leemhuis.info>  4.1-2
24a5163
- temporary add patch to make configure find the evolution-plugin stuff
24a5163
d413237
* Tue Jun 26 2007 Thorsten Leemhuis <fedora[AT]leemhuis.info>  4.1-1
d413237
- Update to 4.1
d413237
- Drop mail-notification-fix_gdk_deadlock.patch (fixed upstream)
d413237
f1de652
* Fri Mar 09 2007 Thorsten Leemhuis <fedora[AT]leemhuis.info>  4.0-2
f1de652
- Apply patch from Erik van Pienbroek to fix #227828 (needed for new
f1de652
  at-spi)
f1de652
e467735
* Wed Jan 17 2007 Thorsten Leemhuis <fedora[AT]leemhuis.info>  4.0-1
e467735
- Update to 4.0 final
e467735
138158c
* Wed Dec 20 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info>  4.0-0.3.rc2
138158c
- Rebuild
138158c
138158c
* Thu Dec 07 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info>  4.0-0.2.rc2
3ebd2d3
- Update to 4.0rc2
3ebd2d3
df2d2ce
* Tue Nov 28 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info>  4.0-0.1.rc1
df2d2ce
- Update to 4.0rc1
df2d2ce
- remove some unneeded workarounds and patches
df2d2ce
- require hicolor-icon-theme
df2d2ce
fe21770
* Tue Nov 21 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info>  3.0-11
fe21770
- add mail-notification-mail-reader-launch.patch (#215119, credits go to
fe21770
  John Conroy)
fe21770
26133aa
* Thu Nov 09 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info>  3.0-10
26133aa
- Update patch
26133aa
b6185b5
* Sat Nov 04 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info>  3.0-9
b6185b5
- add a patch that informs the user to install the evolution-plugin if
b6185b5
  he want to use mn with evo
b6185b5
37167a1
* Sun Oct 29 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info>  3.0-8
37167a1
- add workaround that hacks configure to allow building with evo 2.10
37167a1
a65f629
* Sat Sep 02 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info>  3.0-7
a4d615a
- don't run mail-notification with unset-obsolete-configuration at all
a4d615a
c330ed1
* Tue Aug 29 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info>  3.0-6
c330ed1
- add BR perl-XML-Parser ;-)
c330ed1
5966721
* Mon Aug 28 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info>  3.0-5
5966721
- Rebuild for devel
5966721
- run unset-obsolete-configuration only works when DISPLAY is set; will
5966721
  report upstream
5966721
4f4f261
* Sat Jul 15 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info>  3.0-4
4f4f261
- Package evolution plugin separately
4f4f261
ef4ed8d
* Sat Jul 15 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info>  3.0-3
ef4ed8d
- rebuild for new gail
ef4ed8d
- send ouput from unset-obsolete-configuration to /dev/null and ignore retval
ef4ed8d
4e97da9
* Sun Jul 02 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info>  3.0-2
4e97da9
- unset-obsolete-configuration in post
4e97da9
f39b4b7
* Wed Jun 14 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info>  3.0-1
f39b4b7
- Update to 3.0
f39b4b7
73846fe
* Fri Jun 02 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info>  3.0-0.1.rc2
73846fe
- Update to 3.0-rc2 (with some help from Joseph E. Sacco, Ph.D.)
73846fe
9ab1a59
* Tue May 30 2006 Radek Vokal <rvokal@redhat.com> 2.0-13
9ab1a59
- fixed for evolution 2.7
9ab1a59
fa8acf7
* Thu Apr 27 2006 Paul Clifford <paul.clifford+fe[AT]gmail[DOT]com> 2.0-12
fa8acf7
- Added patch for IMAP authentication problem from project homepage (#190137)
fa8acf7
4d02948
* Mon Feb 13 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info>
4d02948
- Rebuild for Fedora Extras 5
4d02948
dc809a3
* Mon Jan 30 2006 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> 2.0-10
dc809a3
- rebuild
dc809a3
97f2f77
* Thu Jan 17 2006 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> 2.0-9
97f2f77
- fixes for evolution >= 2.5
97f2f77
704edef
* Thu Jan 17 2006 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> 2.0-8
704edef
- rebuild
704edef
a882be3
* Thu Nov 10 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> 2.0-7
a882be3
- rebuild against new openssl
a882be3
- use LDFLAGS and not CFLAGS for fixing #172010
a882be3
a882be3
* Sat Nov 05 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> 2.0-6
4e062cf
- Fix #172010 with export CFLAGS="-Wl,--export-dynamic" for now
4e062cf
- BR evolution-data-server-devel
4e062cf
- Use --disable-schemas-install
4e062cf
cf7c190
* Thu Sep 22 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> 2.0-5
cf7c190
- BR evo-devel
cf7c190
cf7c190
* Tue Sep 20 2005 Radek Vokal <rvokal@redhat.com> 2.0-4
cf7c190
- add mail-notification-evolution.patch and enable evo-support
cf7c190
095af87
* Sat Sep 03 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 2.0-3
095af87
- rebuild for new icu
095af87
0bb187a
* Fri Aug 19 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 2.0-2
0bb187a
- rebuild
0bb187a
f2febfb
* Wed Aug 10 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 2.0-1
f2febfb
- Update to 2.0 -- build without evolution support for now (seems it
f2febfb
  needs the whole evo-source)
f2febfb
- Use dist
f2febfb
- Add two patches
f2febfb
- New BR gob2
f2febfb
byte cdfdda3
* Wed May 18 2005 Colin Charles <colin@fedoraproject.org> - 1.1.-3
byte cdfdda3
- bump release, request build for ppc
byte cdfdda3
02741b0
* Fri Apr  1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.1-2
02741b0
- Include mail-notification directory in datadir/omf.
02741b0
769afe9
* Mon Mar 07 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:1.1-1
769afe9
- update to 1.1
769afe9
- remove gmail build option and add new BR libicu-devel
769afe9
827e380
* Tue Nov 25 2004 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:1.0-0.fdr.1
827e380
- update to 1.0
827e380
4a5f242
* Tue Nov 16 2004 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:0.99-0.fdr.1
4a5f242
- update to 0.99
4a5f242
- rename mail-notfication-README.FEDORA to mail-notification-README.FEDORA
4a5f242
- Add BR gnutls-devel and libgcrypt-devel for gmail build
4a5f242
4a5f242
* Tue Nov 09 2004 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:0.8.1-0.fdr.3
4a5f242
- trim build comment
a5c330f
- own _datadir/gnome/help/mail-notification/
4a5f242
- rename SOURCE1 from README.FEDORA to mail-notfication-README.FEDORA
4a5f242
4a5f242
4a5f242
* Sat Nov 06 2004 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:0.8.1-0.fdr.2
a5c330f
- Really remove "killall bonobo-activation-server"; Add a README.FEDORA
a5c330f
  which descibes the problem.
4a5f242
- Spilt post,preun,postun sections
4a5f242
- Use --with gmail to build for FC3 with gmail-support
4a5f242
4a5f242
* Thu Nov 04 2004 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:0.8.1-0.fdr.1
4a5f242
- Update to 0.8.1
4a5f242
4a5f242
* Thu Nov 04 2004 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:0.8.0-0.fdr.1
4a5f242
- Update to 0.8.0
4a5f242
4a5f242
* Sun Oct 28 2004 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:0.7.1-0.fdr.1
4a5f242
- Update to 0.7.1
4a5f242
- BR gettext
4a5f242
4a5f242
* Sun Oct 17 2004 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:0.7.0-0.fdr.1
4a5f242
- Update to 0.7.0
4a5f242
- Add gmime dependency
4a5f242
- No gmailsupport until FC3
4a5f242
- Removed "killall bonobo-activation-server" again -- bad idea it seems
4a5f242
4a5f242
* Tue Sep 14 2004 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:0.6.2-0.fdr.1
4a5f242
- Update to 0.6.2
a5c330f
- After talkback with program author added "killall bonobo-activation-server"
4a5f242
  to post section
4a5f242
4a5f242
* Sun Aug 29 2004 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:0.6.1-0.fdr.1
4a5f242
- Initial RPM release.