diff --git a/gpgme.changes b/gpgme.changes index 5fe3aa8..22312e2 100644 --- a/gpgme.changes +++ b/gpgme.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 3 17:36:12 CET 2011 - sbrabec@suse.cz + +- Fixed gpgme-config dependencies. +- Do not use fixed version shared library dependency. + ------------------------------------------------------------------- Mon Jan 31 14:47:20 UTC 2011 - gber@opensuse.org diff --git a/gpgme.spec b/gpgme.spec index 4776b1f..1e4997a 100644 --- a/gpgme.spec +++ b/gpgme.spec @@ -57,7 +57,7 @@ of standard widgets for common key selection tasks is even planned. License: GPLv2+ Summary: A Library Designed to give Applications easy Access to GnuPG Group: Development/Libraries/C and C++ -Requires: gpgme = %{version} +Requires: gpgme >= %{version} %description -n libgpgme11 GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG @@ -80,6 +80,7 @@ License: GPLv2+ Summary: A Library Designed to give Applications easy Access to GnuPG Group: Development/Libraries/C and C++ Requires: glibc-devel +Requires: libassuan-devel Requires: libgpg-error-devel Requires: libgpgme11 = %{version} Provides: gpgme-devel = %{version}