Hello community,

here is the log from the commit of package pcsc-lite for openSUSE:Factory 
checked in at 2018-03-05 13:35:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pcsc-lite (Old)
 and      /work/SRC/openSUSE:Factory/.pcsc-lite.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pcsc-lite"

Mon Mar  5 13:35:26 2018 rev:78 rq:582172 version:1.8.23

Changes:
--------
--- /work/SRC/openSUSE:Factory/pcsc-lite/pcsc-lite.changes      2018-01-06 
18:45:07.434629006 +0100
+++ /work/SRC/openSUSE:Factory/.pcsc-lite.new/pcsc-lite.changes 2018-03-05 
13:35:30.789033887 +0100
@@ -1,0 +2,5 @@
+Fri Mar  2 20:42:09 CET 2018 - sbra...@suse.com
+
+- Use python3 (bsc#1082129, pcsc-lite-python3.patch).
+
+-------------------------------------------------------------------

New:
----
  pcsc-lite-python3.patch

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

Other differences:
------------------
++++++ pcsc-lite.spec ++++++
--- /var/tmp/diff_new_pack.FuzrkW/_old  2018-03-05 13:35:31.573005515 +0100
+++ /var/tmp/diff_new_pack.FuzrkW/_new  2018-03-05 13:35:31.573005515 +0100
@@ -40,6 +40,8 @@
 Source7:        %{name}-%{version}.tar.bz2.asc
 Source8:        %{name}.keyring
 Patch0:         systemd-service.patch
+# PATCH-FEATURE-SLE pcsc-lite-python3.patch bsc1082129 sbra...@suse.com -- Use 
python3.
+Patch1:         pcsc-lite-python3.patch
 BuildRequires:  gcc
 BuildRequires:  libtool
 BuildRequires:  pkg-config
@@ -96,7 +98,7 @@
 
 %package -n libpcscspy0
 Summary:        PCSC Smart Card Library
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          System/Libraries
 
 %description -n libpcscspy0
@@ -104,7 +106,7 @@
 
 %package devel
 Summary:        Development package for the MUSCLE project SmartCards library
-License:        BSD-3-Clause and GPL-3.0+
+License:        BSD-3-Clause AND GPL-3.0-or-later
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
 Requires:       glibc-devel
@@ -118,6 +120,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 cp -a %{SOURCE1} %{SOURCE2} %{SOURCE6} .
 
 %build


++++++ pcsc-lite-python3.patch ++++++
Index: pcsc-lite-1.8.23/src/spy/pcsc-spy
===================================================================
--- pcsc-lite-1.8.23.orig/src/spy/pcsc-spy
+++ pcsc-lite-1.8.23/src/spy/pcsc-spy
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/python3
 
 """
 #    Display PC/SC functions arguments

Reply via email to