diff --git a/SOURCES/ccid-1.4.29-maxreaders.patch b/SOURCES/ccid-1.4.29-maxreaders.patch index 30f8208..64a5607 100644 --- a/SOURCES/ccid-1.4.29-maxreaders.patch +++ b/SOURCES/ccid-1.4.29-maxreaders.patch @@ -6,7 +6,7 @@ diff -up ./src/ccid_ifdhandler.h.readers_32 ./src/ccid_ifdhandler.h * see the definition of PCSCLITE_MAX_READERS_CONTEXTS in src/PCSC/pcsclite.h */ -#define CCID_DRIVER_MAX_READERS 16 -+#define CCID_DRIVER_MAX_READERS 32 ++#define CCID_DRIVER_MAX_READERS 48 /* * CCID driver specific functions diff --git a/SPECS/pcsc-lite-ccid.spec b/SPECS/pcsc-lite-ccid.spec index 095d15b..9d116b0 100644 --- a/SPECS/pcsc-lite-ccid.spec +++ b/SPECS/pcsc-lite-ccid.spec @@ -4,7 +4,7 @@ Name: pcsc-lite-ccid Version: 1.4.29 -Release: 4%{?dist} +Release: 5.1%{?dist} Summary: Generic USB CCID smart card reader driver Group: System Environment/Libraries @@ -67,6 +67,12 @@ cp -p src/openct/LICENSE LICENSE.openct %changelog +* Thu Jun 17 2021 Bob Relyea - 1.4.29-5.1 +- rebuild to retrigger CI + +* Thu Jun 17 2021 Bob Relyea - 1.4.29-5 +- Increase readers from 32 to 48. + * Thu Jun 11 2020 Bob Relyea - 1.4.29-4 - update the reader list from new readers added to upstream ccid 1.4.32