diff --git a/gwenhywfar-4.3.0.tar.gz b/gwenhywfar-4.3.0.tar.gz deleted file mode 100644 index 263b132..0000000 --- a/gwenhywfar-4.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7d9e624c3b517de61a2070a34f42a222dfdb480f8c3c7025af3da8c969b5374 -size 2316814 diff --git a/gwenhywfar-4.3.1.tar.gz b/gwenhywfar-4.3.1.tar.gz new file mode 100644 index 0000000..3145da0 --- /dev/null +++ b/gwenhywfar-4.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a77278a8b96e4e8359d052dc88f3ce0cc8be88bff34662bd1ac316e43f40ae5 +size 2346857 diff --git a/gwenhywfar-gnutls-3.0.3.patch b/gwenhywfar-gnutls-3.0.3.patch deleted file mode 100644 index c7f93a1..0000000 --- a/gwenhywfar-gnutls-3.0.3.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: gwenhywfar-4.3.0/src/sio/syncio_tls.c -=================================================================== ---- gwenhywfar-4.3.0.orig/src/sio/syncio_tls.c -+++ gwenhywfar-4.3.0/src/sio/syncio_tls.c -@@ -469,7 +469,9 @@ int GWEN_SyncIo_Tls_Prepare(GWEN_SYNCIO - 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 < 0x030003 - gnutls_transport_set_lowat(xio->session, 0); -+#endif - - xio->prepared=1; - diff --git a/gwenhywfar.changes b/gwenhywfar.changes index 2064dea..2b053bb 100644 --- a/gwenhywfar.changes +++ b/gwenhywfar.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Dec 20 08:39:50 UTC 2011 - Nico.Laus.2001@gmx.de + +- removed gwenhywfar-gnutls-3.0.3.patch (fixed upstream in 4.3.1) + +------------------------------------------------------------------- +Mon Dec 19 23:11:41 UTC 2011 - Nico.Laus.2001@gmx.de + +- Update to version 4.3.1: + + this version is needed for AqBanking's new support for the optical chipTAN + method + + some improvements to the typemaker2 tool + ------------------------------------------------------------------- Wed Sep 28 08:41:14 UTC 2011 - vuntz@opensuse.org diff --git a/gwenhywfar.spec b/gwenhywfar.spec index fb13354..0462a72 100644 --- a/gwenhywfar.spec +++ b/gwenhywfar.spec @@ -18,16 +18,14 @@ Name: gwenhywfar -Version: 4.3.0 +Version: 4.3.1 Release: 1 License: GPL-2.0+ ; LGPL-2.1+ Summary: Multiplatform Helper Library for Other Libraries Url: http://www.aqbanking.de/ Group: System/Libraries Source: %{name}-%{version}.tar.gz -#Source: http://www2.aquamaniac.de/sites/download/download.php?package=01&release=64&file=01&dummy=gwenhywfar-4.3.0.tar.gz -# PATCH-FIX-UPSTREAM gwenhywfar-gnutls-3.0.3.patch vuntz@opensuse.org -- Drop deprecated and unneeded call to gnutls_transport_set_lowat. Sent upstream by mail on 2011-09-28 -Patch0: gwenhywfar-gnutls-3.0.3.patch +#Source: http://www2.aquamaniac.de/sites/download/download.php?package=01&release=65&file=01&dummy=gwenhywfar-4.3.1.tar.gz BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gnutls-devel @@ -137,7 +135,6 @@ communication etc). %lang_package %prep %setup -q -%patch0 -p1 %build %configure\