summaryrefslogtreecommitdiffstats
path: root/php-pecl-pcsc.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-pcsc.spec')
-rw-r--r--php-pecl-pcsc.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/php-pecl-pcsc.spec b/php-pecl-pcsc.spec
index cccf239..59e71ec 100644
--- a/php-pecl-pcsc.spec
+++ b/php-pecl-pcsc.spec
@@ -14,15 +14,13 @@
Summary: An extension for PHP using the winscard PC/SC API
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 0.4.0
+Version: 0.5.1
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: BSD
Group: Development/Languages
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
-Patch0: %{pecl_name}-php8.patch
-
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
BuildRequires: pcsc-lite-devel
@@ -79,8 +77,6 @@ mv %{pecl_name}-%{version} NTS
%{?_licensedir:sed -e '/COPYING/s/role="doc"/role="src"/' -i package.xml}
cd NTS
-%patch0 -p1 -b .pr1
-
# Sanity check, really often broken
extver=$(sed -n '/#define PHP_PCSC_VERSION/{s/.* "//;s/".*$//;p}' php_pcsc.h)
if test "x${extver}" != "x%{version}"; then
@@ -201,6 +197,10 @@ cd ../ZTS
%changelog
+* Sun Feb 21 2021 Remi Collet <remi@remirepo.net> - 0.5.1-1
+- update to 0.5.1
+- drop patch merged upstream
+
* Tue Feb 9 2021 Remi Collet <remi@remirepo.net> - 0.4.0-1
- update to 0.4.0
- add patch for PHP 8 from