Hello community, here is the log from the commit of package pcsc-lite for openSUSE:Factory checked in at 2018-10-25 08:11:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pcsc-lite (Old) and /work/SRC/openSUSE:Factory/.pcsc-lite.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pcsc-lite" Thu Oct 25 08:11:36 2018 rev:80 rq:642122 version:1.8.24 Changes: -------- --- /work/SRC/openSUSE:Factory/pcsc-lite/pcsc-lite.changes 2018-09-05 13:48:11.122220382 +0200 +++ /work/SRC/openSUSE:Factory/.pcsc-lite.new/pcsc-lite.changes 2018-10-25 08:11:42.172213133 +0200 @@ -1,0 +2,13 @@ +Sat Oct 13 21:03:54 UTC 2018 - [email protected] + +- Updated to version 1.8.24 + * SCardGetStatusChange(): Fix a rare race condition + * SCardReleaseContext(): do not release a lock owned by another context + * SCardReconnect(): suspend card auto power off + * Allow "=" in serial driver filenames + * Add the thread id in the pcscd log lines + * pcsc-spy: correctly handle incomplete log file + * Simclist: avoid to divide by zero in list_findpos() + * Some other minor improvements + +------------------------------------------------------------------- Old: ---- pcsc-lite-1.8.23.tar.bz2 pcsc-lite-1.8.23.tar.bz2.asc New: ---- pcsc-lite-1.8.24.tar.bz2 pcsc-lite-1.8.24.tar.bz2.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pcsc-lite.spec ++++++ --- /var/tmp/diff_new_pack.gkwnZ8/_old 2018-10-25 08:11:42.780212735 +0200 +++ /var/tmp/diff_new_pack.gkwnZ8/_new 2018-10-25 08:11:42.780212735 +0200 @@ -26,12 +26,12 @@ %define PKG_USER scard %define PKG_GROUP scard Name: pcsc-lite -Version: 1.8.23 +Version: 1.8.24 Release: 0 Summary: PCSC Smart Cards Library -License: BSD-3-Clause +License: BSD-3-Clause AND GPL-3.0-or-later Group: Productivity/Security -Url: http://pcsclite.alioth.debian.org/ +Url: https://pcsclite.apdu.fr/ Source: %{name}-%{version}.tar.bz2 Source1: %{name}.sysconfig Source2: README.SUSE @@ -143,7 +143,7 @@ mkdir -p %{buildroot}%{_fillupdir} cp %{name}.sysconfig %{buildroot}%{_fillupdir}/sysconfig.pcscd mkdir -p %{buildroot}%{_docdir}/%{name} -cp -a AUTHORS ChangeLog COPYING DRIVERS HELP NEWS README README.SUSE SECURITY TODO %{buildroot}%{_docdir}/%{name} +cp -a AUTHORS ChangeLog COPYING HELP NEWS README README.SUSE SECURITY TODO %{buildroot}%{_docdir}/%{name} # Remove useless la files find %{buildroot} -type f -name "*.la" -delete -print @@ -176,7 +176,6 @@ %dir %{_docdir}/%{name} %{_docdir}/%{name}/AUTHORS %{_docdir}/%{name}/COPYING -%{_docdir}/%{name}/DRIVERS %{_docdir}/%{name}/HELP %{_docdir}/%{name}/NEWS %{_docdir}/%{name}/README ++++++ pcsc-lite-1.8.23.tar.bz2 -> pcsc-lite-1.8.24.tar.bz2 ++++++ ++++ 10382 lines of diff (skipped) ++++++ systemd-service.patch ++++++ --- /var/tmp/diff_new_pack.gkwnZ8/_old 2018-10-25 08:11:43.380212342 +0200 +++ /var/tmp/diff_new_pack.gkwnZ8/_new 2018-10-25 08:11:43.380212342 +0200 @@ -1,9 +1,9 @@ diff --git a/etc/pcscd.service.in b/etc/pcscd.service.in -index 7934050..ddbdcc4 100644 +index eb093de..f0929cd 100644 --- a/etc/pcscd.service.in +++ b/etc/pcscd.service.in -@@ -3,7 +3,9 @@ Description=PC/SC Smart Card Daemon - Requires=pcscd.socket +@@ -4,7 +4,9 @@ Requires=pcscd.socket + Documentation=man:pcscd(8) [Service] -ExecStart=@sbindir_exp@/pcscd --foreground --auto-exit
