diff options
-rw-r--r-- | php-pecl-pthreads.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-pthreads.spec b/php-pecl-pthreads.spec index d048ba2..950d0d1 100644 --- a/php-pecl-pthreads.spec +++ b/php-pecl-pthreads.spec @@ -11,9 +11,9 @@ %global pecl_name pthreads %global ini_name 40-%{pecl_name}.ini # https://github.com/krakjoe/pthreads/commits/master -%global gh_commit 959ab0ff5fbd59d29a9d77f0309065cdfe62531f +%global gh_commit 61a5e8fa36d243312ecd1f896b11e3f13b16094c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20161111 +%global gh_date 20170123 %global gh_owner krakjoe %global gh_project pthreads @@ -21,7 +21,7 @@ Summary: Threading API Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 3.1.7 %if 0%{?gh_date:1} -Release: 0.4.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.5.%{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: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} @@ -201,6 +201,9 @@ rm -rf %{buildroot} %changelog +* Thu Mar 23 2017 Remi Collet <remi@remirepo.net> - 3.1.7-0.5.20170123git61a5e8f +- refresh with a newer snapshot + * Mon Dec 5 2016 Remi Collet <remi@fedoraproject.org> - 3.1.7-0.4.20161111git959ab0f - refresh with a newer snapshot |