diff --git a/gpgme-1.4.3.tar.bz2 b/gpgme-1.4.3.tar.bz2 deleted file mode 100644 index 45a974e..0000000 --- a/gpgme-1.4.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d1cc12411753752d9c5b9037e6fd3fd363517af720154768cc7b46b60120496 -size 972497 diff --git a/gpgme-1.4.3.tar.bz2.sig b/gpgme-1.4.3.tar.bz2.sig deleted file mode 100644 index 1972024..0000000 Binary files a/gpgme-1.4.3.tar.bz2.sig and /dev/null differ diff --git a/gpgme-1.5.0.tar.bz2 b/gpgme-1.5.0.tar.bz2 new file mode 100644 index 0000000..eef369f --- /dev/null +++ b/gpgme-1.5.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1127ed730976468255e692d91f1c25b49fe2a97aad1379fc443f2c83c683c83 +size 964134 diff --git a/gpgme-1.5.0.tar.bz2.sig b/gpgme-1.5.0.tar.bz2.sig new file mode 100644 index 0000000..e686224 Binary files /dev/null and b/gpgme-1.5.0.tar.bz2.sig differ diff --git a/gpgme.changes b/gpgme.changes index 685930f..efe11a0 100644 --- a/gpgme.changes +++ b/gpgme.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Wed May 21 11:24:56 UTC 2014 - andreas.stieger@gmx.de + +- gpgme 1.5.0 + - On Unices the engine file names are not not anymore hardwired + but located via the envvar PATH. All options to set the name of + the engines for the configure run are removed. + - If GPGME finds the gpgconf binary it defaults to using gpg2 or + whatever gpgconf tells as name for the OpenPGP engine. If + gpgconf is not found, GPGME looks for an engine named "gpg". + - New feature to use the gpgme I/O subsystem to run arbitrary + commands. + - New flag to use encryption without the default compression step. + - New function to access "gpg-conf --list-dirs" + - New configure option --enable-fixed-path for use by Android. + - Support ECC algorithms. + - Interface changes relative to the 1.4.3 release: + gpgme_get_dirinfo NEW. + gpgme_op_spawn_start NEW. + gpgme_op_spawn NEW. + GPGME_PROTOCOL_SPAWN NEW. + GPGME_SPAWN_DETACHED NEW. + GPGME_SPAWN_ALLOW_SET_FG NEW. + GPGME_ENCRYPT_NO_COMPRESS NEW. + GPGME_PK_ECC NEW. + GPGME_MD_SHA224 NEW. + gpgme_subkey_t EXTENDED: New field curve. + GPGME_STATUS_PLAINTEXT_LENGTH NEW. + GPGME_STATUS_MOUNTPOINT NEW. + GPGME_STATUS_PINENTRY_LAUNCHED NEW. + GPGME_STATUS_ATTRIBUTE NEW. + GPGME_STATUS_BEGIN_SIGNING NEW. + GPGME_STATUS_KEY_NOT_CREATED NEW. + ------------------------------------------------------------------- Tue Aug 13 11:16:00 UTC 2013 - andreas.stieger@gmx.de diff --git a/gpgme.spec b/gpgme.spec index df25cb8..03c04d3 100644 --- a/gpgme.spec +++ b/gpgme.spec @@ -17,7 +17,7 @@ Name: gpgme -Version: 1.4.3 +Version: 1.5.0 Release: 0 Summary: A Library Designed to Give Applications Easy Access to GnuPG License: LGPL-2.1+ and GPL-3.0+ @@ -29,7 +29,7 @@ Source2: baselibs.conf Source3: gpgme.keyring BuildRequires: gpg2 >= 2.0.10 BuildRequires: libassuan-devel >= 2.0.2 -BuildRequires: libgpg-error-devel >= 1.8 +BuildRequires: libgpg-error-devel >= 1.11 %if 0%{?suse_version} >= 1230 BuildRequires: gpg-offline %endif @@ -102,16 +102,8 @@ of standard widgets for common key selection tasks is even planned. %setup -q %build -# Ensure that a (re)build uses fixed binaries with minimum version because -# in case configure picks GnuPG-1.x, e.g. from /usr/local, this would cause -# testsuite failures: -%configure --without-pth --disable-static \ - --with-gpg-version=2.0.10 \ - --with-gpgsm-version=2.0.10 \ - --with-gpgconf-version=2.0.10 \ - --with-gpg=%{_bindir}/gpg2 \ - --with-gpgsm=%{_bindir}/gpgsm \ - --with-gpgconf=%{_bindir}/gpgconf \ +%configure \ + --disable-static \ --disable-fd-passing make %{?_smp_mflags}