Hello community,

here is the log from the commit of package engine_pkcs11 for openSUSE:Factory 
checked in at 2015-12-29 13:00:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/engine_pkcs11 (Old)
 and      /work/SRC/openSUSE:Factory/.engine_pkcs11.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "engine_pkcs11"

Changes:
--------
--- /work/SRC/openSUSE:Factory/engine_pkcs11/engine_pkcs11.changes      
2013-02-11 14:54:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.engine_pkcs11.new/engine_pkcs11.changes 
2015-12-29 13:00:09.000000000 +0100
@@ -1,0 +2,14 @@
+Wed Dec  2 00:04:03 UTC 2015 - [email protected]
+
+- Update to version 0.2.0
+  * Added support for ECDSA when compiled with libp11 0.3.0
+  * Updated engine name to match other openssl engines
+  * Added support for PKCS#11 URLs -RFC7512- when loading keys 
+    or certificates
+  * Added support for id_ legacy object identifier
+  * When no module is set default to p11-kit-proxy.so, allowing to 
+    access any available PKCS#11 object in the system
+- Update project and download Url
+- Build with p11kit support; add pkgconfig(p11-kit-1) build requirement
+
+-------------------------------------------------------------------

Old:
----
  engine_pkcs11-0.1.8.tar.bz2

New:
----
  engine_pkcs11-0.2.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ engine_pkcs11.spec ++++++
--- /var/tmp/diff_new_pack.zjs4Hm/_old  2015-12-29 13:00:11.000000000 +0100
+++ /var/tmp/diff_new_pack.zjs4Hm/_new  2015-12-29 13:00:11.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package engine_pkcs11
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,17 +17,18 @@
 
 
 Name:           engine_pkcs11
-Version:        0.1.8
+Version:        0.2.0
 Release:        0
-Url:            http://www.opensc-project.org/engine_pkcs11/
+Url:            https://github.com/OpenSC/engine_pkcs11
 Summary:        OpenSSL PKCS#11 Engine
 License:        BSD-3-Clause
 Group:          Productivity/Security
-Source:         %{name}-%{version}.tar.bz2
+Source:         
https://github.com/OpenSC/engine_pkcs11/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
 Source1:        %{name}-COPYING
 BuildRequires:  libp11-devel >= 0.2.5
 BuildRequires:  libxslt
 BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(p11-kit-1)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -45,18 +46,17 @@
 
 %build
 %configure\
-       --enable-doc\
        --docdir=%{_docdir}/%{name}\
        --disable-static
 make %{?_smp_mflags}
 
 %install
 %makeinstall
-cp COPYING doc/nonpersistent/ChangeLog $RPM_BUILD_ROOT%{_docdir}/%{name}/
+rm -f %{buildroot}%{_libdir}/engines/libpkcs11.la
 
 %files
 %defattr (-, root, root)
-%doc %{_docdir}/%{name}
+%doc COPYING NEWS
 %dir %{_libdir}/engines/
 %{_libdir}/engines/*.so
 


Reply via email to