summaryrefslogtreecommitdiffstats
path: root/php-pecl-ps.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-ps.spec')
-rw-r--r--php-pecl-ps.spec12
1 files changed, 6 insertions, 6 deletions
diff --git a/php-pecl-ps.spec b/php-pecl-ps.spec
index ddd8df9..440435a 100644
--- a/php-pecl-ps.spec
+++ b/php-pecl-ps.spec
@@ -15,16 +15,14 @@
Summary: An extension to create PostScript files
Name: %{?scl_prefix}php-pecl-ps
-Version: 1.4.3
-Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Version: 1.4.4
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
Group: Development/Languages
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
-Patch0: %{pecl_name}-build.patch
-
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel >= 7.0
@@ -76,8 +74,6 @@ sed -e 's/role="test"/role="src"/' \
-i package.xml
pushd NTS
-%patch0 -p1
-
# Check version
extver=$(sed -n '/#define PHP_PS_VERSION/{s/.* "//;s/".*$//;p}' php_ps.h)
if test "x${extver}" != "x%{version}"; then
@@ -217,6 +213,10 @@ fi
%changelog
+* Thu Sep 30 2021 Remi Collet <remi@remirepo.net> - 1.4.4-1
+- update to 1.4.4
+- drop patches merged upstream
+
* Tue Sep 28 2021 Remi Collet <remi@remirepo.net> - 1.4.3-2
- test build for
- https://github.com/steinm/ps/pull/5 retrieve GD class entry