hrw pushed to pcsc-perl (master). "Fix use of __isa_bits macro"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Sep 14 14:23:10 UTC 2015


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


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 <mjuszkiewicz at redhat.com> - 1.4.13-5
+- Fix use of __isa_bits macro
+
 * Mon Sep 14 2015 Marcin Juszkiewicz <mjuszkiewicz at redhat.com> - 1.4.13-4
 - Use __isa_bits macro instead of list of 64-bit architectures
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/pcsc-perl.git/commit/?h=master&id=e75dca5949f996b90cfdc219de6bb103fb91f403


More information about the perl-devel mailing list