update to 1.5.5
This commit is contained in:
parent
13a01deec0
commit
930b71a3c7
Binary file not shown.
BIN
ccid-1.5.5.tar.bz2
Normal file
BIN
ccid-1.5.5.tar.bz2
Normal file
Binary file not shown.
13
ccid.spec
13
ccid.spec
@ -1,7 +1,7 @@
|
|||||||
%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.5.1
|
Version: 1.5.5
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Provide a generic USB CCID driver and ICCD
|
Summary: Provide a generic USB CCID driver and ICCD
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -9,7 +9,7 @@ URL: https://ccid.apdu.fr/files/
|
|||||||
|
|
||||||
Source0: https://ccid.apdu.fr/files/ccid-%{version}.tar.bz2
|
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
|
BuildRequires: pcsc-lite-devel >= 1.8.9
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
Requires(postun): systemd
|
Requires(postun): systemd
|
||||||
@ -48,6 +48,15 @@ cp -p src/openct/LICENSE LICENSE.openct
|
|||||||
%config(noreplace) %{_sysconfdir}/reader.conf.d/libccidtwin
|
%config(noreplace) %{_sysconfdir}/reader.conf.d/libccidtwin
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Jan 29 2023 liusirui <liusirui@huawei.com> - 1.5.1-1
|
||||||
- update to 1.5.1 version
|
- update to 1.5.1 version
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user