rpms/ccid/devel ccid.spec,1.6,1.7

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Nov 6 19:46:58 UTC 2006


Author: rrelyea

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

Modified Files:
	ccid.spec 
Log Message:


change '-' to '_' in  version string.



Index: ccid.spec
===================================================================
RCS file: /cvs/dist/rpms/ccid/devel/ccid.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ccid.spec	2 Nov 2006 00:37:05 -0000	1.6
+++ ccid.spec	6 Nov 2006 19:46:56 -0000	1.7
@@ -1,10 +1,10 @@
 %define dropdir %(pkg-config libpcsclite --variable usbdropdir 2>/dev/null)
 %define libusb_ver 0.1.7
-%define pcsc-lite_ver 1.3.2
+%define pcsc_lite_ver 1.3.2
 
 Name:           ccid
 Version:        1.1.0
-Release:        1
+Release:        2
 Summary:        Generic USB CCID smart card reader driver
 
 Group:          System Environment/Libraries
@@ -18,7 +18,7 @@
 Requires(post): initscripts
 Requires(postun): initscripts
 Requires:       libusb >= %{libusb_ver}
-Requires:       pcsc-lite >= %{pcsc-lite_ver}
+Requires:       pcsc-lite >= %{pcsc_lite_ver}
 Provides:       pcsc-ifd-handler
 # 390 does not have libusb or smartCards
 ExcludeArch: s390 s390x
@@ -70,6 +70,9 @@
 
 
 %changelog
+* Mon Nov 06 2006 Bob Relyea <rrelyea at redhat.com> - 1.1.0-2
+- Fix version macro to remove '-'
+
 * Thu Nov 02 2006 Bob Relyea <rrelyea at redhat.com> - 1.1.0-1
 - Pickup ccid 1.1.0
 




More information about the fedora-cvs-commits mailing list