diff options
| -rw-r--r-- | php-pecl-pq-dev.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-pq-dev.spec b/php-pecl-pq-dev.spec index 12a9992..8f65a47 100644 --- a/php-pecl-pq-dev.spec +++ b/php-pecl-pq-dev.spec @@ -46,7 +46,7 @@ Summary:        PostgreSQL client library (libpq) binding  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        2.0.0  %if 0%{?gh_date:1} -Release:        0.2.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        0.3.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %else  Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %endif @@ -296,6 +296,9 @@ rm -rf %{buildroot}  %changelog +* Fri Sep 18 2015 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.3.20150819gite381164 +- F23 rebuild with rh_layout +  * Tue Aug 25 2015 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.2.20150819gite381164  - really drop dependency on pear  | 
