diff --git a/libgpg-error-1.13.tar.bz2 b/libgpg-error-1.13.tar.bz2 deleted file mode 100644 index 9dc4740..0000000 --- a/libgpg-error-1.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8aba9038d8a46cefe6a6c4a7e4527144c029eb4e3ca1ed27011b962102c9b0a -size 489948 diff --git a/libgpg-error-1.13.tar.bz2.sig b/libgpg-error-1.13.tar.bz2.sig deleted file mode 100644 index 292bba1..0000000 Binary files a/libgpg-error-1.13.tar.bz2.sig and /dev/null differ diff --git a/libgpg-error-1.15.tar.bz2 b/libgpg-error-1.15.tar.bz2 new file mode 100644 index 0000000..51a8240 --- /dev/null +++ b/libgpg-error-1.15.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6083d027ca338f2a090ac9539983bc847596d36200f6baf3451f2688209797f +size 546865 diff --git a/libgpg-error-1.15.tar.bz2.sig b/libgpg-error-1.15.tar.bz2.sig new file mode 100644 index 0000000..bb7d155 Binary files /dev/null and b/libgpg-error-1.15.tar.bz2.sig differ diff --git a/libgpg-error.changes b/libgpg-error.changes index 9bfae29..ec2ab9d 100644 --- a/libgpg-error.changes +++ b/libgpg-error.changes @@ -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 diff --git a/libgpg-error.spec b/libgpg-error.spec index 71d029d..ab0e0e6 100644 --- a/libgpg-error.spec +++ b/libgpg-error.spec @@ -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+