commit engine_pkcs11 for openSUSE:Factory

2015-12-29 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.engine_pkcs11.new/engine_pkcs11.changes 
2015-12-29 13:00:09.0 +0100
@@ -1,0 +2,14 @@
+Wed Dec  2 00:04:03 UTC 2015 - p.drou...@gmail.com
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.zjs4Hm/_new  2015-12-29 13:00:11.0 +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
 




commit engine_pkcs11 for openSUSE:Factory

2013-02-11 Thread h_root
Hello community,

here is the log from the commit of package engine_pkcs11 for openSUSE:Factory 
checked in at 2013-02-11 14:54:27

Comparing /work/SRC/openSUSE:Factory/engine_pkcs11 (Old)
 and  /work/SRC/openSUSE:Factory/.engine_pkcs11.new (New)


Package is "engine_pkcs11", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/engine_pkcs11/engine_pkcs11.changes  
2011-09-23 01:56:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.engine_pkcs11.new/engine_pkcs11.changes 
2013-02-11 14:54:29.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 11 12:24:15 UTC 2013 - co...@suse.com
+
+- remove broken library require
+
+---



Other differences:
--
++ engine_pkcs11.spec ++
--- /var/tmp/diff_new_pack.YEjEKC/_old  2013-02-11 14:54:31.0 +0100
+++ /var/tmp/diff_new_pack.YEjEKC/_new  2013-02-11 14:54:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package engine_pkcs11
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -16,18 +16,18 @@
 #
 
 
-
 Name:   engine_pkcs11
 Version:0.1.8
-Release:1
+Release:0
 Url:http://www.opensc-project.org/engine_pkcs11/
-Group:  Productivity/Security
-License:BSD-3-Clause
 Summary:OpenSSL PKCS#11 Engine
+License:BSD-3-Clause
+Group:  Productivity/Security
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-COPYING
-BuildRequires:  libp11-devel >= 0.2.5 libxslt pkg-config
-Requires:   libp11-1 >= 0.2.5
+BuildRequires:  libp11-devel >= 0.2.5
+BuildRequires:  libxslt
+BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit engine_pkcs11 for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package engine_pkcs11 for openSUSE:Factory 
checked in at 2011-12-06 18:08:13

Comparing /work/SRC/openSUSE:Factory/engine_pkcs11 (Old)
 and  /work/SRC/openSUSE:Factory/.engine_pkcs11.new (New)


Package is "engine_pkcs11", Maintainer is "sbra...@suse.com"

Changes:




Other differences:
--
++ engine_pkcs11.spec ++
--- /var/tmp/diff_new_pack.CWLIGU/_old  2011-12-06 18:13:42.0 +0100
+++ /var/tmp/diff_new_pack.CWLIGU/_new  2011-12-06 18:13:42.0 +0100
@@ -22,7 +22,7 @@
 Release:1
 Url:http://www.opensc-project.org/engine_pkcs11/
 Group:  Productivity/Security
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Summary:OpenSSL PKCS#11 Engine
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-COPYING

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit engine_pkcs11 for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package engine_pkcs11 for openSUSE:Factory
checked in at Mon Sep 19 16:51:24 CEST 2011.




--- engine_pkcs11/engine_pkcs11.changes 2010-12-16 20:44:33.0 +0100
+++ /mounts/work_src_done/STABLE/engine_pkcs11/engine_pkcs11.changes
2011-09-19 00:51:48.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/obsolete tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ engine_pkcs11.spec ++
--- /var/tmp/diff_new_pack.RXdX2y/_old  2011-09-19 16:51:18.0 +0200
+++ /var/tmp/diff_new_pack.RXdX2y/_new  2011-09-19 16:51:18.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package engine_pkcs11 (Version 0.1.8)
+# spec file for package engine_pkcs11
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   engine_pkcs11
@@ -40,17 +39,6 @@
 OpenSC until OpenSC was split into several small projects to improve
 flexibility.
 
-
-
-Authors:
-
-Andreas Jellinghaus
-Geoff Thorpe
-Kevin Stefanik
-Markus Friedl
-Olaf Kirch
-Yuha Yr�l� 
-
 %prep
 %setup -q
 cp -a %{S:1} COPYING
@@ -60,15 +48,12 @@
--enable-doc\
--docdir=%{_docdir}/%{name}\
--disable-static
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
 cp COPYING doc/nonpersistent/ChangeLog $RPM_BUILD_ROOT%{_docdir}/%{name}/
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr (-, root, root)
 %doc %{_docdir}/%{name}






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org