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:
parent
6f700f8799
commit
d4311cbf23
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6a0e8787c99620414da6140e567c616b55856c5edf8825a9ebc67431923ee63a
|
|
||||||
size 2249350
|
|
3
gwenhywfar-4.15.5beta.tar.gz
Normal file
3
gwenhywfar-4.15.5beta.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:431a54f622885b0e2110765459237d680b286e29a84b5e19424a8f5e609d4073
|
||||||
|
size 2304570
|
@ -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
|
||||||
|
|
||||||
|
@ -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\
|
||||||
|
Loading…
Reference in New Issue
Block a user