Accepting request 303940 from X11:common:Factory
1 OBS-URL: https://build.opensuse.org/request/show/303940 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=53
This commit is contained in:
parent
2fefa4ffd8
commit
464b595edd
12
gwenhywfar-gnutls30.patch
Normal file
12
gwenhywfar-gnutls30.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -wbBur gwenhywfar-4.13.1/src/sio/syncio_tls.c gwenhywfar-4.13.1.my/src/sio/syncio_tls.c
|
||||||
|
--- gwenhywfar-4.13.1/src/sio/syncio_tls.c 2014-10-12 17:12:22.000000000 +0400
|
||||||
|
+++ gwenhywfar-4.13.1.my/src/sio/syncio_tls.c 2015-04-16 14:54:53.288513328 +0300
|
||||||
|
@@ -350,7 +350,7 @@
|
||||||
|
}
|
||||||
|
|
||||||
|
/* set default priority */
|
||||||
|
-#if 1 /* old code */
|
||||||
|
+#if 0 /* old code */
|
||||||
|
GWEN_Gui_ProgressLog(0, GWEN_LoggerLevel_Error, I18N("Using old SSL preparation code."));
|
||||||
|
rv=gnutls_set_default_priority(xio->session);
|
||||||
|
if (rv) {
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 23 18:33:42 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Add gwenhywfar-gnutls30.patch: Fix build with gnutls30, patch
|
||||||
|
taken from Arch linux.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 30 13:28:41 UTC 2015 - zaitor@opensuse.org
|
Fri Jan 30 13:28:41 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -26,6 +26,8 @@ License: GPL-2.0+ and LGPL-2.1+
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://www.aqbanking.de/
|
Url: http://www.aqbanking.de/
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
|
# PATCH-FIX-UPSTREAM gwenhywfar-gnutls30.patch zaitor@opensuse.org -- Fix build with gnutls30, patch taken from Arch linux.
|
||||||
|
Patch0: gwenhywfar-gnutls30.patch
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gnutls-devel >= 3.0
|
BuildRequires: gnutls-devel >= 3.0
|
||||||
@ -157,6 +159,7 @@ communication etc).
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure\
|
%configure\
|
||||||
|
Loading…
Reference in New Issue
Block a user