summaryrefslogtreecommitdiffstats
path: root/php-pecl-swoole4.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-08-03 08:10:44 +0200
committerRemi Collet <remi@remirepo.net>2019-08-03 08:10:44 +0200
commit7b203661e694ceef5a604ebf8d8dc72a6fdab841 (patch)
treedbf71009e5a2e085e32126785d655d421e959ca1 /php-pecl-swoole4.spec
parentcb693c55fc2a2e4e6cc9ca94f6328eee8c7c85bb (diff)
v4.4.3
Diffstat (limited to 'php-pecl-swoole4.spec')
-rw-r--r--php-pecl-swoole4.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec
index 29e6d16..250aad5 100644
--- a/php-pecl-swoole4.spec
+++ b/php-pecl-swoole4.spec
@@ -30,7 +30,7 @@
Summary: PHP's asynchronous concurrent distributed networking framework
Name: %{?sub_prefix}php-pecl-%{pecl_name}4
-Version: 4.4.2
+Version: 4.4.3
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
# Extension is ASL 2.0
# Hiredis is BSD
@@ -318,7 +318,6 @@ cd ../ZTS
%doc %{pecl_docdir}/%{pecl_name}/include
%doc %{pecl_docdir}/%{pecl_name}/thirdparty
%doc %{pecl_docdir}/%{pecl_name}/travis
-%doc %{pecl_docdir}/%{pecl_name}/src
%{php_incldir}/ext/%{pecl_name}
%if %{with_zts}
@@ -327,6 +326,9 @@ cd ../ZTS
%changelog
+* Sat Aug 3 2019 Remi Collet <remi@remirepo.net> - 4.4.3-1
+- update to 4.4.3
+
* Fri Jul 26 2019 Remi Collet <remi@remirepo.net> - 4.4.2-1
- update to 4.4.2
- drop patch merged upstream