Hello community, here is the log from the commit of package libopencdk checked in at Mon Jul 31 16:46:12 CEST 2006. -------- --- libopencdk/libopencdk.changes 2006-07-12 11:51:37.000000000 +0200 +++ libopencdk/libopencdk.changes 2006-07-31 13:14:12.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Jul 31 13:12:43 CEST 2006 - mskibbe@suse.de + +- fix a compiler warning see bug #177157 - libopencdk-0.5.5-13: + local variable used before set + +------------------------------------------------------------------- New: ---- libopencdk-0.5.8-warnings.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libopencdk.spec ++++++ --- /var/tmp/diff_new_pack.6VoYGk/_old 2006-07-31 16:45:47.000000000 +0200 +++ /var/tmp/diff_new_pack.6VoYGk/_new 2006-07-31 16:45:47.000000000 +0200 @@ -14,13 +14,14 @@ BuildRequires: libgcrypt-devel URL: http://www.gnutls.org/ Version: 0.5.8 -Release: 1 +Release: 2 Summary: Library Providing Basic Parts of the OpenPGP Message Format License: GPL Group: System/Libraries Autoreqprov: on Source: opencdk-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build +Patch1: %{name}-%{version}-warnings.diff %description For reference, read RFC2440. Due to some possible security problems, @@ -57,6 +58,7 @@ %prep %setup -q -n opencdk-%{version} +%patch1 -p2 %build %suse_update_config @@ -93,6 +95,9 @@ %_datadir/aclocal/* %changelog -n libopencdk +* Mon Jul 31 2006 - mskibbe@suse.de +- fix a compiler warning see bug #177157 - libopencdk-0.5.5-13: + local variable used before set * Wed Jul 12 2006 - mskibbe@suse.de - update to version 0.5.8 which o includes patch libopencdk-acquotation.diff ++++++ libopencdk-0.5.8-warnings.diff ++++++ --- BUILD/opencdk-0.5.8/tests/t-stream.c +++ BUILD/opencdk-0.5.8/tests/t-stream.c @@ -443,7 +443,7 @@ cdk_ctx_t hd; cdk_strlist_t locusr = NULL; cdk_keydb_hd_t db; - int rc ; + int rc = 0; cdk_handle_new (&hd); cdk_keydb_new (&db, CDK_DBTYPE_SK_KEYRING, "sec.gpg", 7); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit-help@opensuse.org
participants (1)
-
root@suse.de