diff --git a/pcsc-lite.spec b/pcsc-lite.spec index e56d35f..fedf108 100644 --- a/pcsc-lite.spec +++ b/pcsc-lite.spec @@ -1,6 +1,6 @@ Name: pcsc-lite Version: 1.3.1 -Release: 6 +Release: 7 Summary: PC/SC Lite smart card framework and applications Group: System Environment/Daemons @@ -9,6 +9,8 @@ URL: http://pcsclite.alioth.debian.org/ Source0: http://alioth.debian.org/download.php/1565/%{name}-%{version}.tar.gz Patch0: %{name}-docinst.patch Patch1: %{name}-1.3.0-rpath64.patch +Patch2: %{name}-1.3.2-no-wakeup.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libusb-devel >= 0.1.7 @@ -59,8 +61,9 @@ Group: Documentation %prep %setup -q -%patch0 -p0 -%patch1 -p1 +%patch0 -p0 -b .docinst +%patch1 -p1 -b .rpath64 +%patch2 -p2 -b .no-wakeup %build %configure \ @@ -146,6 +149,10 @@ fi %changelog +* Thu Sep 14 2006 Bob Relyea - 1.3.1-7 +- Incorporate patch from Ludovic to stop the pcsc daemon from + unnecessarily waking up. + * Mon Jul 31 2006 Ray Strode - 1.3.1-6 - follow packaging guidelines for setting up init service (bug 200778)