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 936349a..0000000 Binary files a/libassuan-2.1.1.tar.bz2.sig and /dev/null differ diff --git a/libassuan-2.1.2.tar.bz2 b/libassuan-2.1.2.tar.bz2 new file mode 100644 index 0000000..4274085 --- /dev/null +++ b/libassuan-2.1.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f8a7c9349aaaf7ccd937b90660153ec4d2d4df2465018754e5bcae5b1db77b +size 516026 diff --git a/libassuan-2.1.2.tar.bz2.sig b/libassuan-2.1.2.tar.bz2.sig new file mode 100644 index 0000000..8d13af1 Binary files /dev/null and b/libassuan-2.1.2.tar.bz2.sig differ 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