Petr Uzel 2011-07-29 15:28:08 +00:00 committed by Git OBS Bridge
parent 68e71de582
commit 7077bdb317
4 changed files with 31 additions and 36 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1117be532ac41b13790b4756df7fa747d3d04264f7b4544aa9d7ff468a24b457
size 494384

3
libassuan-2.0.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61e0cba33dcbade2dce953b95f06b843af2a73de875303f2585227ecd475b4d8
size 491172

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Jul 29 15:26:04 UTC 2011 - puzel@novell.com
- update to libassuan-2.0.2
- A new flag may now be used to convey comments via
assuan_transact.
- A new flag value may now be used to disable logging.
- The gpgcedev.c driver now provides a log device.
- It is now possible to overwrite socket and connect functions in
struct assuan_system_hooks.
- Interface changes relative to the 2.0.1 release:
ASSUAN_CONVEY_COMMENTS NEW.
ASSUAN_NO_LOGGING NEW.
assuan_system_hooks_t CHANGED: Added socket and connect members.
ASSUAN_SYSTEM_HOOKS_VERSION CHANGED: Bumped to 2.
assuan_register_pre_cmd_notify NEW.
- use spec-cleaner
-------------------------------------------------------------------
Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libassuan (Version 2.0.1)
# spec file for package libassuan
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -15,16 +15,15 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: libassuan
Summary: IPC library used by GnuPG version 2
Version: 2.0.1
Release: 1
Version: 2.0.2
Release: 2
License: GPLv2+ ; LGPLv2.1+
Group: Development/Libraries/C and C++
Summary: IPC library used by GnuPG version 2
Url: http://www.gnupg.org/aegypten2/index.html
Group: Development/Libraries/C and C++
Source: libassuan-%{version}.tar.bz2
Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -39,27 +38,14 @@ Requires: %install_info_prereq
%description
Libassuan is the IPC library used by gpg2 (GnuPG version 2)
Authors:
--------
Werner Koch <wk@gnupg.org>
Neal H. Walfield <neal@g10code.de>
Marcus Brinkmann <marcus@g10code.de>
%package -n libassuan0
Summary: IPC library used by GnuPG version 2
License: GPLv2+ ; LGPLv2.1+
Summary: IPC library used by GnuPG version 2
Group: Development/Libraries/C and C++
%description -n libassuan0
Libassuan is the IPC library used by gpg2 (GnuPG version 2)
Authors:
--------
Werner Koch <wk@gnupg.org>
Neal H. Walfield <neal@g10code.de>
Marcus Brinkmann <marcus@g10code.de>
%package devel
License: GPLv2+ ; LGPLv2.1+
Summary: IPC library used by GnuPG version 2
@ -78,32 +64,23 @@ Libassuan is the IPC library used by gpg2 (GnuPG version 2)
gpgme also uses libassuan to communicate with a libassuan-enabled GnuPG
v2 server, but it uses it's own copy of libassuan.
Authors:
--------
Werner Koch <wk@g10code.com>
Neal H. Walfield <neal@g10code.de>
Marcus Brinkmann <marcus@g10code.de>
%prep
%setup -q
%build
# Compile with PIC, library is linked into shared libraries:
export CFLAGS="$RPM_OPT_FLAGS"
export CFLAGS="%{optflags}"
export LDFLAGS="-fPIC"
%configure
make %{?_smp_mflags}
%install
%makeinstall
%make_install
rm -f %{buildroot}%{_libdir}/*.la
%post -n libassuan0
/sbin/ldconfig
%post -n libassuan0 -p /sbin/ldconfig
%postun -n libassuan0
/sbin/ldconfig
%postun -n libassuan0 -p /sbin/ldconfig
%post devel
%install_info --info-dir=%{_infodir} %{_infodir}/assuan.info.gz