diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-14 06:46:25 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-14 06:46:25 +0100 |
commit | 29ec2bd7e197f34fe50e6c42179df6c9a828a4c5 (patch) | |
tree | c66f007b4f56d3af0aca304d8472a5aac4d621d3 /php-pecl-weakref-php7.spec | |
parent | eb55a572e058b4adbcc0a45fb49caf524d2b41a0 (diff) |
php-pecl-weakref: 0.3.3
Diffstat (limited to 'php-pecl-weakref-php7.spec')
-rw-r--r-- | php-pecl-weakref-php7.spec | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/php-pecl-weakref-php7.spec b/php-pecl-weakref-php7.spec index 4e0f6ff..0b96cac 100644 --- a/php-pecl-weakref-php7.spec +++ b/php-pecl-weakref-php7.spec @@ -22,12 +22,12 @@ Summary: Implementation of weak references Name: %{?scl_prefix}php-pecl-weakref -Version: 0.3.2 +Version: 0.3.3 %if 0%{?gh_date} Release: 0.2.%{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: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz %endif License: PHP @@ -38,8 +38,6 @@ URL: http://pecl.php.net/package/%{pecl_name} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear -BuildRequires: Judy-devel -BuildRequires: pcre-devel Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} @@ -240,6 +238,9 @@ rm -rf %{buildroot} %changelog +* Tue Dec 13 2016 Remi Collet <remi@fedoraproject.org> - 0.3.3-1 +- update to 0.3.3 + * Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 0.3.2-4 - rebuild with PHP 7.1.0 GA |