packages: gwenhywfar/gwenhywfar.spec, gwenhywfar/gwenhywfar-gnutls.patch (N...
arekm
arekm at pld-linux.org
Sun Oct 2 16:04:18 CEST 2011
Author: arekm Date: Sun Oct 2 14:04:18 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 4.3.0
---- Files affected:
packages/gwenhywfar:
gwenhywfar.spec (1.47 -> 1.48) , gwenhywfar-gnutls.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/gwenhywfar/gwenhywfar.spec
diff -u packages/gwenhywfar/gwenhywfar.spec:1.47 packages/gwenhywfar/gwenhywfar.spec:1.48
--- packages/gwenhywfar/gwenhywfar.spec:1.47 Sun Oct 2 12:59:08 2011
+++ packages/gwenhywfar/gwenhywfar.spec Sun Oct 2 16:04:12 2011
@@ -8,13 +8,14 @@
Summary: Gwenhywfar - a multi-platform helper library for networking and security
Summary(pl.UTF-8): Gwenhywfar - wieloplatformowa biblioteka pomocnicza do sieci i bezpieczeństwa
Name: gwenhywfar
-Version: 4.2.1
-Release: 3
+Version: 4.3.0
+Release: 1
License: LGPL v2.1+ with OpenSSL linking exception
Group: Libraries
# http://www2.aquamaniac.de/sites/download/packages.php
-Source0: %{name}-%{version}.tar.gz
-# Source0-md5: b1673f601af5f07d591f6716d822275b
+Source0: http://www2.aquamaniac.de/sites/download/download.php?package=01&release=64&file=01&dummy=%{name}-%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# Source0-md5: 6c3647c5a9065d0126b0e2b77752527b
+Patch0: %{name}-gnutls.patch
URL: http://www.aquamaniac.de/aqbanking/
BuildRequires: QtGui-devel >= 4
BuildRequires: autoconf >= 2.60
@@ -199,6 +200,7 @@
%prep
%setup -q
+%patch0 -p1
%build
# gettextize not used (custom support instead of AM_GNU_GETTEXT)
@@ -335,6 +337,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.48 2011/10/02 14:04:12 arekm
+- up to 4.3.0
+
Revision 1.47 2011/10/02 10:59:08 arekm
- release 3
================================================================
Index: packages/gwenhywfar/gwenhywfar-gnutls.patch
diff -u /dev/null packages/gwenhywfar/gwenhywfar-gnutls.patch:1.1
--- /dev/null Sun Oct 2 16:04:18 2011
+++ packages/gwenhywfar/gwenhywfar-gnutls.patch Sun Oct 2 16:04:12 2011
@@ -0,0 +1,12 @@
+--- gwenhywfar-4.3.0/src/sio/syncio_tls.c~ 2011-10-02 15:15:58.000000000 +0200
++++ gwenhywfar-4.3.0/src/sio/syncio_tls.c 2011-10-02 15:49:18.044724558 +0200
+@@ -470,7 +470,9 @@
+ gnutls_transport_set_ptr(xio->session, (gnutls_transport_ptr_t)sio);
+ gnutls_transport_set_push_function(xio->session, GWEN_SyncIo_Tls_Push);
+ gnutls_transport_set_pull_function(xio->session, GWEN_SyncIo_Tls_Pull);
++#if GNUTLS_VERSION_NUMBER < 0x020c00
+ gnutls_transport_set_lowat(xio->session, 0);
++#endif
+
+ xio->prepared=1;
+
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gwenhywfar/gwenhywfar.spec?r1=1.47&r2=1.48&f=u
More information about the pld-cvs-commit
mailing list