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
This commit is contained in:
Lars Vogdt 2011-10-02 08:12:32 +00:00 committed by Git OBS Bridge
parent 1071468b3a
commit 7cad8b8e5d
5 changed files with 34 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4667cb918677490732bb7a33a2bc977d554bd929f6b5b2cfcbe07f0f93d83005
size 2315220

3
gwenhywfar-4.3.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7d9e624c3b517de61a2070a34f42a222dfdb480f8c3c7025af3da8c969b5374
size 2316814

View File

@ -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;

View File

@ -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

View File

@ -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\