SHA256
1
0
forked from pool/gwenhywfar

Accepting request 426771 from X11:common:Factory

1

OBS-URL: https://build.opensuse.org/request/show/426771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=57
This commit is contained in:
Dominique Leuenberger 2016-09-12 11:27:29 +00:00 committed by Git OBS Bridge
parent 6f700f8799
commit d4311cbf23
4 changed files with 19 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Sep 7 21:47:37 UTC 2016 - nico.kruber@gmail.com
- quick fix for $CPP being unset and configure failing to handle
include dirs properly
-------------------------------------------------------------------
Sun Aug 21 21:47:50 UTC 2016 - jcnengel@gmail.com
- Update to 4.15.5beta
+ Fix connections to buggy SSL servers
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Apr 30 11:23:03 UTC 2016 - nico.kruber@gmail.com Sat Apr 30 11:23:03 UTC 2016 - nico.kruber@gmail.com

View File

@ -19,7 +19,7 @@
%define libversion 60 %define libversion 60
%define devversion 4.15 %define devversion 4.15
Name: gwenhywfar Name: gwenhywfar
Version: 4.15.3 Version: 4.15.5beta
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+
@ -159,6 +159,9 @@ communication etc).
%setup -q %setup -q
%build %build
# quick fix for $CPP being unset and configure failing to handle include dirs properly
CPP=`which cpp`
export CPP
%configure\ %configure\
--enable-release\ --enable-release\
--enable-full-doc\ --enable-full-doc\