Author: duddits Date: Fri Oct 24 20:25:56 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel. 2 - SSL support is now provided by gnuTLS exclusively. OpenSSL support has been dropped due to licensing issues.
---- Files affected: SPECS: claws-mail.spec (1.173 -> 1.174) ---- Diffs: ================================================================ Index: SPECS/claws-mail.spec diff -u SPECS/claws-mail.spec:1.173 SPECS/claws-mail.spec:1.174 --- SPECS/claws-mail.spec:1.173 Sun Oct 12 19:09:29 2008 +++ SPECS/claws-mail.spec Fri Oct 24 22:25:51 2008 @@ -6,13 +6,13 @@ %bcond_without ipv6 # build without IPv6 support %bcond_without jpilot # build without JPilot support %bcond_without ldap # build without LDAP support -%bcond_without ssl # build without SSL support +%bcond_without tls # build without gnuTLS support # Summary: A bleeding edge branch of Sylpheed, a GTK2 based, lightweight, and fast e-mail client Summary(pl.UTF-8): Rozwojowa wersja Sylpheed z dużą ilością zmian oraz ulepszeń Name: claws-mail Version: 3.6.1 -Release: 1 +Release: 2 License: GPL v3 Group: X11/Applications/Mail Source0: http://dl.sourceforge.net/sylpheed-claws/%{name}-%{version}.tar.bz2 @@ -32,7 +32,7 @@ BuildRequires: libltdl-devel BuildRequires: libtool %{?with_ldap:BuildRequires: openldap-devel >= 2.3.0} -%{?with_ssl:BuildRequires: openssl-devel >= 0.9.7d} +%{?with_tls:BuildRequires: gnutls-devel >= 2.6.0} %{?with_jpilot:BuildRequires: pilot-link-devel} BuildRequires: pkgconfig BuildRequires: rpmbuild(macros) >= 1.311 @@ -67,7 +67,7 @@ Requires: %{name} = %{version}-%{release} Requires: gpgme-devel >= 1:0.4.5 Requires: libetpan-devel >= 0.54 -Requires: openssl-devel >= 0.9.7d +Requires: gnutls-devel >= 2.6.0 Provides: sylpheed-claws-devel Obsoletes: sylpheed-claws-devel @@ -272,7 +272,7 @@ --%{?with_ipv6:en}%{!?with_ipv6:dis}able-ipv6 \ --%{?with_jpilot:en}%{!?with_jpilot:dis}able-jpilot \ --%{?with_ldap:en}%{!?with_ldap:dis}able-ldap \ - --%{?with_ssl:en}%{!?with_ssl:dis}able-openssl \ + --%{?with_tls:en}%{!?with_tls:dis}able-gnutls \ --enable-bogofilter-plugin \ --enable-dillo-viewer-plugin \ --enable-libetpan \ @@ -375,6 +375,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.174 2008/10/24 20:25:51 duddits +- rel. 2 +- SSL support is now provided by gnuTLS exclusively. OpenSSL support +has been dropped due to licensing issues. + Revision 1.173 2008/10/12 17:09:29 duddits - up to 3.6.1 - needs libetpan-devel >= 0.57 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/claws-mail.spec?r1=1.173&r2=1.174&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
