!11 update package to 1.9.0

Merge pull request !11 from 季新杰/master
This commit is contained in:
openeuler-ci-bot 2020-07-21 16:28:00 +08:00 committed by Gitee
commit 400fdaf23b
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
pcsc-lite-1.9.0.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: pcsc-lite
Version: 1.8.23
Release: 9
Version: 1.9.0
Release: 1
Summary: Middleware to access a smart card using SCard API (PC/SC)
License: BSD
URL: https://pcsclite.apdu.fr/
@ -82,7 +82,7 @@ mkdir -p %{buildroot}/%{_localstatedir}/run/pcscd
%ldconfig_scriptlets
%files
%doc AUTHORS ChangeLog DRIVERS HELP README SECURITY TODO
%doc AUTHORS ChangeLog HELP README SECURITY TODO
%doc doc/README.polkit
%license COPYING
%dir %{_sysconfdir}/reader.conf.d/
@ -112,6 +112,9 @@ mkdir -p %{buildroot}/%{_localstatedir}/run/pcscd
%changelog
* Tue Jul 21 2020 jixinjie <jixinjie@huawei.com> - 1.9.0-1
- update package to 1.9.0
* Tue Feb 18 2020 Shijie Luo <buildteam@openeuler.org> - 1.8.23-9
- change to use python3 for pcsc-spy python script.