Accepting request 345375 from X11:common:Factory

- Update to 4.14.0:
  + Fix segfault on windows when using HBCI with keyfile.
  + Major speedup of GWEN_Directory_GetMatchingFilesRecursively().
  + Re-work Compiler Symbol Visibility Check.
  + Drop unused autoconf variable gwen_enable_export.
  + Fix symbol visibilty check for GCC 5.x.
  + Revert "Turn compiler warning for implicit function declaration
    into error."
  + Revert "Disable timestamps in HTML pages generated by Doxygen".
  + Disable timestamps in HTML pages generated by Doxygen.
  + typemaker2: Added support for _free-hooks, fixed many compiler
    warnings.
  + API ADDITION: Added 2 more virtual functions to
    GWEN_MULTICACHE.
  + Added functions
    GWEN_Param_List_Get/SetCurrentValueAsInt/Double.

OBS-URL: https://build.opensuse.org/request/show/345375
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=54
This commit is contained in:
Stephan Kulow 2015-11-22 10:00:52 +00:00 committed by Git OBS Bridge
parent 464b595edd
commit 1c59fe08e6
4 changed files with 25 additions and 5 deletions

View File

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

3
gwenhywfar-4.14.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Nov 5 23:39:26 UTC 2015 - nico.kruber@gmail.com
- Update to 4.14.0:
+ Fix segfault on windows when using HBCI with keyfile.
+ Major speedup of GWEN_Directory_GetMatchingFilesRecursively().
+ Re-work Compiler Symbol Visibility Check.
+ Drop unused autoconf variable gwen_enable_export.
+ Fix symbol visibilty check for GCC 5.x.
+ Revert "Turn compiler warning for implicit function declaration
into error."
+ Revert "Disable timestamps in HTML pages generated by Doxygen".
+ Disable timestamps in HTML pages generated by Doxygen.
+ typemaker2: Added support for _free-hooks, fixed many compiler
warnings.
+ API ADDITION: Added 2 more virtual functions to
GWEN_MULTICACHE.
+ Added functions
GWEN_Param_List_Get/SetCurrentValueAsInt/Double.
-------------------------------------------------------------------
Thu Apr 23 18:33:42 UTC 2015 - zaitor@opensuse.org

View File

@ -17,9 +17,9 @@
%define libversion 60
%define devversion 4.13
%define devversion 4.14
Name: gwenhywfar
Version: 4.13.1
Version: 4.14.0
Release: 0
Summary: Multiplatform helper library for other libraries
License: GPL-2.0+ and LGPL-2.1+