From e75dca5949f996b90cfdc219de6bb103fb91f403 Mon Sep 17 00:00:00 2001
From: Marcin Juszkiewicz <mjuszkiew...@redhat.com>
Date: Mon, 14 Sep 2015 16:20:34 +0200
Subject: Fix use of __isa_bits macro

---
 pcsc-perl.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/pcsc-perl.spec b/pcsc-perl.spec
index 7eb47fe..ca63a7e 100644
--- a/pcsc-perl.spec
+++ b/pcsc-perl.spec
@@ -1,12 +1,12 @@
 %define pcscver 1.3.0
 %define pcsclib libpcsclite.so.1
-%if 0%{__isa_bits} == 64
+%if 0%{?__isa_bits} == 64
 %define mark64  ()(64bit)
 %endif
 
 Name:           pcsc-perl
 Version:        1.4.13
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Perl interface to the PC/SC smart card library
 
 Group:          Development/Libraries
@@ -61,6 +61,9 @@ fi
 
 
 %changelog
+* Mon Sep 14 2015 Marcin Juszkiewicz <mjuszkiew...@redhat.com> - 1.4.13-5
+- Fix use of __isa_bits macro
+
 * Mon Sep 14 2015 Marcin Juszkiewicz <mjuszkiew...@redhat.com> - 1.4.13-4
 - Use __isa_bits macro instead of list of 64-bit architectures
 
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/pcsc-perl.git/commit/?h=el6&id=e75dca5949f996b90cfdc219de6bb103fb91f403
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to