diff --git a/.gitignore b/.gitignore index f69d8ca..e95d810 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ balsa-2.4.7.tar.bz2 balsa-gmime-2.5-port.patch balsa-2.4.8.tar.bz2 +/balsa-2.4.9.tar.bz2 diff --git a/balsa.spec b/balsa.spec index 947dee5..9fe4146 100644 --- a/balsa.spec +++ b/balsa.spec @@ -1,7 +1,7 @@ %define config_opts --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} --mandir=%{_mandir} --libdir=%{_libdir} --bindir=%{_bindir} --includedir=%{_includedir} --datadir=%{_datadir} --disable-more-warnings --with-ssl --with-gss --with-gtkspell --with-unique --with-gmime=2.6 Name: balsa -Version: 2.4.8 +Version: 2.4.9 Release: 1%{?dist} Summary: Mail Client @@ -33,6 +33,7 @@ BuildRequires: libtool BuildRequires: openssl-devel BuildRequires: scrollkeeper BuildRequires: unique-devel +BuildRequires: gnome-doc-utils %description Balsa is a GNOME email client which supports mbox, maildir, and mh @@ -68,6 +69,8 @@ desktop-file-install $RPM_BUILD_ROOT%{_datadir}/applications/balsa.desktop \ %find_lang %{name} +find $RPM_BUILD_ROOT + %clean rm -rf "$RPM_BUILD_ROOT" @@ -106,6 +109,9 @@ fi %changelog +* Fri Nov 19 2010 Pawel Salek - 2.4.9-1 +- update to upstream 2.4.9 + * Sat Aug 21 2010 Pawel Salek - 2.4.8-1 - update to upstream 2.4.8 diff --git a/sources b/sources index f5785cd..39b40e8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4345e440ae5faf2787f5cc324fcb234a balsa-2.4.8.tar.bz2 +bd7ac44f0cf3117a5fdb46d17dac2b51 balsa-2.4.9.tar.bz2