public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jitka Plesnikova <jplesnik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/pcsc-perl] epel10.3: 1.4.13 bump
Date: Thu, 03 Sep 2026 15:13:52 GMT [thread overview]
Message-ID: <178844843259.1.7281977045183840333.rpms-pcsc-perl-a8600e626557@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/pcsc-perl
Branch : epel10.3
Commit : a8600e626557cc606a293dd2a269e9863172e27f
Author : Jitka Plesnikova <jplesnik@redhat.com>
Date : 2015-04-30T15:38:46+02:00
Stats : +20/-21 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/pcsc-perl/c/a8600e626557cc606a293dd2a269e9863172e27f?branch=epel10.3
Log:
1.4.13 bump
---
diff --git a/.gitignore b/.gitignore
index bd87129..48f70cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
pcsc-perl-1.4.8.tar.gz
/pcsc-perl-1.4.10.tar.gz
/pcsc-perl-1.4.12.tar.bz2
+/pcsc-perl-1.4.13.tar.bz2
diff --git a/pcsc-perl-1.4.12.tar.bz2.asc b/pcsc-perl-1.4.12.tar.bz2.asc
deleted file mode 100644
index 1031fc7..0000000
--- a/pcsc-perl-1.4.12.tar.bz2.asc
+++ /dev/null
@@ -1,7 +0,0 @@
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.10 (GNU/Linux)
-
-iEYEABECAAYFAk1z3yYACgkQP0qKj+B/HPkKHwCfXR9476T64fRL5JXwb33YuWPl
-Dx8An0wdeagkBMR28Mk+Lx+27JMjQKeV
-=Dj8Y
------END PGP SIGNATURE-----
diff --git a/pcsc-perl-1.4.13.tar.bz2.asc b/pcsc-perl-1.4.13.tar.bz2.asc
new file mode 100644
index 0000000..f5bea19
--- /dev/null
+++ b/pcsc-perl-1.4.13.tar.bz2.asc
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.12 (GNU/Linux)
+
+iEYEABECAAYFAlFZYisACgkQP0qKj+B/HPlKngCgjcmV/Dq6FaaZNZxpwWOQVLwO
+r0sAmgNBP7fsv/hBC2N3IdGCsgwNdH4f
+=Lgao
+-----END PGP SIGNATURE-----
diff --git a/pcsc-perl.spec b/pcsc-perl.spec
index 4242a60..8c27034 100644
--- a/pcsc-perl.spec
+++ b/pcsc-perl.spec
@@ -5,8 +5,8 @@
%endif
Name: pcsc-perl
-Version: 1.4.12
-Release: 11%{?dist}
+Version: 1.4.13
+Release: 1%{?dist}
Summary: Perl interface to the PC/SC smart card library
Group: Development/Libraries
@@ -14,9 +14,10 @@ License: GPLv2+
URL: http://ludovic.rousseau.free.fr/softwares/pcsc-perl/
Source0: http://ludovic.rousseau.free.fr/softwares/pcsc-perl/%{name}-%{version}.tar.bz2
Source1: http://ludovic.rousseau.free.fr/softwares/pcsc-perl/%{name}-%{version}.tar.bz2.asc
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: perl(Config)
BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(strict)
BuildRequires: pcsc-lite-devel >= %{pcscver}
Requires: %{pcsclib}%{?mark64}
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -38,11 +39,9 @@ make %{?_smp_mflags}
%install
-rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*
@@ -53,19 +52,18 @@ if ! grep -qF 'dlopen("%{pcsclib}"' PCSCperl.h ; then # sanity check
fi
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
%files
-%defattr(-,root,root,-)
-%doc Changelog LICENCE README examples/
+%license LICENCE
+%doc Changelog README examples/
%{perl_vendorarch}/auto/Chipcard/
%{perl_vendorarch}/Chipcard/
%{_mandir}/man3/Chipcard::PCSC*.3*
%changelog
+* Thu Apr 30 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.4.13-1
+- 1.4.13 bump
+
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.4.12-11
- Perl 5.20 rebuild
@@ -163,7 +161,7 @@ rm -rf $RPM_BUILD_ROOT
* Thu May 19 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.3.1-6
- Provide perl-pcsc, fixate required pcsc-lite version to 1.2.0.
-* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.3.1-5
+* Wed Apr 6 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.3.1-5
- rebuilt
* Fri Jan 7 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:1.3.1-4
diff --git a/sources b/sources
index 2acf5b2..9184c48 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f34c5ab748815bf0b2e571362b4f8121 pcsc-perl-1.4.12.tar.bz2
+758ca469b79667fa8c41422df86a088b pcsc-perl-1.4.13.tar.bz2
reply other threads:[~2026-09-03 15:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178844843259.1.7281977045183840333.rpms-pcsc-perl-a8600e626557@fedoraproject.org \
--to=jplesnik@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox