diff options
-rw-r--r-- | php-pecl-apm-dev.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-apm-dev.spec b/php-pecl-apm-dev.spec index a5b76bc..8db67dc 100644 --- a/php-pecl-apm-dev.spec +++ b/php-pecl-apm-dev.spec @@ -46,7 +46,7 @@ Name: %{?sub_prefix}php-pecl-apm Summary: Alternative PHP Monitor Version: 2.0.5 %if 0%{?gh_date:1} -Release: 3.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4.%{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 @@ -261,6 +261,9 @@ fi %changelog +* Fri Sep 18 2015 Remi Collet <remi@fedoraproject.org> - 2.0.5-4.20150807gitd08a589 +- F23 rebuild with rh_layout + * Fri Aug 7 2015 Remi Collet <rcollet@redhat.com> - 2.0.5-3.20150807gitd08a589 - sources from github - git snapshot for php 7 |