- update to 1.15:

* This releases fixes problems with the use of off_t and ssize_t by
   the estream functions introduced with 1.14.  Although this is
   technically an ABI break on some platforms, we take this as a
   simple bug fix for 1.14.  The new functions are very unlikely in
   use by any code and thus no breakage should happen.  The 1.14
   tarball will be removed from the archive.
 * Add type gpgrt_off_t which is guaranteed to be 64 bit.
 * Add type gpgrt_ssize_t to make use on Windows easier.  On Unix
   platforms this is an alias for ssize_t.

OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=30
This commit is contained in:
Marcus Meissner 2014-09-13 11:31:32 +00:00 committed by Git OBS Bridge
parent b8bd00c452
commit b82bd9db88
6 changed files with 20 additions and 4 deletions

View File

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

Binary file not shown.

View File

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

Binary file not shown.

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Sep 13 11:31:06 UTC 2014 - meissner@suse.com
- update to 1.15:
* This releases fixes problems with the use of off_t and ssize_t by
the estream functions introduced with 1.14. Although this is
technically an ABI break on some platforms, we take this as a
simple bug fix for 1.14. The new functions are very unlikely in
use by any code and thus no breakage should happen. The 1.14
tarball will be removed from the archive.
* Add type gpgrt_off_t which is guaranteed to be 64 bit.
* Add type gpgrt_ssize_t to make use on Windows easier. On Unix
platforms this is an alias for ssize_t.
-------------------------------------------------------------------
Wed Sep 10 22:42:03 UTC 2014 - andreas.stieger@gmx.de

View File

@ -17,7 +17,7 @@
Name: libgpg-error
Version: 1.14
Version: 1.15
Release: 0
Summary: Library That Defines Common Error Values for All GnuPG Components
License: GPL-2.0+ and LGPL-2.1+