diff options
author | Remi Collet <remi@remirepo.net> | 2018-03-20 10:30:41 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-03-20 10:30:41 +0100 |
commit | f60f4c1d21cb2ef5ce86de15ce21dd27f00a3020 (patch) | |
tree | d83e50d75be95b0bd7ea065c63e1eafef4608573 | |
parent | 3405c86adb0e82f17ce998740bae196231f34ed2 (diff) |
v2.0.16
-rw-r--r-- | uwsgi-plugin-php.spec | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/uwsgi-plugin-php.spec b/uwsgi-plugin-php.spec index b47eecc..13a6549 100644 --- a/uwsgi-plugin-php.spec +++ b/uwsgi-plugin-php.spec @@ -27,18 +27,17 @@ Requires: %{scl_prefix}php-embedded %endif Name: %{?scl_prefix}%{project}-plugin-php -Version: 2.0.15 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 2.0.16 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: uWSGI - Plugin for PHP support License: GPLv2 with exceptions URL: http://projects.unbit.it/uwsgi -Group: System Environment/Daemons Source0: http://projects.unbit.it/downloads/%{project}-%{version}.tar.gz BuildRequires: %{?scl_prefix}php-devel BuildRequires: %{?scl_prefix}php-embedded -BuildRequires: %{project}-devel +BuildRequires: %{project}-devel = %{version} BuildRequires: bzip2-devel BuildRequires: libxml2-devel BuildRequires: libedit-devel @@ -48,7 +47,7 @@ BuildRequires: openssl-devel BuildRequires: pcre-devel BuildRequires: zlib-devel BuildRequires: python2 -# workaround (missing from php-embedded +# workaround (missing from php-embedded) BuildRequires: libargon2-devel Requires: %{project}-plugin-common = %{version} @@ -105,6 +104,9 @@ install -Dpm 755 %{?scl}%{!?scl:php}_plugin.so %{buildroot}%{_root_libdir}/%{pro %changelog +* Tue Mar 20 2018 Remi Collet <remi@remirepo.net> - 2.0.16-1 +- update to 2.0.16 + * Tue Feb 27 2018 Remi Collet <remi@remirepo.net> - 2.0.15-3 - fix PHP 7.2 build |