!4 ccid: update to 1.4.33 version

Merge pull request !4 from liuzhiqiang/master
This commit is contained in:
openeuler-ci-bot 2020-07-21 14:08:09 +08:00 committed by Gitee
commit 31703e848b
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
ccid-1.4.33.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,8 +1,8 @@
%global dropdir %(pkg-config libpcsclite --variable usbdropdir 2>/dev/null) %global dropdir %(pkg-config libpcsclite --variable usbdropdir 2>/dev/null)
Name: ccid Name: ccid
Version: 1.4.29 Version: 1.4.33
Release: 5 Release: 1
Summary: Provide a generic USB CCID driver and ICCD Summary: Provide a generic USB CCID driver and ICCD
License: LGPLv2+ License: LGPLv2+
URL: https://ccid.apdu.fr/files/ 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 || : /bin/systemctl try-restart pcscd.service &>/dev/null || :
%files %files
%doc AUTHORS ChangeLog README %doc AUTHORS ChangeLog README.md
%license COPYING LICENSE.openct %license COPYING LICENSE.openct
%{dropdir}/ifd-ccid.bundle/ %{dropdir}/ifd-ccid.bundle/
%{dropdir}/serial/ %{dropdir}/serial/
%config(noreplace) %{_sysconfdir}/reader.conf.d/libccidtwin %config(noreplace) %{_sysconfdir}/reader.conf.d/libccidtwin
%changelog %changelog
* Tue Jul 21 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 1.4.33-1
- update to 1.4.33 version
* Sun Jul 5 2020 Zhiqiang Liu <lzhq28@mail.ustc.edu.cn> - 1.4.29-5 * Sun Jul 5 2020 Zhiqiang Liu <lzhq28@mail.ustc.edu.cn> - 1.4.29-5
- remove useless readme files. - remove useless readme files.