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) --- REFLECTION | 2 +- php-pecl-pq.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index 2ed0d6d..6224084 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #195 pq version 1.0.0RC1 ] { +Extension [ extension #205 pq version 1.0.0 ] { - Dependencies { Dependency [ raphf (Required) ] 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