update to 1.5.5

This commit is contained in:
wangzhiqiang 2024-02-07 17:07:57 +08:00
parent 13a01deec0
commit 930b71a3c7
3 changed files with 11 additions and 2 deletions

Binary file not shown.

BIN
ccid-1.5.5.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
%global dropdir %(pkg-config libpcsclite --variable usbdropdir 2>/dev/null)
Name: ccid
Version: 1.5.1
Version: 1.5.5
Release: 1
Summary: Provide a generic USB CCID driver and ICCD
License: LGPLv2+
@ -9,7 +9,7 @@ URL: https://ccid.apdu.fr/files/
Source0: https://ccid.apdu.fr/files/ccid-%{version}.tar.bz2
BuildRequires: perl-interpreter perl-Getopt-Long libusb1-devel gnupg2 gcc
BuildRequires: perl-interpreter perl-Getopt-Long libusb1-devel gnupg2 gcc flex zlib-devel
BuildRequires: pcsc-lite-devel >= 1.8.9
Requires(post): systemd
Requires(postun): systemd
@ -48,6 +48,15 @@ cp -p src/openct/LICENSE LICENSE.openct
%config(noreplace) %{_sysconfdir}/reader.conf.d/libccidtwin
%changelog
* Wed Feb 7 2024 yangyun <yangyun50@huawei.com> - 1.5.5-1
- update to 1.5.5 version
- add support of readers (see README.md)
- configure.ac: disable the use of --disabele-usbdropdir
- parse: create output.bin file
- udev: Disable USB-persist for CCID devices
- configure: fail if flex is not found
- some other minor improvments
* Sun Jan 29 2023 liusirui <liusirui@huawei.com> - 1.5.1-1
- update to 1.5.1 version