public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/pcsc-perl] epel10: - 1.4.1.
Date: Thu, 03 Sep 2026 15:00:12 GMT [thread overview]
Message-ID: <178844761212.1.7301167670264697900.rpms-pcsc-perl-52c50aea8ad7@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/pcsc-perl
Branch : epel10
Commit : 52c50aea8ad7e6f64a3ea9b5abe122e59629282f
Author : Ville Skyttä <scop@fedoraproject.org>
Date : 2006-03-06T15:43:20+00:00
Stats : +15/-9 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/pcsc-perl/c/52c50aea8ad7e6f64a3ea9b5abe122e59629282f?branch=epel10
Log:
- 1.4.1.
- Don't hardcode required pcsc-lite-libs version, use shared lib file
instead.
- Convert docs to UTF-8.
---
diff --git a/.cvsignore b/.cvsignore
index cb36d45..2939122 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-pcsc-perl-1.3.1.tar.gz
+pcsc-perl-1.4.1.tar.gz
diff --git a/pcsc-perl.spec b/pcsc-perl.spec
index fee1b27..825c242 100644
--- a/pcsc-perl.spec
+++ b/pcsc-perl.spec
@@ -1,8 +1,9 @@
-%define pcscver 1.2.0
+%define pcscver 1.3.0
+%define pcsclib %{_libdir}/libpcsclite.so.1
Name: pcsc-perl
-Version: 1.3.1
-Release: 8%{?dist}
+Version: 1.4.1
+Release: 1%{?dist}
Summary: Perl interface to the PC/SC smart card library
Group: Development/Libraries
@@ -12,8 +13,8 @@ Source0: http://ludovic.rousseau.free.fr/softwares/pcsc-perl/%{name}-%{ve
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl
-BuildRequires: pcsc-lite-devel = %{pcscver}
-Requires: pcsc-lite-libs = %{pcscver}
+BuildRequires: pcsc-lite-devel >= %{pcscver}
+Requires: %{pcsclib}
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Provides: perl-pcsc = %{version}-%{release}
@@ -25,11 +26,11 @@ library.
%prep
%setup -q
chmod 644 examples/* # avoid dependencies
+f=README ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" \
- DEFINE=-Wall INC=
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" DEFINE=-Wall
make %{?_smp_mflags}
@@ -59,6 +60,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Mar 6 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.4.1-1
+- 1.4.1.
+- Don't hardcode required pcsc-lite-libs version, use shared lib file instead.
+- Convert docs to UTF-8.
+
* Wed Feb 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.3.1-8
- Rebuild, cosmetics.
diff --git a/sources b/sources
index da791e6..bc8dba5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4c1869b5b726f7ab5b1bda88b390c821 pcsc-perl-1.3.1.tar.gz
+0a432f4fd6414aa3122b53a091b47064 pcsc-perl-1.4.1.tar.gz
reply other threads:[~2026-09-03 15:00 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=178844761212.1.7301167670264697900.rpms-pcsc-perl-52c50aea8ad7@fedoraproject.org \
--to=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