summaryrefslogtreecommitdiffstats
path: root/php-pecl-hprose.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-hprose.spec')
-rw-r--r--php-pecl-hprose.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/php-pecl-hprose.spec b/php-pecl-hprose.spec
index 01b8ecc..e02038e 100644
--- a/php-pecl-hprose.spec
+++ b/php-pecl-hprose.spec
@@ -22,7 +22,7 @@
Summary: Hprose for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.6.7
+Version: 1.6.8
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: MIT
URL: http://pecl.php.net/package/%{pecl_name}
@@ -234,6 +234,14 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Thu Jun 6 2019 Remi Collet <remi@remirepo.net> - 1.6.8-1
+- update to 1.6.8
+- drop patch merged upstream
+
+* Wed Jun 5 2019 Remi Collet <remi@remirepo.net> - 1.6.7-2
+- add patch for PHP 7.4 from
+ https://github.com/hprose/hprose-pecl/pull/17
+
* Wed Jun 5 2019 Remi Collet <remi@remirepo.net> - 1.6.7-1
- update to 1.6.7
- drop patch merged upstream