diff --git a/ccid-1.4.29.tar.bz2 b/ccid-1.4.29.tar.bz2 deleted file mode 100644 index 23df982..0000000 Binary files a/ccid-1.4.29.tar.bz2 and /dev/null differ diff --git a/ccid-1.4.33.tar.bz2 b/ccid-1.4.33.tar.bz2 new file mode 100644 index 0000000..de9336b Binary files /dev/null and b/ccid-1.4.33.tar.bz2 differ diff --git a/ccid.spec b/ccid.spec index 54d0c5e..b90a1bf 100644 --- a/ccid.spec +++ b/ccid.spec @@ -1,8 +1,8 @@ %global dropdir %(pkg-config libpcsclite --variable usbdropdir 2>/dev/null) Name: ccid -Version: 1.4.29 -Release: 5 +Version: 1.4.33 +Release: 1 Summary: Provide a generic USB CCID driver and ICCD License: LGPLv2+ URL: https://ccid.apdu.fr/files/ @@ -41,13 +41,16 @@ cp -p src/openct/LICENSE LICENSE.openct /bin/systemctl try-restart pcscd.service &>/dev/null || : %files -%doc AUTHORS ChangeLog README +%doc AUTHORS ChangeLog README.md %license COPYING LICENSE.openct %{dropdir}/ifd-ccid.bundle/ %{dropdir}/serial/ %config(noreplace) %{_sysconfdir}/reader.conf.d/libccidtwin %changelog +* Tue Jul 21 2020 Zhiqiang Liu - 1.4.33-1 +- update to 1.4.33 version + * Sun Jul 5 2020 Zhiqiang Liu - 1.4.29-5 - remove useless readme files.