summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-05-04 07:24:44 +0200
committerRemi Collet <fedora@famillecollet.com>2016-05-04 07:24:44 +0200
commit8b3b0ff9300730a8fd30351a3a8c4ab4aad2c67c (patch)
tree1890b2041f01d26ee5973a0f46306eb7e07baac0
parent3812ad8c70e53253fcbb4ce8b5f5062bc36116e8 (diff)
php-pecl-pq: 2.0.1 (php 7, stable)
-rw-r--r--REFLECTION-PHP72
-rw-r--r--php-pecl-pq-php7.spec12
2 files changed, 9 insertions, 5 deletions
diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7
index e6f3f33..b71fcfe 100644
--- a/REFLECTION-PHP7
+++ b/REFLECTION-PHP7
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #81 pq version 2.0.0 ] {
+Extension [ <persistent> extension #89 pq version 2.0.1 ] {
- Dependencies {
Dependency [ raphf (Required) ]
diff --git a/php-pecl-pq-php7.spec b/php-pecl-pq-php7.spec
index 3f0353f..c05e310 100644
--- a/php-pecl-pq-php7.spec
+++ b/php-pecl-pq-php7.spec
@@ -8,10 +8,9 @@
#
%if 0%{?scl:1}
%global sub_prefix %{scl_prefix}
+%scl_package php-pecl-pq
%endif
-%{?scl: %scl_package php-pecl-pq}
-
%global gh_commit e381164032a750583657e449875f62d52b7b6609
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner m6w6
@@ -37,12 +36,12 @@
Summary: PostgreSQL client library (libpq) binding
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 2.0.0
+Version: 2.0.1
%if 0%{?gh_date:1}
Release: 0.4.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz
%else
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
%endif
License: BSD
@@ -70,8 +69,10 @@ Provides: %{?scl_prefix}php-%{pecl_name} = %{version}
Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version}
Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version}
Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version}
+%if "%{?scl_prefix}" != "%{?sub_prefix}"
Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release}
Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release}
+%endif
%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1}
# Other third party repo stuff
@@ -292,6 +293,9 @@ rm -rf %{buildroot}
%changelog
+* Wed May 4 2016 Remi Collet <remi@fedoraproject.org> - 2.0.1-1
+- update to 2.0.1 (php 7, stable)
+
* Sun Mar 6 2016 Remi Collet <remi@fedoraproject.org> - 2.0.0-2
- adapt for F24