Accepting request 353451 from X11:common:Factory

Update to 4.15.2beta

OBS-URL: https://build.opensuse.org/request/show/353451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=55
This commit is contained in:
Dominique Leuenberger 2016-01-15 09:41:37 +00:00 committed by Git OBS Bridge
parent 1c59fe08e6
commit 9a7fba84ff
5 changed files with 12 additions and 20 deletions

View File

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

View File

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

View File

@ -1,12 +0,0 @@
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) {

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jan 13 14:55:50 UTC 2016 - jcnengel@gmail.com
- Update to 4.15.2beta
+ Use new code for SSL connections to enable build with current
GnuTLS versions. This obsoletes patch gwenhywfar-gnutls30.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 5 23:39:26 UTC 2015 - nico.kruber@gmail.com Thu Nov 5 23:39:26 UTC 2015 - nico.kruber@gmail.com

View File

@ -17,17 +17,15 @@
%define libversion 60 %define libversion 60
%define devversion 4.14 %define devversion 4.15
Name: gwenhywfar Name: gwenhywfar
Version: 4.14.0 Version: 4.15.2beta
Release: 0 Release: 0
Summary: Multiplatform helper library for other libraries Summary: Multiplatform helper library for other libraries
License: GPL-2.0+ and LGPL-2.1+ 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
@ -159,7 +157,6 @@ communication etc).
%lang_package %lang_package
%prep %prep
%setup -q %setup -q
%patch0 -p1
%build %build
%configure\ %configure\