Hello community, here is the log from the commit of package pkcs11-helper for openSUSE:Factory checked in at 2015-01-06 09:06:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pkcs11-helper (Old) and /work/SRC/openSUSE:Factory/.pkcs11-helper.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pkcs11-helper" Changes: -------- --- /work/SRC/openSUSE:Factory/pkcs11-helper/pkcs11-helper.changes 2013-03-04 17:33:03.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.pkcs11-helper.new/pkcs11-helper.changes 2015-01-06 09:06:31.000000000 +0100 @@ -1,0 +2,17 @@ +Sat Dec 20 11:52:04 UTC 2014 - [email protected] + +- Update to version 1.11 + + openssl: support generic pkey. + + openssl: add dsa support. + + openssl: add ecdsa support. +- Changes from version 1.10 + + PolarSSL crypto engine by Adriaan de Jong + + build: --disable-crypto-engine-win32 renamed to + --disable-crypto-engine-cryptoapi + + api: PKCS11H_FEATURE_MASK_ENGINE_CRYPTO_WIN32 renamed to + PKCS11H_FEATURE_MASK_ENGINE_CRYPTO_CRYPTOAPI. + + api: PKCS11H_ENGINE_CRYPTO_WIN32 renamed to + PKCS11H_ENGINE_CRYPTO_CRYPTOAPI +- pkcs11-helper has a new home; update homepage and source Url + +------------------------------------------------------------------- Old: ---- pkcs11-helper-1.09.tar.bz2 New: ---- pkcs11-helper-1.11.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pkcs11-helper.spec ++++++ --- /var/tmp/diff_new_pack.W8cDhK/_old 2015-01-06 09:06:32.000000000 +0100 +++ /var/tmp/diff_new_pack.W8cDhK/_new 2015-01-06 09:06:32.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package pkcs11-helper # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -24,13 +24,13 @@ BuildRequires: libtool BuildRequires: mozilla-nss-devel BuildRequires: pkg-config -Version: 1.09 +Version: 1.11 Release: 0 -Url: http://www.opensc-project.org/pkcs11-helper/ +Url: https://github.com/OpenSC/OpenSC/wiki Summary: Helper Library for the Use with Smart Cards and the PKCS#11 API License: BSD-3-Clause and GPL-2.0 Group: System/Libraries -Source: http://www.opensc-project.org/files/pkcs11-helper/%{name}-%{version}.tar.bz2 +Source: https://github.com/OpenSC/pkcs11-helper/archive/%{name}-%{version}.tar.gz Source2: baselibs.conf Requires: libpkcs11-helper1 = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -49,12 +49,6 @@ * and much more All this is possible using a simple API. - - -Authors: --------- - Alon Bar-Lev <[email protected]> - %package -n libpkcs11-helper1 Summary: Helper Library for the Use with Smart Cards and the PKCS#11 API Group: System/Libraries @@ -67,11 +61,6 @@ using a simple API. - -Authors: --------- - Alon Bar-Lev <[email protected]> - %package devel Summary: Helper Library for the Use with Smart Cards and the PKCS#11 API Group: Development/Libraries/C and C++ @@ -85,20 +74,12 @@ slot, supporting session expiration serialization and much more, all using a simple API. - - -Authors: --------- - Alon Bar-Lev <[email protected]> - %prep -%setup -q +%setup -q -n %{name}-%{name}-%{version} %patch %build -%if %suse_version > 1020 autoreconf -f -i -%endif %configure --disable-static --with-pic\ --enable-doc\ --docdir=%{_docdir}/%{name} @@ -110,9 +91,6 @@ %{__rm} -f %{buildroot}%{_libdir}/*.la %fdupes %{buildroot}%{_docdir} -%clean -rm -rf $RPM_BUILD_ROOT - %post -n libpkcs11-helper1 -p /sbin/ldconfig %postun -n libpkcs11-helper1 -p /sbin/ldconfig -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
