summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-01-19 09:50:35 +0100
committerRemi Collet <fedora@famillecollet.com>2016-01-19 09:50:35 +0100
commit305ece9a773135c5591f57ab4697270d56a9f999 (patch)
tree36c72c032478a2ee60e4c34f293ec8be3370121d
parenta30b3758e859f9ff13353647e74784d671b5198c (diff)
php-pecl-pq: 1.0.0 (php 5, stable)
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-pq.spec7
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 [ <persistent> extension #195 pq version 1.0.0RC1 ] {
+Extension [ <persistent> 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 <remi@fedoraproject.org> - 1.0.0-1
+- Update to 1.0.0 (stable)
+
* Mon Dec 7 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.1.RC1
- Update to 1.0.0RC1 (beta)