From 7077bdb3171ae7cca865d9694ab4907ac0f2468c88aacc7bb082524458a95630 Mon Sep 17 00:00:00 2001 From: Petr Uzel Date: Fri, 29 Jul 2011 15:28:08 +0000 Subject: [PATCH] update to 2.0.2 OBS-URL: https://build.opensuse.org/package/show/Base:System/libassuan?expand=0&rev=18 --- libassuan-2.0.1.tar.bz2 | 3 --- libassuan-2.0.2.tar.bz2 | 3 +++ libassuan.changes | 18 +++++++++++++++++ libassuan.spec | 43 ++++++++++------------------------------- 4 files changed, 31 insertions(+), 36 deletions(-) delete mode 100644 libassuan-2.0.1.tar.bz2 create mode 100644 libassuan-2.0.2.tar.bz2 diff --git a/libassuan-2.0.1.tar.bz2 b/libassuan-2.0.1.tar.bz2 deleted file mode 100644 index c2e4c46..0000000 --- a/libassuan-2.0.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1117be532ac41b13790b4756df7fa747d3d04264f7b4544aa9d7ff468a24b457 -size 494384 diff --git a/libassuan-2.0.2.tar.bz2 b/libassuan-2.0.2.tar.bz2 new file mode 100644 index 0000000..bfd8443 --- /dev/null +++ b/libassuan-2.0.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61e0cba33dcbade2dce953b95f06b843af2a73de875303f2585227ecd475b4d8 +size 491172 diff --git a/libassuan.changes b/libassuan.changes index 1ec1ead..ea10def 100644 --- a/libassuan.changes +++ b/libassuan.changes @@ -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 diff --git a/libassuan.spec b/libassuan.spec index a258b35..346141d 100644 --- a/libassuan.spec +++ b/libassuan.spec @@ -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 - Neal H. Walfield - Marcus Brinkmann - %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 - Neal H. Walfield - Marcus Brinkmann - - %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 - Neal H. Walfield - Marcus Brinkmann - %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