Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pcsc-lite for openSUSE:Factory 
checked in at 2021-08-16 10:05:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pcsc-lite (Old)
 and      /work/SRC/openSUSE:Factory/.pcsc-lite.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pcsc-lite"

Mon Aug 16 10:05:39 2021 rev:88 rq:911551 version:1.9.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/pcsc-lite/pcsc-lite.changes      2021-02-22 
14:58:12.961777678 +0100
+++ /work/SRC/openSUSE:Factory/.pcsc-lite.new.1899/pcsc-lite.changes    
2021-08-16 10:05:49.575508537 +0200
@@ -1,0 +2,19 @@
+Sat Aug  7 13:01:03 UTC 2021 - Axel Braun <[email protected]>
+
+- version 1.9.3
+  * fix a stupid regression with systemd introduced in the previous version
+- version 1.9.2
+  * improve NetBSD support
+  * pcsc-spy: version 1.1
+   . add option -t|--thread
+   . x10 speed increase
+   . correctly exit at end-of-file
+   . remove, now useless, support of macOS
+  * SetProtocol: Handle IFD_NOT_SUPPORTED from the driver
+  * hotplug_libudev.c: sanitize interface name
+  * pcsc_demo: change licence from GPLv3 to BSD
+  * use Python 3 for Python scripts (psc-spy, UnitaryTests)
+  * Some other minor improvements
+- remove obsolete pcsc-lite-python3.patch
+
+-------------------------------------------------------------------

Old:
----
  pcsc-lite-1.9.1.tar.bz2
  pcsc-lite-1.9.1.tar.bz2.asc
  pcsc-lite-python3.patch

New:
----
  pcsc-lite-1.9.3.tar.bz2
  pcsc-lite-1.9.3.tar.bz2.asc

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

Other differences:
------------------
++++++ pcsc-lite.spec ++++++
--- /var/tmp/diff_new_pack.01Dg6g/_old  2021-08-16 10:05:50.315507652 +0200
+++ /var/tmp/diff_new_pack.01Dg6g/_new  2021-08-16 10:05:50.319507647 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pcsc-lite
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 %define PKG_USER       scard
 %define PKG_GROUP      scard
 Name:           pcsc-lite
-Version:        1.9.1
+Version:        1.9.3
 Release:        0
 Summary:        PC/SC Smart Cards Library
 License:        BSD-3-Clause AND GPL-3.0-or-later
@@ -40,8 +40,6 @@
 Source7:        https://pcsclite.apdu.fr/files/%{name}-%{version}.tar.bz2.asc
 Source8:        %{name}.keyring
 Patch0:         systemd-service.patch
-# PATCH-FEATURE-SLE pcsc-lite-python3.patch bsc1082129 [email protected] -- Use 
python3.
-Patch1:         pcsc-lite-python3.patch
 BuildRequires:  gcc
 BuildRequires:  libtool
 BuildRequires:  pkg-config
@@ -110,7 +108,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 cp -a %{SOURCE1} %{SOURCE2} %{SOURCE6} .
 
 %build

++++++ pcsc-lite-1.9.1.tar.bz2 -> pcsc-lite-1.9.3.tar.bz2 ++++++
++++ 4591 lines of diff (skipped)

++++++ systemd-service.patch ++++++
--- /var/tmp/diff_new_pack.01Dg6g/_old  2021-08-16 10:05:50.875506982 +0200
+++ /var/tmp/diff_new_pack.01Dg6g/_new  2021-08-16 10:05:50.875506982 +0200
@@ -1,15 +1,17 @@
 diff --git a/etc/pcscd.service.in b/etc/pcscd.service.in
-index eb093de..f0929cd 100644
+index 65ad6a6..f0929cd 100644
 --- a/etc/pcscd.service.in
 +++ b/etc/pcscd.service.in
-@@ -4,7 +4,9 @@ Requires=pcscd.socket
+@@ -4,9 +4,10 @@ Requires=pcscd.socket
  Documentation=man:pcscd(8)
  
  [Service]
--ExecStart=@sbindir_exp@/pcscd --foreground --auto-exit
+-ExecStart=@sbindir_exp@/pcscd --foreground --auto-exit $PCSCD_ARGS
 +Environment="PCSCD_OPTIONS="
 +EnvironmentFile=-/etc/sysconfig/pcscd
 +ExecStart=@sbindir_exp@/pcscd --foreground $PCSCD_OPTIONS
  ExecReload=@sbindir_exp@/pcscd --hotplug
+-EnvironmentFile=-@sysconfdir@/default/pcscd
  
  [Install]
+ Also=pcscd.socket

Reply via email to