public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pcsc-perl] epel10: Fix use of __isa_bits macro
@ 2026-09-03 15:00 Marcin Juszkiewicz
  0 siblings, 0 replies; only message in thread
From: Marcin Juszkiewicz @ 2026-09-03 15:00 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/pcsc-perl
Branch : epel10
Commit : e75dca5949f996b90cfdc219de6bb103fb91f403
Author : Marcin Juszkiewicz <mjuszkiewicz@redhat.com>
Date   : 2015-09-14T16:20:34+02:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/pcsc-perl/c/e75dca5949f996b90cfdc219de6bb103fb91f403?branch=epel10

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-03 15:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-03 15:00 [rpms/pcsc-perl] epel10: Fix use of __isa_bits macro Marcin Juszkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox