From d4311cbf23ea7f490139475a2d915c9c5f625bf1c2ba41426097fedb460f38a7 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 12 Sep 2016 11:27:29 +0000 Subject: [PATCH] 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 --- gwenhywfar-4.15.3.tar.gz | 3 --- gwenhywfar-4.15.5beta.tar.gz | 3 +++ gwenhywfar.changes | 12 ++++++++++++ gwenhywfar.spec | 5 ++++- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 gwenhywfar-4.15.3.tar.gz create mode 100644 gwenhywfar-4.15.5beta.tar.gz diff --git a/gwenhywfar-4.15.3.tar.gz b/gwenhywfar-4.15.3.tar.gz deleted file mode 100644 index ffe2ae5..0000000 --- a/gwenhywfar-4.15.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a0e8787c99620414da6140e567c616b55856c5edf8825a9ebc67431923ee63a -size 2249350 diff --git a/gwenhywfar-4.15.5beta.tar.gz b/gwenhywfar-4.15.5beta.tar.gz new file mode 100644 index 0000000..e57f3a4 --- /dev/null +++ b/gwenhywfar-4.15.5beta.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:431a54f622885b0e2110765459237d680b286e29a84b5e19424a8f5e609d4073 +size 2304570 diff --git a/gwenhywfar.changes b/gwenhywfar.changes index 61ac636..49a1e72 100644 --- a/gwenhywfar.changes +++ b/gwenhywfar.changes @@ -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 diff --git a/gwenhywfar.spec b/gwenhywfar.spec index e853bdb..a283ead 100644 --- a/gwenhywfar.spec +++ b/gwenhywfar.spec @@ -19,7 +19,7 @@ %define libversion 60 %define devversion 4.15 Name: gwenhywfar -Version: 4.15.3 +Version: 4.15.5beta Release: 0 Summary: Multiplatform helper library for other libraries License: GPL-2.0+ and LGPL-2.1+ @@ -159,6 +159,9 @@ communication etc). %setup -q %build +# quick fix for $CPP being unset and configure failing to handle include dirs properly +CPP=`which cpp` +export CPP %configure\ --enable-release\ --enable-full-doc\