packages: xfce4-mailwatch-plugin/xfce4-mailwatch-plugin.spec, xfce4-mailwat...

baggins baggins at pld-linux.org
Mon Sep 26 11:33:39 CEST 2011


Author: baggins                      Date: Mon Sep 26 09:33:39 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 8
- gnutls 2.12.0 deprecated gnutls_transport_set_lowat()

---- Files affected:
packages/xfce4-mailwatch-plugin:
   xfce4-mailwatch-plugin.spec (1.8 -> 1.9) , gnutls-2.12.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin.spec
diff -u packages/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin.spec:1.8 packages/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin.spec:1.9
--- packages/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin.spec:1.8	Sat Sep 24 15:17:48 2011
+++ packages/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin.spec	Mon Sep 26 11:33:34 2011
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8):	Wtyczka powiadamiania o poczcie dla panelu Xfce4
 Name:		xfce4-mailwatch-plugin
 Version:	1.1.0
-Release:	7
+Release:	8
 License:	GPL v2
 Group:		X11/Applications
 Source0:	http://spuriousinterrupt.org/files/mailwatch/%{name}-%{version}.tar.bz2
@@ -11,6 +11,7 @@
 Patch0:		%{name}-ui.patch
 Patch1:		dsofix.patch
 Patch2:		mbox-refresh-interval.patch
+Patch3:		gnutls-2.12.patch
 URL:		http://spuriousinterrupt.org/projects/xfce4-mailwatch-plugin/
 BuildRequires:	autoconf >= 2.63
 BuildRequires:	automake
@@ -52,6 +53,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__intltoolize}
@@ -100,6 +102,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2011/09/26 09:33:34  baggins
+- rel 8
+- gnutls 2.12.0 deprecated gnutls_transport_set_lowat()
+
 Revision 1.8  2011/09/24 13:17:48  glen
 - add patches from fedora
 

================================================================
Index: packages/xfce4-mailwatch-plugin/gnutls-2.12.patch
diff -u /dev/null packages/xfce4-mailwatch-plugin/gnutls-2.12.patch:1.1
--- /dev/null	Mon Sep 26 11:33:39 2011
+++ packages/xfce4-mailwatch-plugin/gnutls-2.12.patch	Mon Sep 26 11:33:34 2011
@@ -0,0 +1,13 @@
+--- xfce4-mailwatch-plugin-1.1.0/libmailwatch-core/mailwatch-net-conn.c~	2008-08-30 10:57:36.000000000 +0200
++++ xfce4-mailwatch-plugin-1.1.0/libmailwatch-core/mailwatch-net-conn.c	2011-09-26 11:31:49.253892216 +0200
+@@ -621,8 +621,10 @@
+                            net_conn->gt_creds);
+     gnutls_transport_set_ptr(net_conn->gt_session,
+                              (gnutls_transport_ptr_t)net_conn->fd);
++#if GNUTLS_VERSION_MAJOR == 2 && GNUTLS_VERSION_MINOR < 12
+     if(fcntl(net_conn->fd, F_GETFL) & O_NONBLOCK)
+         gnutls_transport_set_lowat(net_conn->gt_session, 0);
++#endif
+     
+     if(!xfce_mailwatch_net_conn_tls_handshake(net_conn, error)) {
+ #if 0
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list