From 305ece9a773135c5591f57ab4697270d56a9f999 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Jan 2016 09:50:35 +0100 Subject: php-pecl-pq: 1.0.0 (php 5, stable) --- php-pecl-pq.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-pq.spec') diff --git a/php-pecl-pq.spec b/php-pecl-pq.spec index 2ad74e1..01de213 100644 --- a/php-pecl-pq.spec +++ b/php-pecl-pq.spec @@ -21,7 +21,7 @@ %global with_zts 0%{?__ztsphp:1} %global pecl_name pq -%global rcver RC1 +#global rcver RC1 %if %{?runselftest}%{!?runselftest:1} # Build using "--without tests" to disable tests %global with_tests 0%{!?_without_tests:1} @@ -274,8 +274,8 @@ rm -rf %{buildroot} %defattr(-,root,root,-) %doc %{pecl_docdir}/%{pecl_name} %{?_licensedir:%license NTS/LICENSE} - %{pecl_xmldir}/%{name}.xml + %config(noreplace) %{php_inidir}/%{ini_name} %{php_extdir}/%{pecl_name}.so @@ -286,6 +286,9 @@ rm -rf %{buildroot} %changelog +* Tue Jan 19 2016 Remi Collet - 1.0.0-1 +- Update to 1.0.0 (stable) + * Mon Dec 7 2015 Remi Collet - 1.0.0-0.1.RC1 - Update to 1.0.0RC1 (beta) -- cgit