Hello community,
here is the log from the commit of package xfce4-panel-plugin-mailwatch for
openSUSE:Factory
checked in at Mon Sep 26 10:42:19 CEST 2011.
--------
--- xfce4-panel-plugin-mailwatch/xfce4-panel-plugin-mailwatch.changes
2011-09-16 21:06:34.000000000 +0200
+++
/mounts/work_src_done/STABLE/xfce4-panel-plugin-mailwatch/xfce4-panel-plugin-mailwatch.changes
2011-09-25 19:45:00.000000000 +0200
@@ -1,0 +2,8 @@
+Sun Sep 25 15:47:16 UTC 2011 - [email protected]
+
+- added xfce4-panel-plugin-mailwatch-1.1.0-fix-gnutls-3.0.3.patch
+ in order to fix the build with gnutls >= 3.0.3, a lowat level of
+ 0 is the default in gnutls >= 2.12.0 and
+ gnutls_transport_set_lowat() has been removed in 3.0.3
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
New:
----
xfce4-panel-plugin-mailwatch-1.1.0-fix-gnutls-3.0.3.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfce4-panel-plugin-mailwatch.spec ++++++
--- /var/tmp/diff_new_pack.VTQOF5/_old 2011-09-26 10:42:15.000000000 +0200
+++ /var/tmp/diff_new_pack.VTQOF5/_new 2011-09-26 10:42:15.000000000 +0200
@@ -30,6 +30,8 @@
Patch0:
xfce4-panel-plugin-mailwatch-1.1.0-fix-high-cpu-usage-while-checking-mail.patch
# PATCH-FIX-UPSTREAM
xfce4-panel-plugin-mailwatch-1.1.0-fix-build-with-4.7.patch [email protected]
-- Fixes build with xfce4-panel >= 4.7
Patch1: xfce4-panel-plugin-mailwatch-1.1.0-fix-build-with-4.7.patch
+# PATCH-FIX-UPSTREAM xfce4-panel-plugin-mailwatch-1.1.0-fix-gnutls-3.0.3.patch
bxo#7998 [email protected] -- Fix build with gnutls >= 3.0.3, a lowat level of
0 is the default in gnutls >= 2.12.0 and gnutls_transport_set_lowat() has been
removed in 3.0.3
+Patch2: xfce4-panel-plugin-mailwatch-1.1.0-fix-gnutls-3.0.3.patch
Group: System/GUI/XFCE
BuildRequires: intltool
BuildRequires: fdupes
@@ -50,6 +52,7 @@
%setup -q -n %{plugin_name}-%{version}
%patch0 -p1
%patch1 -p1
+%patch2 -p1
%build
xdt-autogen
++++++ xfce4-panel-plugin-mailwatch-1.1.0-fix-gnutls-3.0.3.patch ++++++
diff -urNp
xfce4-mailwatch-plugin-1.1.0.orig/libmailwatch-core/mailwatch-net-conn.c
xfce4-mailwatch-plugin-1.1.0/libmailwatch-core/mailwatch-net-conn.c
--- xfce4-mailwatch-plugin-1.1.0.orig/libmailwatch-core/mailwatch-net-conn.c
2011-09-25 15:10:34.000000000 +0200
+++ xfce4-mailwatch-plugin-1.1.0/libmailwatch-core/mailwatch-net-conn.c
2011-09-25 15:20:28.000000000 +0200
@@ -621,8 +621,10 @@ xfce_mailwatch_net_conn_make_secure(Xfce
net_conn->gt_creds);
gnutls_transport_set_ptr(net_conn->gt_session,
(gnutls_transport_ptr_t)net_conn->fd);
+#if GNUTLS_VERSION_NUMBER < 0x020c00
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
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]