SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libgpgme11-1.4.1-12.1.i586.rpm :
Thu May 23 14:00:00 2013 cfarrellAATTsuse.com
- license update: LGPL-2.1+ and GPL-3.0+
See the HACKING file in the doc directory

Thu May 2 14:00:00 2013 andreas.stiegerAATTgmx.de
- update to 1.4.1

* Fixed reading of gpg.conf files with excessive use of the group
option.

Tue Mar 12 13:00:00 2013 andreas.stiegerAATTgmx.de
- gpgme-config --libs lists -lassuan, but libgpgme-devel did not
require libassuan-devel [bnc#808882]

Sun Mar 3 13:00:00 2013 andreas.stiegerAATTgmx.de
- update to 1.4.0

* New function gpgme_io_writen as a convenience wrapper around
gpgme_io_write.

* New functions to support the pinentry mode feature of GnuPG 2.1.

* New macro GPGME_VERSION_NUMBER to allow supporting different API
versions without the need for a configure test.

* Several improvements for gpgme-tool.

* Better logging of the common \"invalid engine\" error code.

* Support for FD passing is now enabled by default. The configure
option --disable-fd-passing may be used to disable this.

* Interface changes relative to the 1.3.1 release:
GPGME_VERSION_NUMBER NEW.
gpgme_io_writen NEW.
gpgme_set_global_flag NEW.
gpgme_set_pinentry_mode NEW.
gpgme_get_pinentry_mode NEW.
gpgme_pinentry_mode_t NEW.
GPGME_PINENTRY_MODE_DEFAULT NEW.
GPGME_PINENTRY_MODE_ASK NEW.
GPGME_PINENTRY_MODE_CANCEL NEW.
GPGME_PINENTRY_MODE_ERROR NEW.
GPGME_PINENTRY_MODE_LOOPBACK NEW.
- pass --disable-fd-passing, regression tests crash otherwise
- add verification of source tarball signatures during build
- remove conflict marker in past changelog entries
- drop gpgme-1.3.2-gpgme-config-remove-extraneous-libs.patch
other packages in openSUSE:Factory which depend on gpgme also depend
on libassuan
- autogen call no longer required
- call make in %build section

Fri Nov 16 13:00:00 2012 andreas.stiegerAATTgmx.de
- update to 1.3.2

* Remove support for libgpgme-pth. As far as we know, this was never used,
and GnuPG is going to use our own npth in the future.

* Fix signature summary information for a missing X.509 key.

* Fix parsing of dates >= year 2038.
- refresh gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch
to gpgme-1.3.2-gpgme-config-remove-extraneous-libs.patch
- actual minimum requirement for libgpg-error is >= 1.8

Thu Dec 1 13:00:00 2011 cooloAATTsuse.com
- add automake as buildrequire to avoid implicit dependency

Sun Oct 2 14:00:00 2011 crrodriguezAATTopensuse.org
- Workaround qemu-arm bugs
- remove support for the \"pth\" library, which has not seen
mainteniance for around 5 years, native pthread support
should be just fine in linux too.

Mon Sep 5 14:00:00 2011 vuntzAATTopensuse.org
- Move gpg2 Requires from gpgme to libgpgme11 since it\'s the
library that will call the binary when it needs it.
Fix bnc#715963.
- Add libgpgme11 Requires to gpgme as this package makes no sense
without the library.

Fri Jul 29 14:00:00 2011 puzelAATTnovell.com
- update to gpgme-1.3.1
- Detect GPG versions not supporting ---passwd.
- Interface changes relative to the 1.3.0 release:
GPGME_EXPORT_MODE_MINIMAL NEW
GPGME_STATUS_SUCCESS NEW
gpgme_err_code_from_syserror NEW
gpgme_err_set_errno NEW
gpgme_error_from_errno CHANGED: Return gpgme_error_t
gpgme_error_from_syserror NEW
- drop gnupg-2.0.17-test-failure.patch (fixed upstream)

Thu Apr 28 14:00:00 2011 idoenmezAATTnovell.com
- Add gnupg-2.0.17-test-failure.patch: fix test failure with gnupg 2.0.17

Fri Feb 4 13:00:00 2011 sbrabecAATTsuse.cz
- Removed unneeded dependency of libgpgme11.

Mon Jan 31 13:00:00 2011 gberAATTopensuse.org
- added gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch in
order to remove the extraneuos libassuan from gpgme-config

Tue Dec 14 13:00:00 2010 cristian.rodriguezAATTopensuse.org
- run spec cleaner
- fix -devel package dependencies

Wed Apr 14 14:00:00 2010 chrisAATTcomputersalat.de
- fix deps
o pth / libpth-devel >= 2.0.7

Mon Apr 5 14:00:00 2010 ajAATTsuse.de
- Add requires of libassuan-devel on devel package.

Wed Mar 31 14:00:00 2010 puzelAATTnovell.com
- update to gpgme-1.3

* GPGME does not come with an internal libassuan version anymore.
The external libassuan 1.1.0 release or later is required. For
application programmers on systems that can resolve inter-library
dependencies at runtime, this is a transparent change.

* New engine GPGME_PROTOCOL_G13 to support the new g13 tool.

* New engine GPGME_PROTOCOL_UISERVER to support UI Servers.

* New API to change the passpgrase of a key.

* Interface changes relative to the 1.2.0 release:
- GPGME_STATUS_INV_SGNR NEW.
- GPGME_STATUS_NO_SGNR NEW.
- GPGME_PROTOCOL_G13 NEW.
- gpgme_op_g13_mount NEW.
- gpgme_g13_result_t NEW.
- GPGME_PK_ECDSA NEW.
- GPGME_PK_ECDH NEW.
- gpgme_op_passwd_start NEW.
- gpgme_op_passwd NEW.
- drop gpgme-1.1.8-makecheck.patch (not needed)

Sun Jan 31 13:00:00 2010 jengelhAATTmedozas.de
- package baselibs.conf

Tue Jun 23 14:00:00 2009 puzelAATTnovell.com
- update to gpgme-1.2.0

* New encryption flag GPGME_ENCRYPT_NO_ENCRYPT_TO to disable default
recipients.

* gpgme_new will fail if gpgme_check_version was not called, or a
selftest failed (for example, if -mms-bitfields was not used on
MingW32 targets).

* New functions gpgme_io_read and gpgme_io_write for use with
gpgme_passphrase_cb_t and gpgme_edit_cb_t functions.

* New functions gpgme_result_ref and gpgme_result_unref to detach
result structures from a context.

* New functions gpgme_op_export_keys_start and gpgme_op_export_keys
that allow to specify exported keys through gpgme_key_t objects
instead of patterns.

* New mode of operation gpgme_export_mode_t that allows exporting
external keys.
- drop unneeded BRs: libgcrypt-devel, libksba-devel

Thu Jun 11 14:00:00 2009 puzelAATTsuse.cz
- change BuildRequires: (pth-devel -> libpth-devel)

Tue Jun 2 14:00:00 2009 dmuellerAATTsuse.de
- fix requires of devel package

Mon Jun 1 14:00:00 2009 puzelAATTsuse.cz
- BuildRequires: pth-devel


 
ICM