Hello community,

here is the log from the commit of package python-pyscard for openSUSE:Factory 
checked in at 2019-04-04 12:08:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyscard (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyscard.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyscard"

Thu Apr  4 12:08:58 2019 rev:7 rq:691405 version:1.9.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyscard/python-pyscard.changes    
2019-03-26 15:45:59.704065239 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyscard.new.3908/python-pyscard.changes  
2019-04-04 12:09:00.821349020 +0200
@@ -1,0 +2,5 @@
+Thu Apr  4 07:08:04 UTC 2019 - Torsten Gruner <t.gru...@katodev.de>
+
+- Fix Exception test on 32-bits CPU. Issue #72 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pyscard.spec ++++++
--- /var/tmp/diff_new_pack.RSsUel/_old  2019-04-04 12:09:02.305347612 +0200
+++ /var/tmp/diff_new_pack.RSsUel/_new  2019-04-04 12:09:02.309347609 +0200
@@ -13,7 +13,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
@@ -49,6 +49,8 @@
 %setup -q -n %{modname}-%{version}
 mv smartcard/doc .
 dos2unix LICENSE
+# PATCH-FIX-UPSTREAM  Fix Exception test on 32-bits CPU. Issue #72
+sed -i 's|available. (0x8010001D)")|available. (0x%08X)" % 
SCARD_E_NO_SERVICE)|' test/test_Exceptions.py
 
 %build
 export CFLAGS="%{optflags}"
@@ -63,7 +65,8 @@
 %endif
 
 %files %{python_files}
-%doc ACKS ChangeLog doc LICENSE PKG-INFO README.md TODO
+%doc ChangeLog doc README.md
+%license LICENSE
 %{python_sitearch}/*
 
 %changelog


Reply via email to