Hello community,

here is the log from the commit of package claws-mail for openSUSE:Factory
checked in at Sun Oct 2 09:52:20 CEST 2011.



--------
--- openSUSE:Factory/claws-mail/claws-mail.changes      2011-09-23 
01:53:35.000000000 +0200
+++ /mounts/work_src_done/STABLE/claws-mail/claws-mail.changes  2011-09-28 
10:04:39.000000000 +0200
@@ -1,0 +2,11 @@
+Wed Sep 28 08:03:41 UTC 2011 - [email protected]
+
+- Add claws-mail-new-gnutls.patch: fix build with gnutls 3.0.3.
+
+-------------------------------------------------------------------
+Sat Sep 17 23:02:21 UTC 2011 - [email protected]
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  claws-mail-new-gnutls.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ claws-mail.spec ++++++
--- /var/tmp/diff_new_pack.3gx099/_old  2011-10-02 09:52:17.000000000 +0200
+++ /var/tmp/diff_new_pack.3gx099/_new  2011-10-02 09:52:17.000000000 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           claws-mail
@@ -27,6 +26,8 @@
 Summary:        A lightweight and highly configurable email client
 Source0:        
http://downloads.sourceforge.net/project/sylpheed-claws/Claws%20Mail/3.7.10/%{name}-%{version}.tar.bz2
 Patch0:         claws-mail-python.diff
+# PATCH-FIX-UPSTREAM claws-mail-new-gnutls.patch [email protected] -- Fix 
build with gnutls 3.0.3, based on upstream change: 
http://www.colino.net/claws-mail/getpatchset.php?ver=3.7.10cvs18
+Patch1:         claws-mail-new-gnutls.patch
 BuildRequires:  NetworkManager-devel
 BuildRequires:  compface
 BuildRequires:  db-devel
@@ -95,6 +96,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p0
 
 %build
 %configure \
@@ -115,7 +117,7 @@
         --enable-startup-notification \
         --enable-compface \
         --enable-libetpan
-%__make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
@@ -145,9 +147,6 @@
 %{_libdir}/claws-mail/plugins/smime.so
 EOF
 
-%clean
-%__rm -rf %{buildroot}
-
 %if 0%{?suse_version} > 1130
 
 %post

++++++ claws-mail-new-gnutls.patch ++++++
Index: src/common/ssl.c
===================================================================
--- src/common/ssl.c.orig
+++ src/common/ssl.c
@@ -270,7 +270,9 @@ gboolean ssl_init_socket_with_method(Soc
        if (session == NULL || r != 0)
                return FALSE;
   
+#if GNUTLS_VERSION_NUMBER < 0x030003
        gnutls_transport_set_lowat (session, 1); 
+#endif
        gnutls_set_default_priority(session);
        gnutls_protocol_set_priority (session, proto_prio);
        gnutls_cipher_set_priority (session, cipher_prio);
continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to