summaryrefslogtreecommitdiffstats
path: root/php-pecl-jsonpath.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-jsonpath.spec')
-rw-r--r--php-pecl-jsonpath.spec10
1 files changed, 4 insertions, 6 deletions
diff --git a/php-pecl-jsonpath.spec b/php-pecl-jsonpath.spec
index 8aa55ea..1e5b9c1 100644
--- a/php-pecl-jsonpath.spec
+++ b/php-pecl-jsonpath.spec
@@ -25,14 +25,12 @@
Summary: Extract data using JSONPath notation
Name: %{?sub_prefix}php-pecl-jsonpath
-Version: 0.9.3
+Version: 0.9.4
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
-Source1: https://raw.githubusercontent.com/supermetrics-public/pecl-jsonpath/v%{version}/tests/utils/sort_recursively.php
-
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel >= 7.4
@@ -77,9 +75,6 @@ sed -e 's/role="test"/role="src"/' \
-i package.xml
cd NTS
-mkdir tests/utils
-cp %{SOURCE1} tests/utils
-
# Sanity check, really often broken
extver=$(sed -n '/#define PHP_JSONPATH_VERSION/{s/.* "//;s/".*$//;p}' php_jsonpath.h)
if test "x${extver}" != "x%{version}%{?prever}"; then
@@ -201,6 +196,9 @@ cd ../ZTS
%changelog
+* Mon Aug 23 2021 Remi Collet <remi@remirepo.net> - 0.9.4-1
+- update to 0.9.4
+
* Mon Aug 9 2021 Remi Collet <remi@remirepo.net> - 0.9.3-1
- initial package
- open https://github.com/supermetrics-public/pecl-jsonpath/pull/137