Update to 1.7.0

Use libudev for hotplugging instead of hal.
This commit is contained in:
Kalev Lember 2011-03-15 18:10:56 +02:00
parent 87ca8061db
commit d7b5fb019d
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/pcsc-lite-1.6.4.tar.bz2
/pcsc-lite-1.6.6.tar.bz2
/pcsc-lite-1.6.7.tar.bz2
/pcsc-lite-1.7.0.tar.bz2

View File

@ -1,7 +1,7 @@
%global upstream_build 3516
%global upstream_build 3527
Name: pcsc-lite
Version: 1.6.7
Version: 1.7.0
Release: 1%{?dist}
Summary: PC/SC Lite smart card framework and applications
@ -18,7 +18,7 @@ Patch2: %{name}-1.6.7-noautostart.patch
Patch3: %{name}-1.6.6-no_auto_power_down
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: hal-devel
BuildRequires: libudev-devel
BuildRequires: doxygen
BuildRequires: graphviz
Requires(post): initscripts
@ -152,6 +152,10 @@ fi
%changelog
* Wed Mar 09 2011 Kalev Lember <kalev@smartlink.ee> - 1.7.0-1
- Update to 1.7.0
- Use libudev for hotplugging instead of hal
* Fri Feb 25 2011 Kalev Lember <kalev@smartlink.ee> - 1.6.7-1
- Update to 1.6.7
- Rebased noautostart patch

View File

@ -1 +1 @@
62115ae6dc6fc23da7ffe50986e84eb7 pcsc-lite-1.6.7.tar.bz2
df69029ddbf62b9ae5f9307183d19a4d pcsc-lite-1.7.0.tar.bz2