Hello community,

here is the log from the commit of package p11-kit for openSUSE:Factory checked 
in at 2020-04-16 22:58:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/p11-kit (Old)
 and      /work/SRC/openSUSE:Factory/.p11-kit.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "p11-kit"

Thu Apr 16 22:58:08 2020 rev:35 rq:794045 version:0.23.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/p11-kit/p11-kit.changes  2019-12-25 
10:55:06.205634982 +0100
+++ /work/SRC/openSUSE:Factory/.p11-kit.new.2738/p11-kit.changes        
2020-04-16 22:58:13.107445246 +0200
@@ -1,0 +2,52 @@
+Wed Apr 15 07:01:38 UTC 2020 - Martin Pluskal <mplus...@suse.com>
+
+- Update to version 0.23.20:
+  * Revert "Fix RPC when length-s are 0" changes [PR#276]
+- Changes for version 0.23.19:
+  * common: add Russian PKCS#11 extensions to pkcs11x.h header [PR#255]
+  * Add simple bash completion for provided commands [PR#258]
+  * Unbreak list matching in enable-in and disable-in [PR#262]
+  * Fix RPC when length-s are 0 [PR#259]
+  * rpc: Add vsock transport support [PR#270]
+  * trust: Support CKA_NSS_{SERVER,EMAIL}_DISTRUST_AFTER [PR#265]
+  * Build fixes [PR#271, PR#272, PR#273, ...]
+- Changes for version 0.23.18:
+  * rpc: Allow empty CK_DATE value [PR#253]
+  * build: Meson fixes [PR#245]
+  * build: Adjust feature parity between meson and autotools [PR#247]
+- Changes for version 0.23.17:
+  * common: Fix uClibc-ng compilation [PR#237]
+  * trust: do not allow daylight to invalidate date validation [PR#236]
+  * build: Port to meson build system [PR#231, PR#234]
+  * rpc: On UNIX wait on condition variable instead of FD if header is for a 
different thread [PR#232]
+  * doc: Add 'server' command in help [PR#229]
+  * Build and test fixes [PR#230]
+- Changes for version 0.23.16:
+  * proxy: Support C_WaitForSlotEvent() if CKF_DONT_BLOCK is specified [PR#225]
+  * conf: Ignore user configuration if the program is running as root [PR#226]
+  * proxy: Refresh slot list on every C_GetSlotList call [PR#224]
+  * modules: Fix index used in call to p11_dict_remove() [PR#219]
+  * Fix Win32 p11_dl_error crash [PR#218]
+  * modules: check gl.modules before iterates on it when freeing [PR#217]
+  * trust: Ignore unreadable content in anchors [PR#215]
+  * extract-jks: Prefer _p11_extract_jks_timestamp to SOURCE_DATE_EPOCH 
[PR#213]
+- Changes for version 0.23.15:
+  * trust: Improve error handling if backed trust file is corrupted [PR#206]
+  * url: Prefer upper-case letters in hex characters when encoding [PR#193]
+  * trust/extract-jks.c: also honor SOURCE_DATE_EPOCH time [PR#202]
+  * virtual: Prefer fixed closures to libffi closures [PR#196]
+  * Fix issues spotted by coverity and cppcheck [PR#194, PR#204]
+  * Build and test fixes [PR#164, PR#191, PR#199, PR#201]
+- Changes for version 0.23.14:
+  * proxy: Avoid invalid memory access when unloading proxy module [PR#180]
+  * Update pkcs11 header to allow SoftHSMv2 to compile [PR#181]
+  * build: Restore libpthread dependency [PR#183]
+  * Build fixes [PR#188]
+- Changes for version 0.23.13:
+  * server: Enable socket activation through systemd [PR#173]
+  * rpc-server: p11_kit_remote_serve_tokens: Allow exporting all modules 
[PR#174]
+  * proxy: Fail early if there is no slot mapping [PR#175]
+  * Remove hard dependency on libpthread [PR#177]
+  * Build fixes [PR#170, PR#176]
+
+-------------------------------------------------------------------

Old:
----
  p11-kit-0.23.12.tar.gz
  p11-kit-0.23.12.tar.gz.sig

New:
----
  p11-kit-0.23.20.tar.xz
  p11-kit-0.23.20.tar.xz.sig

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

Other differences:
------------------
++++++ p11-kit.spec ++++++
--- /var/tmp/diff_new_pack.hGUD1N/_old  2020-04-16 22:58:14.943446630 +0200
+++ /var/tmp/diff_new_pack.hGUD1N/_new  2020-04-16 22:58:14.947446632 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package p11-kit
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,23 +20,21 @@
 %define pkidir_static    %{_datadir}/pki
 %define trustdir_cfg     %{pkidir_cfg}/trust
 %define trustdir_static  %{pkidir_static}/trust
-
 Name:           p11-kit
-Version:        0.23.12
+Version:        0.23.20
 Release:        0
 Summary:        Library to work with PKCS#11 modules
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
-Url:            http://p11-glue.freedesktop.org/p11-kit.html
-Source0:        
https://github.com/p11-glue/p11-kit/releases/download/%{version}/%{name}-%{version}.tar.gz
-Source1:        
https://github.com/p11-glue/p11-kit/releases/download/%{version}/%{name}-%{version}.tar.gz.sig
+URL:            https://p11-glue.freedesktop.org/p11-kit.html
+Source0:        
https://github.com/p11-glue/p11-kit/releases/download/%{version}/p11-kit-%{version}.tar.xz
+Source1:        
https://github.com/p11-glue/p11-kit/releases/download/%{version}/p11-kit-%{version}.tar.xz.sig
 Source98:       p11-kit.keyring
 Source99:       baselibs.conf
 BuildRequires:  gtk-doc
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libffi) >= 3.0.0
 BuildRequires:  pkgconfig(libtasn1) >= 2.3
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 p11-kit provides a way to load and enumerate PKCS#11 modules, as well
@@ -96,13 +94,13 @@
 Unix domain socket.  Note that this feature is still experimental.
 
 %prep
-%setup -q
+%autosetup
 
 %build
 %configure \
   --with-trust-paths=%{trustdir_cfg}:%{trustdir_static} \
   --enable-doc
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install



Reply via email to