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

A new commit has been pushed.

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

Log:
Use __isa_bits macro instead of list of 64-bit architectures

---
diff --git a/pcsc-perl.spec b/pcsc-perl.spec
index 7be606d..7eb47fe 100644
--- a/pcsc-perl.spec
+++ b/pcsc-perl.spec
@@ -1,12 +1,12 @@
 %define pcscver 1.3.0
 %define pcsclib libpcsclite.so.1
-%ifarch x86_64 ppc64 ia64 sparc64 s390x
+%if 0%{__isa_bits} == 64
 %define mark64  ()(64bit)
 %endif
 
 Name:           pcsc-perl
 Version:        1.4.13
-Release:        3%{?dist}
+Release:        4%{?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-4
+- Use __isa_bits macro instead of list of 64-bit architectures
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.13-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 

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

only message in thread, other threads:[~2026-09-03 15:13 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:13 [rpms/pcsc-perl] epel10.3: Use __isa_bits macro instead of list of 64-bit architectures Marcin Juszkiewicz

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