From f609281fbd02c777170cc43fb3281a8befd38d71 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 31 Aug 2022 08:17:04 +0200 Subject: fix package name --- REFLECTION | 2 +- php-pecl-simdjson.spec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/REFLECTION b/REFLECTION index 0adf8ed..30fcf7a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #116 simdjson version 2.0.3 ] { +Extension [ extension #117 simdjson version 2.0.3 ] { - Dependencies { } diff --git a/php-pecl-simdjson.spec b/php-pecl-simdjson.spec index c5165e2..bd13dac 100644 --- a/php-pecl-simdjson.spec +++ b/php-pecl-simdjson.spec @@ -23,7 +23,7 @@ #global prever RC2 Summary: Provides faster json decoding through simdjson bindings for PHP -Name: %{?scl_prefix}php-pecl-jsonpath +Name: %{?scl_prefix}php-pecl-simdjson Version: 2.0.3 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP @@ -102,7 +102,7 @@ EOF cd NTS %{_bindir}/phpize %configure \ - --enable-jsonpath \ + --enable-simdjson \ --with-php-config=%{_bindir}/php-config make %{?_smp_mflags} @@ -110,7 +110,7 @@ make %{?_smp_mflags} cd ../ZTS %{_bindir}/zts-phpize %configure \ - --enable-jsonpath \ + --enable-simdjson \ --with-php-config=%{_bindir}/zts-php-config make %{?_smp_mflags} %endif -- cgit