Accepting request 249057 from Base:System

- 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.

- update to 1.14:
 * Added gpgrt_lock_trylock.
 * Added the estream library under the name gpgrt and a set of macros
   to use them with their "es_" names.
 * Interface changes relative to the 1.13 release:
   GPG_ERR_KEY_DISABLED         NEW.
   gpgrt_*, GPGPT_*             NEW.

OBS-URL: https://build.opensuse.org/request/show/249057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=36
This commit is contained in:
Stephan Kulow 2014-09-17 15:41:53 +00:00 committed by Git OBS Bridge
commit 65e623eadc
6 changed files with 31 additions and 4 deletions

View File

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

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,30 @@
-------------------------------------------------------------------
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
- update to 1.14:
* Added gpgrt_lock_trylock.
* Added the estream library under the name gpgrt and a set of macros
to use them with their "es_" names.
* Interface changes relative to the 1.13 release:
GPG_ERR_KEY_DISABLED NEW.
gpgrt_*, GPGPT_* NEW.
-------------------------------------------------------------------
Sun Apr 27 16:18:42 UTC 2014 - andreas.stieger@gmx.de

View File

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