From 7cad8b8e5d7f02be3aa1bcfd7f90c052b09528233b5fe319128a19fe87f02fed Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Sun, 2 Oct 2011 08:12:32 +0000 Subject: [PATCH] Accepting request 85562 from GNOME:Apps Pushing G:A OBS-URL: https://build.opensuse.org/request/show/85562 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=32 --- gwenhywfar-4.2.1.tar.gz | 3 --- gwenhywfar-4.3.0.tar.gz | 3 +++ gwenhywfar-gnutls-3.0.3.patch | 14 ++++++++++++++ gwenhywfar.changes | 12 ++++++++++++ gwenhywfar.spec | 7 +++++-- 5 files changed, 34 insertions(+), 5 deletions(-) delete mode 100644 gwenhywfar-4.2.1.tar.gz create mode 100644 gwenhywfar-4.3.0.tar.gz create mode 100644 gwenhywfar-gnutls-3.0.3.patch diff --git a/gwenhywfar-4.2.1.tar.gz b/gwenhywfar-4.2.1.tar.gz deleted file mode 100644 index bb3792a..0000000 --- a/gwenhywfar-4.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4667cb918677490732bb7a33a2bc977d554bd929f6b5b2cfcbe07f0f93d83005 -size 2315220 diff --git a/gwenhywfar-4.3.0.tar.gz b/gwenhywfar-4.3.0.tar.gz new file mode 100644 index 0000000..263b132 --- /dev/null +++ b/gwenhywfar-4.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d9e624c3b517de61a2070a34f42a222dfdb480f8c3c7025af3da8c969b5374 +size 2316814 diff --git a/gwenhywfar-gnutls-3.0.3.patch b/gwenhywfar-gnutls-3.0.3.patch new file mode 100644 index 0000000..c7f93a1 --- /dev/null +++ b/gwenhywfar-gnutls-3.0.3.patch @@ -0,0 +1,14 @@ +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 501b0d3..2064dea 100644 --- a/gwenhywfar.changes +++ b/gwenhywfar.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Sep 28 08:41:14 UTC 2011 - vuntz@opensuse.org + +- Add gwenhywfar-gnutls-3.0.3.patch: fix build with gnutls 3.0.3. + +------------------------------------------------------------------- +Wed Sep 21 08:37:48 UTC 2011 - kruber@zib.de + +- Update to version 4.3.0: + + added a new method for converting charsets + + better error handling in the build system + ------------------------------------------------------------------- Fri Aug 12 11:37:22 UTC 2011 - dimstar@opensuse.org diff --git a/gwenhywfar.spec b/gwenhywfar.spec index be7bc05..373d8b1 100644 --- a/gwenhywfar.spec +++ b/gwenhywfar.spec @@ -18,14 +18,16 @@ Name: gwenhywfar -Version: 4.2.1 +Version: 4.3.0 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=62&file=01&dummy=gwenhywfar-4.2.0.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 BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gnutls-devel @@ -135,6 +137,7 @@ communication etc). %lang_package %prep %setup -q +%patch0 -p1 %build %configure\