summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-08-16 12:14:57 +0200
committerRemi Collet <remi@remirepo.net>2018-08-16 12:14:57 +0200
commit578ff1127ae9f3d95d92ac733813299a3c0d848a (patch)
tree4e26b1ed90dd4605381f743709c7267805542a1d
parentc90001cb15f5235ec891eadaa32c4be4364e7abe (diff)
rebuild for 7.3.0beta2 new ABI
-rw-r--r--php-pecl-yaf.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-yaf.spec b/php-pecl-yaf.spec
index 98afcac..58863c0 100644
--- a/php-pecl-yaf.spec
+++ b/php-pecl-yaf.spec
@@ -28,10 +28,10 @@ Summary: Yet Another Framework
Name: %{?sub_prefix}php-pecl-yaf
Version: 3.0.7
%if 0%{?gh_date:1}
-Release: 0.11.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.12.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz
%else
-Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
%endif
License: PHP
@@ -237,6 +237,9 @@ fi
%changelog
+* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 3.0.7-4
+- rebuild for 7.3.0beta2 new ABI
+
* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 3.0.7-3
- rebuild for 7.3.0alpha4 new ABI
- add patch for 7.3.0 from