From f60f4c1d21cb2ef5ce86de15ce21dd27f00a3020 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Mar 2018 10:30:41 +0100 Subject: v2.0.16 --- uwsgi-plugin-php.spec | 12 +++++++----- 1 file 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 - 2.0.16-1 +- update to 2.0.16 + * Tue Feb 27 2018 Remi Collet - 2.0.15-3 - fix PHP 7.2 build -- cgit