import pcsc-lite-1.8.23-4.1.el8_4
This commit is contained in:
parent
a6bce8833e
commit
3b3e8df863
@ -6,7 +6,7 @@ diff -up ./src/PCSC/pcsclite.h.in.readers_32 ./src/PCSC/pcsclite.h.in
|
|||||||
#define PCSCLITE_VERSION_NUMBER "@VERSION@" /**< Current version */
|
#define PCSCLITE_VERSION_NUMBER "@VERSION@" /**< Current version */
|
||||||
/** Maximum readers context (a slot is count as a reader) */
|
/** Maximum readers context (a slot is count as a reader) */
|
||||||
-#define PCSCLITE_MAX_READERS_CONTEXTS 16
|
-#define PCSCLITE_MAX_READERS_CONTEXTS 16
|
||||||
+#define PCSCLITE_MAX_READERS_CONTEXTS 32
|
+#define PCSCLITE_MAX_READERS_CONTEXTS 48
|
||||||
|
|
||||||
#define MAX_READERNAME 128
|
#define MAX_READERNAME 128
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ diff -up ./src/PCSC/pcsclite.h.readers_32 ./src/PCSC/pcsclite.h
|
|||||||
#define PCSCLITE_VERSION_NUMBER "1.8.23" /**< Current version */
|
#define PCSCLITE_VERSION_NUMBER "1.8.23" /**< Current version */
|
||||||
/** Maximum readers context (a slot is count as a reader) */
|
/** Maximum readers context (a slot is count as a reader) */
|
||||||
-#define PCSCLITE_MAX_READERS_CONTEXTS 16
|
-#define PCSCLITE_MAX_READERS_CONTEXTS 16
|
||||||
+#define PCSCLITE_MAX_READERS_CONTEXTS 32
|
+#define PCSCLITE_MAX_READERS_CONTEXTS 48
|
||||||
|
|
||||||
#define MAX_READERNAME 128
|
#define MAX_READERNAME 128
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: pcsc-lite
|
Name: pcsc-lite
|
||||||
Version: 1.8.23
|
Version: 1.8.23
|
||||||
Release: 3%{?dist}
|
Release: 4.1%{?dist}
|
||||||
Summary: PC/SC Lite smart card framework and applications
|
Summary: PC/SC Lite smart card framework and applications
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -155,7 +155,16 @@ sed -i 's|^#! /usr/bin/python|#!/usr/bin/python3|' %{buildroot}/usr/bin/pcsc-spy
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Aug 25 2018 Bob Relyea <rrelyea@redhat.com> - 1.8.23-3
|
* Thu Jun 17 2021 Bob Relyea <rrelyea@redhat.com> - 1.8.23-4.1
|
||||||
|
- rebuild to retrigger gating
|
||||||
|
|
||||||
|
* Thu Jun 17 2021 Bob Relyea <rrelyea@redhat.com> - 1.8.23-4
|
||||||
|
- Update max readers to 48
|
||||||
|
|
||||||
|
* Fri May 10 2019 Bob Relyea <rrelyea@redhat.com> - 1.8.23-3.1
|
||||||
|
- test gating.
|
||||||
|
|
||||||
|
* Fri Aug 24 2018 Bob Relyea <rrelyea@redhat.com> - 1.8.23-3
|
||||||
- Update max readers to 32
|
- Update max readers to 32
|
||||||
|
|
||||||
* Fri Jun 22 2018 Troy Dawson <tdawson@redhat.com> - 1.8.23-2.1
|
* Fri Jun 22 2018 Troy Dawson <tdawson@redhat.com> - 1.8.23-2.1
|
||||||
|
Loading…
Reference in New Issue
Block a user