- 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:
parent
b8bd00c452
commit
b82bd9db88
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58f178c7e9bfa7e98ce4ebf2737700bbe7d1da19068ef231fe0eebaa44567bf0
|
||||
size 552840
|
Binary file not shown.
3
libgpg-error-1.15.tar.bz2
Normal file
3
libgpg-error-1.15.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6083d027ca338f2a090ac9539983bc847596d36200f6baf3451f2688209797f
|
||||
size 546865
|
BIN
libgpg-error-1.15.tar.bz2.sig
Normal file
BIN
libgpg-error-1.15.tar.bz2.sig
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
@ -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+
|
||||
|
Loading…
Reference in New Issue
Block a user