summaryrefslogtreecommitdiffstats
path: root/php-pecl-ev.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-02-16 08:28:28 +0100
committerRemi Collet <remi@remirepo.net>2021-02-16 08:28:28 +0100
commit6e34591d0b56d55638d527ab03da3c4e0ba38dc9 (patch)
tree8f0942d22e55de50a165f83cbf819c7a0b478142 /php-pecl-ev.spec
parent521c884b4fc7165a292a429740624cb008b1d743 (diff)
update to 1.1.2
Diffstat (limited to 'php-pecl-ev.spec')
-rw-r--r--php-pecl-ev.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-pecl-ev.spec b/php-pecl-ev.spec
index cb3d16d..e918225 100644
--- a/php-pecl-ev.spec
+++ b/php-pecl-ev.spec
@@ -24,9 +24,9 @@
%global ini_name 40-%{pecl_name}.ini
%endif
-%global upstream_version 1.1.1
+%global upstream_version 1.1.2
#global upstream_prever RC3
-%global upstream_postver r1
+#global upstream_postver r1
Summary: Provides interface to libev library
Name: %{?sub_prefix}php-pecl-%{pecl_name}
@@ -185,7 +185,7 @@ cd NTS
%{_bindir}/php \
$DEPMOD \
--define extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \
- --modules | grep %{pecl_name}
+ --modules | grep '^%{pecl_name}$'
: Upstream test suite for NTS extension
TEST_PHP_EXECUTABLE=%{_bindir}/php \
@@ -202,7 +202,7 @@ cd ../ZTS
%{__ztsphp} \
$DEPMOD \
--define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \
- --modules | grep %{pecl_name}
+ --modules | grep '^%{pecl_name}$'
: Upstream test suite for ZTS extension
TEST_PHP_EXECUTABLE=%{__ztsphp} \
@@ -228,6 +228,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Feb 16 2021 Remi Collet <remi@remirepo.net> - 1.1.2-1
+- update to 1.1.2
+
* Tue Feb 16 2021 Remi Collet <remi@remirepo.net> - 1.1.1+r1-1
- update to 1.1.1r1 (stable)