Hello community, here is the log from the commit of package p11-kit for openSUSE:Factory checked in at 2016-02-17 10:29:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/p11-kit (Old) and /work/SRC/openSUSE:Factory/.p11-kit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "p11-kit" Changes: -------- --- /work/SRC/openSUSE:Factory/p11-kit/p11-kit.changes 2015-03-23 12:14:15.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.p11-kit.new/p11-kit.changes 2016-02-17 12:17:13.000000000 +0100 @@ -1,0 +2,12 @@ +Mon Feb 8 21:25:45 UTC 2016 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- p11-kit-0.23.1.tar.gz p11-kit-0.23.1.tar.gz.sig New: ---- p11-kit-0.23.2.tar.gz p11-kit-0.23.2.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ p11-kit.spec ++++++ --- /var/tmp/diff_new_pack.Hk2VzG/_old 2016-02-17 12:17:14.000000000 +0100 +++ /var/tmp/diff_new_pack.Hk2VzG/_new 2016-02-17 12:17:14.000000000 +0100 @@ -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 @@ -22,7 +22,7 @@ %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 @@ 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 @@ # 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 @@ 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 @@ %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 ++++++ p11-kit-0.23.1.tar.gz -> p11-kit-0.23.2.tar.gz ++++++ ++++ 10514 lines of diff (skipped)
