Accepting request 327220 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/327220 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpgme?expand=0&rev=60
This commit is contained in:
commit
0dcacb61bf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0b3d3d5107680c594777aae65882a1ff6dd1ba629a83432e719c8b82a743c207
|
|
||||||
size 976383
|
|
Binary file not shown.
3
gpgme-1.6.0.tar.bz2
Normal file
3
gpgme-1.6.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b09de4197ac280b102080e09eaec6211d081efff1963bf7821cf8f4f9916099d
|
||||||
|
size 983573
|
BIN
gpgme-1.6.0.tar.bz2.sig
Normal file
BIN
gpgme-1.6.0.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 26 11:09:03 UTC 2015 - astieger@suse.com
|
||||||
|
|
||||||
|
- gpgme 1.6.0:
|
||||||
|
* Added gpgme_set_offline to do a key listinging w/o requiring
|
||||||
|
CRL.
|
||||||
|
* Added gpgme_set_status_cb to allow a user to see some status
|
||||||
|
messages.
|
||||||
|
* Added an export mode for secret keys.
|
||||||
|
* More precise error codes are returned if GnuPG >= 2.1.8 is used.
|
||||||
|
* The passphrase handler for the loopback mode has been improved and may
|
||||||
|
also be used with genkey.
|
||||||
|
* Interface changes relative to the 1.5.1 release:
|
||||||
|
gpgme_set_offline NEW.
|
||||||
|
gpgme_get_offline NEW.
|
||||||
|
gpgme_set_status_cb NEW.
|
||||||
|
gpgme_get_status_cb NEW.
|
||||||
|
GPGME_EXPORT_MODE_SECRET NEW
|
||||||
|
GPGME_EXPORT_MODE_RAW NEW.
|
||||||
|
GPGME_EXPORT_MODE_PKCS12 NEW.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 19 08:08:55 UTC 2015 - astieger@suse.com
|
Fri Jun 19 08:08:55 UTC 2015 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gpgme
|
Name: gpgme
|
||||||
Version: 1.5.5
|
Version: 1.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Library Designed to Give Applications Easy Access to GnuPG
|
Summary: A Library Designed to Give Applications Easy Access to GnuPG
|
||||||
License: LGPL-2.1+ and GPL-3.0+
|
License: LGPL-2.1+ and GPL-3.0+
|
||||||
@ -101,11 +101,10 @@ of standard widgets for common key selection tasks is even planned.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
date=$(date -u +%Y-%m-%dT%H:%M+0000 -r %{S:99})
|
|
||||||
sed -e "s,BUILD_TIMESTAMP=.*,BUILD_TIMESTAMP=$date," -i configure
|
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-fd-passing
|
--disable-fd-passing \
|
||||||
|
--enable-build-timestamp=no
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user