From 29ec2bd7e197f34fe50e6c42179df6c9a828a4c5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Dec 2016 06:46:25 +0100 Subject: php-pecl-weakref: 0.3.3 --- php-pecl-weakref-php7.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'php-pecl-weakref-php7.spec') 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 - 0.3.3-1 +- update to 0.3.3 + * Thu Dec 1 2016 Remi Collet - 0.3.2-4 - rebuild with PHP 7.1.0 GA -- cgit