From 6f0ea4db2f4275d7f7abb6a5ddfdd35f8a625089f63713309b6ada99526ab229 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Tue, 9 Feb 2016 07:21:01 +0000 Subject: [PATCH] Accepting request 358414 from home:pluskalm:branches:Base:System - Update to 0.23.2 * Fix forking issues with libffi * Fix various crashes in corner cases * Updated translations * Build fixes - Make building more verbose - Enable tests - Small spec file cleanup with spec-cleaner OBS-URL: https://build.opensuse.org/request/show/358414 OBS-URL: https://build.opensuse.org/package/show/Base:System/p11-kit?expand=0&rev=23 --- p11-kit-0.23.1.tar.gz | 3 --- p11-kit-0.23.1.tar.gz.sig | Bin 72 -> 0 bytes p11-kit-0.23.2.tar.gz | 3 +++ p11-kit-0.23.2.tar.gz.sig | Bin 0 -> 72 bytes p11-kit.changes | 12 ++++++++++++ p11-kit.spec | 25 ++++++++++++++----------- 6 files changed, 29 insertions(+), 14 deletions(-) delete mode 100644 p11-kit-0.23.1.tar.gz delete mode 100644 p11-kit-0.23.1.tar.gz.sig create mode 100644 p11-kit-0.23.2.tar.gz create mode 100644 p11-kit-0.23.2.tar.gz.sig diff --git a/p11-kit-0.23.1.tar.gz b/p11-kit-0.23.1.tar.gz deleted file mode 100644 index c1be05b..0000000 --- a/p11-kit-0.23.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e57371669f3b157141b86c429bd9c29741994b2f5ff115fcb8a03e751b0f6ac4 -size 992924 diff --git a/p11-kit-0.23.1.tar.gz.sig b/p11-kit-0.23.1.tar.gz.sig deleted file mode 100644 index f97395d59b7c9c80c0a2a441b22ab8ea742e382925c3d6669e5d7e955b07f28a..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0#xUlYyb)g5PSO(2-zoPuWjc5psYs}6maKMR%|_i)TpR} edWH{CcL1I*Z|Cqk!^%Hj0KZ%M_%4FQ?8ZBMkR6!- diff --git a/p11-kit-0.23.2.tar.gz b/p11-kit-0.23.2.tar.gz new file mode 100644 index 0000000..80cdd53 --- /dev/null +++ b/p11-kit-0.23.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba726ea8303c97467a33fca50ee79b7b35212964be808ecf9b145e9042fdfaf0 +size 1022733 diff --git a/p11-kit-0.23.2.tar.gz.sig b/p11-kit-0.23.2.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..6d6366241ace84366faeb818c63bf854a4b3668f694d46f1261fa3f626a36e91 GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0#;>^>i`M~5PSO(2-zoPuRJ9Hpu9~*jFHtAAl44vSoUzp eq#qJ~RsfzbrZrP_Z6@rq%?dVb>(~0*z45MELLFuR literal 0 HcmV?d00001 diff --git a/p11-kit.changes b/p11-kit.changes index 904b357..3da5f53 100644 --- a/p11-kit.changes +++ b/p11-kit.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Feb 8 21:25:45 UTC 2016 - mpluskal@suse.com + +- Update to 0.23.2 + * Fix forking issues with libffi + * Fix various crashes in corner cases + * Updated translations + * Build fixes +- Make building more verbose +- Enable tests +- Small spec file cleanup with spec-cleaner + ------------------------------------------------------------------- Sun Mar 8 18:56:55 UTC 2015 - p.drouand@gmail.com diff --git a/p11-kit.spec b/p11-kit.spec index d7da39c..f7f2221 100644 --- a/p11-kit.spec +++ b/p11-kit.spec @@ -1,7 +1,7 @@ # # spec file for package p11-kit # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,13 +16,13 @@ # -%define pkidir_cfg %{_sysconfdir}/pki -%define pkidir_static %{_datadir}/pki +%define pkidir_cfg %{_sysconfdir}/pki +%define pkidir_static %{_datadir}/pki %define trustdir_cfg %{pkidir_cfg}/trust %define trustdir_static %{pkidir_static}/trust Name: p11-kit -Version: 0.23.1 +Version: 0.23.2 Release: 0 Summary: Library to work with PKCS#11 modules License: BSD-3-Clause @@ -87,11 +87,11 @@ Adaptor library to make NSS read the p11-kit trust store. It has to be installed intead of mozilla-nss-certs. %prep -%autosetup -p1 +%setup -q %build %configure --with-trust-paths=%{trustdir_cfg}:%{trustdir_static} -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install %make_install @@ -105,11 +105,11 @@ install -d %{buildroot}%{_sysconfdir}/pkcs11/modules # with future versions of the library on file level. As replacement, we package # the file as documentation file. rm %{buildroot}%{_sysconfdir}/pkcs11/pkcs11.conf.example -find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print +find %{buildroot} -type f -name "*.la" -delete -print # -install -d -m 755 %{buildroot}/etc/rpm/ -cat <<'FIN' >%{buildroot}/etc/rpm/macros.%{name} -# Macros from %{name} package +install -d -m 755 %{buildroot}%{_sysconfdir}/rpm/ +cat <<'FIN' >%{buildroot}%{_sysconfdir}/rpm/macros.%{name} +# Macros from p11-kit package %%pkidir_cfg %{pkidir_cfg} %%pkidir_static %{pkidir_static} %%trustdir_cfg %{trustdir_cfg} @@ -124,6 +124,9 @@ rm %{buildroot}%{_libdir}/%{name}/trust-extract-compat ln -s ../../sbin/update-ca-certificates %{buildroot}%{_libdir}/%{name}/p11-kit-extract-trust export NO_BRP_STALE_LINK_ERROR=yes # *grr* +%check +make %{?_smp_mflags} check + %post -n libp11-kit0 -p /sbin/ldconfig %postun -n libp11-kit0 -p /sbin/ldconfig @@ -165,7 +168,7 @@ export NO_BRP_STALE_LINK_ERROR=yes # *grr* %files devel %defattr(-,root,root) -%config /etc/rpm/macros.%{name} +%config %{_sysconfdir}/rpm/macros.%{name} %{_includedir}/p11-kit-1/ %{_libdir}/libp11-kit.so %{_libdir}/pkgconfig/p11-kit-1.pc