public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/pcsc-perl] epel10: - 1.4.6 + PCSCperl.h #defines fixes.
Date: Thu, 03 Sep 2026 15:00:15 GMT	[thread overview]
Message-ID: <178844761544.1.2828201716780565062.rpms-pcsc-perl-bb784f802ba7@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/pcsc-perl
            Branch : epel10
            Commit : bb784f802ba725095ce2faa193742ff4357f4add
            Author : Ville Skyttä <scop@fedoraproject.org>
            Date   : 2007-04-18T17:15:36+00:00
            Stats  : +24/-5 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/pcsc-perl/c/bb784f802ba725095ce2faa193742ff4357f4add?branch=epel10

            Log:
            - 1.4.6 + PCSCperl.h #defines fixes.
- BuildRequire perl(ExtUtils::MakeMaker).

---
diff --git a/.cvsignore b/.cvsignore
index b5a0a9b..20db023 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-pcsc-perl-1.4.4.tar.gz
+pcsc-perl-1.4.6.tar.gz

diff --git a/pcsc-perl-1.4.6-defines.patch b/pcsc-perl-1.4.6-defines.patch
new file mode 100644
index 0000000..6ab6eed
--- /dev/null
+++ b/pcsc-perl-1.4.6-defines.patch
@@ -0,0 +1,13 @@
+--- pcsc-perl-1.4.6/PCSCperl.h~	2007-04-17 23:06:16.000000000 +0300
++++ pcsc-perl-1.4.6/PCSCperl.h	2007-04-17 23:12:04.000000000 +0300
+@@ -66,8 +66,8 @@
+ #  define CLOSE_LIB(x)    dlclose(x)
+ #  define DLL_HANDLE      void*
+ #  define GET_FCT         dlsym
+-#define LPCTSTR LPCSTR
+-#define LPTSTR LPSTR
++#  define LPCSTR          LPCTSTR
++#  define LPSTR           LPTSTR
+ #endif /* LINUX/FreeBSD */
+ 
+ #ifdef  __APPLE__

diff --git a/pcsc-perl.spec b/pcsc-perl.spec
index 15e30f0..4d1fa61 100644
--- a/pcsc-perl.spec
+++ b/pcsc-perl.spec
@@ -5,17 +5,18 @@
 %endif
 
 Name:           pcsc-perl
-Version:        1.4.4
-Release:        3%{?dist}
+Version:        1.4.6
+Release:        1%{?dist}
 Summary:        Perl interface to the PC/SC smart card library
 
 Group:          Development/Libraries
 License:        GPL
 URL:            http://ludovic.rousseau.free.fr/softwares/pcsc-perl/
 Source0:        http://ludovic.rousseau.free.fr/softwares/pcsc-perl/%{name}-%{version}.tar.gz
+Patch0:         %{name}-1.4.6-defines.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  pcsc-lite-devel >= %{pcscver}
 Requires:       %{pcsclib}%{?mark64}
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -28,6 +29,7 @@ library.
 
 %prep
 %setup -q
+%patch0 -p1
 chmod 644 examples/* # avoid dependencies
 f=Changelog ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f
 
@@ -66,6 +68,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Apr 17 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.4.6-1
+- 1.4.6 + PCSCperl.h #defines fixes.
+- BuildRequire perl(ExtUtils::MakeMaker).
+
 * Sun Dec 24 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.4.4-3
 - Eliminate file based dependencies.
 

diff --git a/sources b/sources
index cba69d6..efc9799 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-999bd6ab4b41d6dd5b78fc6eb8d4b3fd  pcsc-perl-1.4.4.tar.gz
+b68132de27d2ce2dd8d796fd123da878  pcsc-perl-1.4.6.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=178844761544.1.2828201716780565062.rpms-pcsc-perl-bb784f802ba7@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