From e4313c4030b7f87cfd7dd88f3fc80d03aea9e84bc4053e8fb71aab77188e7369 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 26 Apr 2013 13:53:05 +0000 Subject: [PATCH] Accepting request 173274 from GNOME:Factory Push GNOME 3.8.1 to Factory - mostly small bug fixes over the existing 3.8.0 we have OBS-URL: https://build.opensuse.org/request/show/173274 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/p11-kit?expand=0&rev=14 --- p11-kit-0.18.0.tar.gz | 3 --- p11-kit-0.18.1.tar.gz | 3 +++ p11-kit.changes | 7 +++++++ p11-kit.spec | 7 ++++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 p11-kit-0.18.0.tar.gz create mode 100644 p11-kit-0.18.1.tar.gz diff --git a/p11-kit-0.18.0.tar.gz b/p11-kit-0.18.0.tar.gz deleted file mode 100644 index ade0942..0000000 --- a/p11-kit-0.18.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ebcdcf57b7686b92146cf475cb2b66cdf3757f6e62d8e77c39dae89ffb43e31 -size 961382 diff --git a/p11-kit-0.18.1.tar.gz b/p11-kit-0.18.1.tar.gz new file mode 100644 index 0000000..7e725fe --- /dev/null +++ b/p11-kit-0.18.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e87e72b7768288384de2ca1929b3cb45502e9e944fc075a8ce5df8f08f1ab29 +size 961345 diff --git a/p11-kit.changes b/p11-kit.changes index d04c6ae..889f3d9 100644 --- a/p11-kit.changes +++ b/p11-kit.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Apr 15 18:46:10 UTC 2013 - dimstar@opensuse.org + +- Update to version 0.18.1: + + Put the external tools in $libdir/p11-kit. + + Documentation build fixes. + ------------------------------------------------------------------- Thu Apr 4 13:34:40 UTC 2013 - dimstar@opensuse.org diff --git a/p11-kit.spec b/p11-kit.spec index 2bed205..c7b9d6b 100644 --- a/p11-kit.spec +++ b/p11-kit.spec @@ -17,7 +17,7 @@ Name: p11-kit -Version: 0.18.0 +Version: 0.18.1 Release: 0 Summary: Library to work with PKCS#11 modules License: BSD-3-Clause @@ -93,9 +93,10 @@ rm -rf %{buildroot} %dir %{_libdir}/pkcs11 %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/modules -%{_libdir}/pkcs11/p11-kit-trust.so %{_datadir}/%{name}/modules/p11-kit-trust.module -%{_datadir}/%{name}/p11-kit-extract-trust +%{_libdir}/pkcs11/p11-kit-trust.so +%dir %{_libdir}/%{name} +%{_libdir}/%{name}/p11-kit-extract-trust %files -n libp11-kit0 %defattr(-,root,root)