diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-09-18 15:19:38 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-09-18 15:19:38 +0200 |
commit | 905fabd3fc44af736d0843e00794467481e2cc90 (patch) | |
tree | 62bc1ef6cbd24e39930ac052ec497c2561bda8d4 | |
parent | 09c31ecf5986bf87ee90e8deaf0e473e792b075e (diff) |
php70: F23 rebuild with rh_layout
-rw-r--r-- | php-pecl-yac-dev.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-yac-dev.spec b/php-pecl-yac-dev.spec index fb11ae6..799454f 100644 --- a/php-pecl-yac-dev.spec +++ b/php-pecl-yac-dev.spec @@ -41,7 +41,7 @@ Summary: Lockless user data cache Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.9.3 %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;')}} %else Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif @@ -272,6 +272,9 @@ rm -rf %{buildroot} %changelog +* Fri Sep 18 2015 Remi Collet <remi@fedoraproject.org> - 0.9.3-0.5.20150717git74fa8e2 +- F23 rebuild with rh_layout + * Wed Jul 22 2015 Remi Collet <remi@fedoraproject.org> - 0.9.3-0.4.20150717git74fa8e2 - rebuild against php 7.0.0beta2 |