From d7b5fb019df36c2328d60d51e940eef30e074f9d Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 15 Mar 2011 18:10:56 +0200 Subject: [PATCH] Update to 1.7.0 Use libudev for hotplugging instead of hal. --- .gitignore | 1 + pcsc-lite.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f73c611..e0afc59 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/pcsc-lite.spec b/pcsc-lite.spec index 5510a4a..631324e 100644 --- a/pcsc-lite.spec +++ b/pcsc-lite.spec @@ -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 - 1.7.0-1 +- Update to 1.7.0 +- Use libudev for hotplugging instead of hal + * Fri Feb 25 2011 Kalev Lember - 1.6.7-1 - Update to 1.6.7 - Rebased noautostart patch diff --git a/sources b/sources index 5f948d9..81637bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -62115ae6dc6fc23da7ffe50986e84eb7 pcsc-lite-1.6.7.tar.bz2 +df69029ddbf62b9ae5f9307183d19a4d pcsc-lite-1.7.0.tar.bz2