Revisions of gpgme (2)

Jeroen van Meeuwen Jeroen van Meeuwen (vanmeeuwen) committed over 7 years ago (revision 2)
Use rawhide's version
mollekopf mollekopf committed over 7 years ago (revision 1)
Initial commit from https://build.opensuse.org/package/show/Base:System/gpgme

- Add remove-a-forgotten-instance-of-libsuffix.diff: fix CMake 
  files for gpgmepp (or they won't work with KDE software) 

- gpgme 1.8:
   * The module of the Python bindings has been renamed to 'gpg'.
   * New interface to query current software versions.
   * New feature to use gpg's --{show,override}session-key options.
   * New interface to set the sender of a mail.
   * qt: Added Distinguished Name parser from libkleo
   * The --homedir option is now used with recent gpgconf versions.
   * The internal locking functions have been replaced by libgpg-error
     locking functions.
   * Interface changes relative to the 1.7.1 release:
     gpgme_set_sender                NEW.
     gpgme_get_sender                NEW.
     gpgme_op_query_swdb             NEW.
     gpgme_op_query_swdb_result      NEW.
     gpgme_query_swdb_result_t       NEW.
     gpgme_get_ctx_flag              NEW.
     gpgme_decrypt_result_t          EXTENDED: New field session_key.
     qt: DN                          NEW.
     qt: DN::Attribute               NEW.
     qt: Job::context(Job*)          NEW.
     cpp: EngineInfo::Version::Version(const char*) NEW.
     cpp: EngineInfo::Version::Version()            NEW.
     cpp: SwdbResult                                NEW.
     cpp: Context::setSender(const char*)           NEW.
     cpp: Context::getSender()                      NEW.

- in addition to dropping gpgme-1.7.0-python-Include-config.h.patch
Show all