Hello community,

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

Package is "libp11"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libp11/libp11.changes    2013-01-10 
13:10:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libp11.new/libp11.changes       2015-12-29 
13:00:08.000000000 +0100
@@ -1,0 +2,16 @@
+Wed Dec  2 00:18:59 UTC 2015 - [email protected]
+
+- Update to version 0.3.0
+  * Added small test suite based on softhsm (run on make check)
+  * Memory leak fixes
+  * On module initialization tell the module that the OS locking 
+    primitives are OK to use
+  * Transparently handle applications that fork. That is call C_Initialize() 
+    and reopen any handles if a fork is detected.
+  * Eliminated any hard coded limits for certificate size
+  * Added support for ECDSA
+  * Allow RSA_NO_PADDING padding mode in PKCS11_private_encrypt
+  * Eliminated several hard-coded limits in parameter sizes.
+- Update project and download Urls
+
+-------------------------------------------------------------------

Old:
----
  libp11-0.2.8.tar.gz

New:
----
  libp11-0.3.0.tar.gz

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

Other differences:
------------------
++++++ libp11.spec ++++++
--- /var/tmp/diff_new_pack.YlsE2R/_old  2015-12-29 13:00:09.000000000 +0100
+++ /var/tmp/diff_new_pack.YlsE2R/_new  2015-12-29 13:00:09.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libp11
 #
-# Copyright (c) 2012 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,13 +17,13 @@
 
 
 Name:           libp11
-Version:        0.2.8
+Version:        0.3.0
 Release:        0
-Url:            http://www.opensc-project.org/libp11/
+Url:            https://github.com/OpenSC/libp11
 Summary:        Library Implementing a Small Layer on Top of PKCS#11 API
 License:        LGPL-2.1+
 Group:          Productivity/Security
-Source:         %{name}-%{version}.tar.gz
+Source:         
https://github.com/OpenSC/libp11/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
 Source1:        %{name}-rpmlintrc
 Source2:        baselibs.conf
 BuildRequires:  doxygen
@@ -79,20 +79,14 @@
 
 %prep
 %setup -q
-tr -d \\r <doc/nonpersistent/wiki.out/trac.css 
>doc/nonpersistent/wiki.out/trac.css.unix
-touch -r doc/nonpersistent/wiki.out/trac.css 
doc/nonpersistent/wiki.out/trac.css.unix
-mv doc/nonpersistent/wiki.out/trac.css.unix doc/nonpersistent/wiki.out/trac.css
 
 %build
-%if %suse_version > 1100
-autoreconf -f -i
-%endif
 %configure --disable-static --with-pic \
        --enable-doc\
        --docdir=%{_docdir}/libp11-2\
        --enable-api-doc\
        --with-apidocdir=%{_docdir}/%{name}-devel
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
@@ -100,9 +94,6 @@
 rm -f %{buildroot}%{_libdir}/*.la
 %fdupes %{buildroot}%{_docdir}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -n libp11-2 -p /sbin/ldconfig
 
 %postun -n libp11-2 -p /sbin/ldconfig

++++++ libp11-0.2.8.tar.gz -> libp11-0.3.0.tar.gz ++++++
++++ 32913 lines of diff (skipped)


Reply via email to