[pcsc-lite-ccid: 11/30] Bug 238321: pcsc-lite_ver is undefined. Should be pcsc_lite_ver.

Kalev Lember kalev at fedoraproject.org
Sun Dec 12 10:27:09 UTC 2010


commit d85bfe8d44c9677deddeb3dfe3872bcb16e86553
Author: Robert Relyea <rrelyea at fedoraproject.org>
Date:   Mon Apr 30 20:40:29 2007 +0000

    Bug 238321: pcsc-lite_ver is undefined.
    Should be pcsc_lite_ver.

 ccid.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ccid.spec b/ccid.spec
index eba6ae8..d4c3947 100644
--- a/ccid.spec
+++ b/ccid.spec
@@ -4,7 +4,7 @@
 
 Name:           ccid
 Version:        1.2.1
-Release:        1%{dist}
+Release:        2%{dist}
 Summary:        Generic USB CCID smart card reader driver
 
 Group:          System Environment/Libraries
@@ -14,7 +14,7 @@ Source0:        http://alioth.debian.org/download.php/1563/%{name}-%{version}.ta
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libusb-devel >= %{libusb_ver}
-BuildRequires:  pcsc-lite-devel >= %{pcsc-lite_ver}
+BuildRequires:  pcsc-lite-devel >= %{pcsc_lite_ver}
 Requires(post): initscripts
 Requires(postun): initscripts
 Requires:       libusb >= %{libusb_ver}
@@ -71,6 +71,9 @@ exit 0
 
 
 %changelog
+* Mon Apr 30 2007 Bob Relyea <rrelyea at redhat.com> - 1.2.1-2
+- Fix the missed use of the version macro
+
 * Tue Feb 06 2007 Bob Relyea <rrelyea at redhat.com> - 1.2.1-1
 - Pick up ccid 1.2.1
 - use pcscd 'hotplug' feature instead of restarting the daemon


More information about the scm-commits mailing list