rpms/ccid/devel ccid.spec,1.9,1.10

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 30 20:40:36 UTC 2007


Author: rrelyea

Update of /cvs/dist/rpms/ccid/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15144

Modified Files:
	ccid.spec 
Log Message:


Bug 238321: pcsc-lite_ver is undefined.

Should be pcsc_lite_ver.





Index: ccid.spec
===================================================================
RCS file: /cvs/dist/rpms/ccid/devel/ccid.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ccid.spec	7 Feb 2007 02:22:01 -0000	1.9
+++ ccid.spec	30 Apr 2007 20:40:29 -0000	1.10
@@ -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 @@
 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 @@
 
 
 %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 fedora-cvs-commits mailing list