From 4d9da5096bb18e3235af9a852eef771de9fa893e327ca7c2051662aa8f4864d7 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 25 Jan 2007 17:04:36 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libassuan?expand=0&rev=2 --- libassuan-0.6.10.tar.bz2 | 3 -- libassuan-1.0.1.tar.bz2 | 3 ++ libassuan.changes | 33 ++++++++++++++++++++++ libassuan.spec | 59 ++++++++++++++++++++++++++++++---------- 4 files changed, 81 insertions(+), 17 deletions(-) delete mode 100644 libassuan-0.6.10.tar.bz2 create mode 100644 libassuan-1.0.1.tar.bz2 diff --git a/libassuan-0.6.10.tar.bz2 b/libassuan-0.6.10.tar.bz2 deleted file mode 100644 index a9b8608..0000000 --- a/libassuan-0.6.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a124d77bd39f08e211b6cc890d10d34f38fcc6eb6d75f61a842fb9873cec9a4 -size 214128 diff --git a/libassuan-1.0.1.tar.bz2 b/libassuan-1.0.1.tar.bz2 new file mode 100644 index 0000000..ee78ac8 --- /dev/null +++ b/libassuan-1.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b928acbf04776803699748ae81f1a4e49c68f3102129248cd7562ce194b462b1 +size 268874 diff --git a/libassuan.changes b/libassuan.changes index 95e5c28..4ca7f80 100644 --- a/libassuan.changes +++ b/libassuan.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Wed Jan 24 14:46:18 CET 2007 - ltinkl@suse.cz + +- updated to 1.0.1, added pth to BuildRequires + * New function: assuan_set_io_monitor. + * New function: assuan_register_post_cmd_notify. + * Fixed a memory leak. + * Finished the manual. + * Portability fixes. + * Pth is not anymore linked by means of weak symbol tricks. It is + now required to link to the pth version of libassuan. New autoconf + macros are provided to to check for this. The pth version is only + build if Pth is available. + * configure does now check that descripotor passing is available. A + way to check at runtime for this is also provided + * A fix to make CANCEL work again in Pinentries. + * Internal cleanups to make inclusion of the code into libraries + easier. + * Made clear that the software is under the LGPL. + * New function assuan_set_assuan_err_source. All gpg-error enabled + software should call this right at startup to switch libassuan into + the gpg-error style mode. All error codes are then returned as + gpg-error style codes (GPG_ERR_ASS_* as well as others). + If the new macro _ASSUAN_ONLY_GPG_ERRORS is defned all old + definitions are excluded from assuan.h. + * Logging of hex strings is now limited to 16 bytes. To enable + printing of the full data, a new environment variable + ASSUAN_FULL_LOGGING may be set to any value. + * Removed the assuan_domain_* functions. + * New functions assuan_pipe_connect_ext and assuan_socket_connect_ext + to allow connections on a socketpair and to pass descriptors. + * New function assuan_get_peercred. + ------------------------------------------------------------------- Wed Jan 25 21:37:23 CET 2006 - mls@suse.de diff --git a/libassuan.spec b/libassuan.spec index f825c84..aa9375c 100644 --- a/libassuan.spec +++ b/libassuan.spec @@ -1,26 +1,27 @@ # -# spec file for package libassuan (Version 0.6.10) +# spec file for package libassuan (Version 1.0.1) # -# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://bugs.opensuse.org +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild -Name: libassuan -URL: http://www.gnupg.org/aegypten2/index.html -Version: 0.6.10 -Release: 3 -Summary: IPC Library Used by GnuPG 1.9 and GPGME -License: GPL, LGPL -Group: Development/Libraries/C and C++ -Autoreqprov: on -Source: libassuan-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build -PreReq: %install_info_prereq +Name: libassuan +URL: http://www.gnupg.org/aegypten2/index.html +Version: 1.0.1 +Release: 1 +Summary: IPC Library Used by GnuPG 1.9 and GPGME +License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL) +Group: Development/Libraries/C and C++ +Autoreqprov: on +BuildRequires: pth +Source: libassuan-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build +PreReq: %install_info_prereq %description This is the IPC library used by GnuPG 1.9 and GPGME. @@ -66,6 +67,36 @@ rm -rf $RPM_BUILD_ROOT /usr/share/aclocal/* %changelog -n libassuan +* Wed Jan 24 2007 - ltinkl@suse.cz +- updated to 1.0.1, added pth to BuildRequires + * New function: assuan_set_io_monitor. + * New function: assuan_register_post_cmd_notify. + * Fixed a memory leak. + * Finished the manual. + * Portability fixes. + * Pth is not anymore linked by means of weak symbol tricks. It is + now required to link to the pth version of libassuan. New autoconf + macros are provided to to check for this. The pth version is only + build if Pth is available. + * configure does now check that descripotor passing is available. A + way to check at runtime for this is also provided + * A fix to make CANCEL work again in Pinentries. + * Internal cleanups to make inclusion of the code into libraries + easier. + * Made clear that the software is under the LGPL. + * New function assuan_set_assuan_err_source. All gpg-error enabled + software should call this right at startup to switch libassuan into + the gpg-error style mode. All error codes are then returned as + gpg-error style codes (GPG_ERR_ASS_* as well as others). + If the new macro _ASSUAN_ONLY_GPG_ERRORS is defned all old + definitions are excluded from assuan.h. + * Logging of hex strings is now limited to 16 bytes. To enable + printing of the full data, a new environment variable + ASSUAN_FULL_LOGGING may be set to any value. + * Removed the assuan_domain_* functions. + * New functions assuan_pipe_connect_ext and assuan_socket_connect_ext + to allow connections on a socketpair and to pass descriptors. + * New function assuan_get_peercred. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Tue Nov 08 2005 - dmueller@suse.de