Accepting request 99117 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/99117 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/p11-kit?expand=0&rev=6
This commit is contained in:
parent
3fd55ef926
commit
9e3fa3636f
3
p11-kit-0.10.tar.gz
Normal file
3
p11-kit-0.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9646149022bd39c3d3f72f361a917a36f6a5dd09175824d13c36daf4697e8e36
|
||||
size 528279
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:965220495d9db38a1f5f8a50812f19f04cd2091f394f5516952de478d83448ee
|
||||
size 521602
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 4 09:08:59 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.10:
|
||||
+ Build fixes, for windows, gcc 4.6.1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 15 10:18:49 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.9:
|
||||
+ p11-kit can't be used as a static library.
|
||||
+ Fix problems crashing when freeing TLS on windows.
|
||||
+ Add debug output to windows init and uninit of library.
|
||||
+.Build fixes, especially for windows
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 21:53:33 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.8:
|
||||
+ Rename non-static functions to have a _p11_xxx prefix
|
||||
+ No concurrent calling of C_Initialize and C_Finalize
|
||||
+ Print more information in 'p11-kit -l'
|
||||
+ Initial port to win32
|
||||
+ Build and testing fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 27 19:24:59 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
|
13
p11-kit.spec
13
p11-kit.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package p11-kit
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 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
|
||||
@ -15,13 +15,11 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: p11-kit
|
||||
Version: 0.7
|
||||
Release: 1
|
||||
Version: 0.10
|
||||
Release: 0
|
||||
Summary: Library to work with PKCS#11 modules
|
||||
License: BSD3c
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://p11-glue.freedesktop.org/p11-kit.html
|
||||
Source0: http://p11-glue.freedesktop.org/releases/%{name}-%{version}.tar.gz
|
||||
@ -35,7 +33,6 @@ as a standard configuration setup for installing PKCS#11 modules in
|
||||
such a way that they're discoverable.
|
||||
|
||||
%package -n libp11-kit0
|
||||
License: BSD3c
|
||||
Summary: Library to work with PKCS#11 modules
|
||||
Group: System/Libraries
|
||||
|
||||
@ -45,7 +42,6 @@ as a standard configuration setup for installing PKCS#11 modules in
|
||||
such a way that they're discoverable.
|
||||
|
||||
%package tools
|
||||
License: BSD3c
|
||||
Summary: Library to work with PKCS#11 modules -- Tools
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
@ -55,7 +51,6 @@ as a standard configuration setup for installing PKCS#11 modules in
|
||||
such a way that they're discoverable.
|
||||
|
||||
%package devel
|
||||
License: BSD3c
|
||||
Summary: Library to work with PKCS#11 modules -- Development Files
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libp11-kit0 = %{version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user