From 86d44c71973ec67f96ade0275d4c061dc76a2dc1b2519b74429330d2b2527a2d Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sun, 18 Nov 2012 09:43:00 +0000 Subject: [PATCH 1/2] Accepting request 141602 from home:AndreasStieger:branches:Base:System update to Libassuan 2.0.3 OBS-URL: https://build.opensuse.org/request/show/141602 OBS-URL: https://build.opensuse.org/package/show/Base:System/libassuan?expand=0&rev=25 --- libassuan-2.0.2.tar.bz2 | 3 --- libassuan-2.0.3.tar.bz2 | 3 +++ libassuan.changes | 8 ++++++++ libassuan.spec | 15 +++++++++------ 4 files changed, 20 insertions(+), 9 deletions(-) delete mode 100644 libassuan-2.0.2.tar.bz2 create mode 100644 libassuan-2.0.3.tar.bz2 diff --git a/libassuan-2.0.2.tar.bz2 b/libassuan-2.0.2.tar.bz2 deleted file mode 100644 index bfd8443..0000000 --- a/libassuan-2.0.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61e0cba33dcbade2dce953b95f06b843af2a73de875303f2585227ecd475b4d8 -size 491172 diff --git a/libassuan-2.0.3.tar.bz2 b/libassuan-2.0.3.tar.bz2 new file mode 100644 index 0000000..01970f0 --- /dev/null +++ b/libassuan-2.0.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bad5682374c76bcc0abb1a7a34c9557af6874a477500748e64a7d3def79cac1b +size 529149 diff --git a/libassuan.changes b/libassuan.changes index 9c01bd8..a2b0619 100644 --- a/libassuan.changes +++ b/libassuan.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Nov 16 22:31:42 UTC 2012 - andreas.stieger@gmx.de + +- update to Libassuan 2.0.3 + - Make assuan_get_pid work correctly for pipe server. + - Interface changes relative to the 2.0.2 release: + * ASSUAN_FORCE_CLOSE (NEW) + ------------------------------------------------------------------- Sun Dec 25 22:18:28 UTC 2011 - coolo@suse.com diff --git a/libassuan.spec b/libassuan.spec index 7c119ea..0b2683d 100644 --- a/libassuan.spec +++ b/libassuan.spec @@ -1,7 +1,7 @@ # # spec file for package libassuan # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,14 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: libassuan -Version: 2.0.2 +Version: 2.0.3 Release: 0 Summary: IPC library used by GnuPG version 2 -License: GPL-2.0+ ; LGPL-2.1+ +License: GPL-2.0+ and LGPL-2.1+ Group: Development/Libraries/C and C++ -Url: http://www.gnupg.org/aegypten2/index.html -Source: libassuan-%{version}.tar.bz2 +Url: http://www.gnupg.org/related_software/libassuan/index.en.html +Source0: ftp://ftp.gnupg.org/gcrypt/libassuan/%{name}-%{version}.tar.bz2 Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libgpg-error-devel >= 1.4 @@ -33,14 +34,16 @@ Libassuan is the IPC library used by gpg2 (GnuPG version 2) %package -n libassuan0 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) %package devel Summary: IPC library used by GnuPG version 2 -Requires: libgpg-error-devel +Group: Development/Libraries/C and C++ Requires: libassuan0 = %{version} +Requires: libgpg-error-devel %description devel Libassuan is the IPC library used by gpg2 (GnuPG version 2) From 9131bf063ae7f265db62d617ed0acf55bc87b719dc79a37f0bfba4e4201567d5 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 27 Nov 2012 12:22:31 +0000 Subject: [PATCH 2/2] Accepting request 142873 from home:babelworx:ldig:branches:Base:System license update: GPL-3.0+ and LGPL-2.1+ Look at COPYING, COPYING.LIB and README OBS-URL: https://build.opensuse.org/request/show/142873 OBS-URL: https://build.opensuse.org/package/show/Base:System/libassuan?expand=0&rev=26 --- libassuan.changes | 6 ++++++ libassuan.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libassuan.changes b/libassuan.changes index a2b0619..0c65bb5 100644 --- a/libassuan.changes +++ b/libassuan.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 26 08:43:41 UTC 2012 - cfarrell@suse.com + +- license update: GPL-3.0+ and LGPL-2.1+ + Look at COPYING, COPYING.LIB and README + ------------------------------------------------------------------- Fri Nov 16 22:31:42 UTC 2012 - andreas.stieger@gmx.de diff --git a/libassuan.spec b/libassuan.spec index 0b2683d..e29a3fd 100644 --- a/libassuan.spec +++ b/libassuan.spec @@ -20,7 +20,7 @@ Name: libassuan Version: 2.0.3 Release: 0 Summary: IPC library used by GnuPG version 2 -License: GPL-2.0+ and LGPL-2.1+ +License: GPL-3.0+ and LGPL-2.1+ Group: Development/Libraries/C and C++ Url: http://www.gnupg.org/related_software/libassuan/index.en.html Source0: ftp://ftp.gnupg.org/gcrypt/libassuan/%{name}-%{version}.tar.bz2