update to 1.9.0 version

update to 1.9.0 version
This commit is contained in:
Markeryang 2020-07-30 11:20:55 +08:00 committed by Gitee
parent ca53edf19e
commit 752199444d

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
* Thu Jul 30 2020 yanglongkang <yanglongkang@huawei.com> - 1.9.0-1
- update to 1.9.0 version
* Tue Feb 18 2020 Shijie Luo <buildteam@openeuler.org> - 1.8.23-9
- change to use python3 for pcsc-spy python script.