From cbef49052c7cd5fe77bdee3a8ecafde47b0ac28f0e366700a7b16f22b567ad5d Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 21 Aug 2014 13:11:28 +0000 Subject: [PATCH] Accepting request 245013 from home:AndreasStieger:branches:Base:System libassuan 2.1.2 OBS-URL: https://build.opensuse.org/request/show/245013 OBS-URL: https://build.opensuse.org/package/show/Base:System/libassuan?expand=0&rev=32 --- libassuan-2.1.1.tar.bz2 | 3 --- libassuan-2.1.1.tar.bz2.sig | Bin 287 -> 0 bytes libassuan-2.1.2.tar.bz2 | 3 +++ libassuan-2.1.2.tar.bz2.sig | Bin 0 -> 287 bytes libassuan.changes | 6 ++++++ libassuan.spec | 17 +++++++---------- 6 files changed, 16 insertions(+), 13 deletions(-) delete mode 100644 libassuan-2.1.1.tar.bz2 delete mode 100644 libassuan-2.1.1.tar.bz2.sig create mode 100644 libassuan-2.1.2.tar.bz2 create mode 100644 libassuan-2.1.2.tar.bz2.sig diff --git a/libassuan-2.1.1.tar.bz2 b/libassuan-2.1.1.tar.bz2 deleted file mode 100644 index 1c40fef..0000000 --- a/libassuan-2.1.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23e2d67779b88e90d29fe1df6b157109f1c2a647d0f1b2a0f4295bb3c0b2039d -size 538155 diff --git a/libassuan-2.1.1.tar.bz2.sig b/libassuan-2.1.1.tar.bz2.sig deleted file mode 100644 index 936349adeb3358bbeb9c768c28ea57f6a6525ab5fb9519c076f540764509518e..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 287 zcmV+)0pR|L0UQJX0SEvF1p-mW))oK?2@oWkInqxh+^89Q0E2OdE z+z4L88^oT+8Fu)4N*KHYbAzHO*?HdOx5&<(DU_Iol;=O}cs$cMk!Kk%O=xVJ*++d_ zGc8HKcB*qIj{+Zp9f>q+oFYj;yH1Ahkk~8o9mBs5>@Gh)j6rwL!?fqwP!(89h@D7P zZvwJJEe9zo)k_GVtw|?IkGSI-f0J1l!RrAvJP{6u4wJs%B)}Kq49oA_BnXoAo zy@>}51mO2?0ZJGJ5*qA0bh4ssR{zeT7HqhBD`((m1Y?@VY~;mEHAnx_9F`pw>tWm(&0X2@oWkInqxhC zBOjh2-=uW!R5rtl-n>(a|Jkq>4#7QcgZ6# lh0#&B}Y!?}RzAF!lp}YxaN@#oDiMRj& literal 0 HcmV?d00001 diff --git a/libassuan.changes b/libassuan.changes index 10509b6..b290f03 100644 --- a/libassuan.changes +++ b/libassuan.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Aug 17 21:29:35 UTC 2014 - andreas.stieger@gmx.de + +- update to 2.1.2: + * Added support for ppc64le. + ------------------------------------------------------------------- Mon Aug 19 21:17:33 UTC 2013 - andreas.stieger@gmx.de diff --git a/libassuan.spec b/libassuan.spec index 58586df..5c74350 100644 --- a/libassuan.spec +++ b/libassuan.spec @@ -1,7 +1,7 @@ # # spec file for package libassuan # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -17,20 +17,20 @@ Name: libassuan -Version: 2.1.1 +Version: 2.1.2 Release: 0 Summary: IPC library used by GnuPG version 2 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 +Source0: ftp://ftp.gnupg.org/gcrypt/libassuan/%{name}-%{version}.tar.bz2 Source1: baselibs.conf Source2: ftp://ftp.gnupg.org/gcrypt/libassuan/%{name}-%{version}.tar.bz2.sig # http://www.gnupg.org/signature_key.en.html Source3: libassuan.keyring -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libgpg-error-devel >= 1.8 -Requires: %install_info_prereq +Requires: %{install_info_prereq} +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Libassuan is the IPC library used by gpg2 (GnuPG version 2) @@ -66,10 +66,10 @@ make %{?_smp_mflags} %install %make_install -rm -f %{buildroot}%{_libdir}/*.la +find %{buildroot} -type f -name "*.la" -delete -print %check -make check +make check %{?_smp_mflags} %post -n libassuan0 -p /sbin/ldconfig @@ -81,9 +81,6 @@ make check %postun devel %install_info_delete --info-dir=%{_infodir} %{_infodir}/assuan.info.gz -%clean -rm -rf %{buildroot} - %files -n libassuan0 %defattr(-,root,root) %doc AUTHORS ChangeLog NEWS README THANKS