diff --git a/SPECS/pcsc-lite-ccid.spec b/SPECS/pcsc-lite-ccid.spec index 8129357..095d15b 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: 3%{?dist} +Release: 4%{?dist} Summary: Generic USB CCID smart card reader driver Group: System Environment/Libraries @@ -15,6 +15,7 @@ Source1: ccid-%{version}.tar.bz2.asc Source2: gpgkey-F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E.gpg Patch0: ccid-1.4.26-omnikey-3121.patch Patch1: ccid-1.4.29-maxreaders.patch +Patch2: ccid-1.4.29-add-ccid-1.4.32-readers.patch BuildRequires: perl-interpreter BuildRequires: perl-Getopt-Long @@ -39,7 +40,7 @@ gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0} %setup -q -n ccid-%{version} %patch0 -p1 -b .omnikey %patch1 -p0 -b .maxreaders - +%patch2 -p1 -b .ccid-1-4-32 %build %configure --enable-twinserial @@ -66,6 +67,12 @@ cp -p src/openct/LICENSE LICENSE.openct %changelog +* Thu Jun 11 2020 Bob Relyea - 1.4.29-4 +- update the reader list from new readers added to upstream ccid 1.4.32 + +* Fri Sep 7 2018 Bob Relyea - 1.4.29-3.1 +- Test gating + * Fri Sep 7 2018 Bob Relyea - 1.4.29-3 - fix broken dist variable in spec file.