From d9d1b36d278899187841908fc7e90e8df8b08954 Mon Sep 17 00:00:00 2001 From: Andreas Bierfert Date: Nov 21 2008 15:49:19 +0000 Subject: - version upgrade - openssl -> gnutls - aspell -> enchant --- diff --git a/.cvsignore b/.cvsignore index 5d7d203..55cab70 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -claws-mail-3.6.0.tar.bz2 +claws-mail-3.6.1.tar.bz2 diff --git a/claws-mail.spec b/claws-mail.spec index ddcfa5c..8f63855 100644 --- a/claws-mail.spec +++ b/claws-mail.spec @@ -1,11 +1,11 @@ Name: claws-mail -Version: 3.6.0 +Version: 3.6.1 Release: 1%{?dist} Summary: The extended version of Sylpheed Group: Applications/Internet License: GPLv3+ URL: http://claws-mail.org -Source0: http://dl.sf.net/sylpheed-claws/claws-mail-3.6.0.tar.bz2 +Source0: http://dl.sf.net/sylpheed-claws/claws-mail-3.6.1.tar.bz2 Source1: claws-mail.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -13,9 +13,9 @@ BuildRequires: flex, bison BuildRequires: glib2-devel >= 2.6.2 BuildRequires: gtk2-devel >= 2.10.0 BuildRequires: compface >= 1.4 -BuildRequires: openssl-devel >= 0.9.7 +BuildRequires: gnutls-devel BuildRequires: openldap-devel >= 2.0.7 -BuildRequires: aspell-devel >= 0.50.1 +BuildRequires: enchant-devel BuildRequires: pilot-link-devel BuildRequires: bzip2-devel BuildRequires: gmp-devel @@ -23,7 +23,7 @@ BuildRequires: gnupg >= 1.2.1, gpgme-devel >= 1.0.1 BuildRequires: desktop-file-utils startup-notification-devel BuildRequires: pkgconfig BuildRequires: gettext-devel -BuildRequires: libetpan-devel >= 0.55 +BuildRequires: libetpan-devel >= 0.57 BuildRequires: compface-devel BuildRequires: perl BuildRequires: libtool @@ -116,15 +116,16 @@ mails, verify signatures or sign and encrypt your own mails. %setup -q %build -%configure --enable-openssl --enable-ipv6 \ +%configure --disable-openssl --enable-ipv6 \ --enable-ldap --enable-jpilot \ --enable-spamassassin-plugin \ - --enable-aspell \ + --enable-enchant \ --disable-dependency-tracking \ --disable-rpath \ --enable-compface \ --enable-gnomeprint \ - --enable-networkmanager-support + --enable-networkmanager-support \ + --enable-gnutls %{__make} %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool @@ -222,6 +223,12 @@ touch -r NEWS ${RPM_BUILD_ROOT}%{_includedir}/%{name}/config.h %{_libdir}/claws-mail/plugins/smime.so %changelog +* Fri Nov 21 2008 Andreas Bierfert +- 3.6.1-1 +- version upgrade +- replace openssl by gnutls +- provide spell checking support via enchant + * Sat Oct 04 2008 Andreas Bierfert - 3.6.0-1 - version upgrade diff --git a/sources b/sources index 5fe3071..fa8394a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -946a5d48376b6d53df34282361f94d47 claws-mail-3.6.0.tar.bz2 +761b8ae2d574588460a0fb1ea4931ccb claws-mail-3.6.1.tar.bz2