Accepting request 234969 from home:AndreasStieger:branches:Base:System

gpgme 1.5.0

OBS-URL: https://build.opensuse.org/request/show/234969
OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=47
This commit is contained in:
Vítězslav Čížek 2014-05-21 13:51:31 +00:00 committed by Git OBS Bridge
parent db885faaed
commit 3279da7f61
6 changed files with 41 additions and 15 deletions

View File

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

Binary file not shown.

3
gpgme-1.5.0.tar.bz2 Normal file
View File

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

BIN
gpgme-1.5.0.tar.bz2.sig Normal file

Binary file not shown.

View File

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

View File

@ -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}