From a5d9dd8c35c1442a988f7514f08ad5a2c656d7c4 Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: Mon, 21 Jan 2019 22:09:12 +0000 Subject: [PATCH] enable PHP again, supporting PHP 7 --- libkolabxml.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libkolabxml.spec b/libkolabxml.spec index c84553b..1415949 100644 --- a/libkolabxml.spec +++ b/libkolabxml.spec @@ -8,7 +8,7 @@ %global with_java 1 %if 0%{?fedora} > 24 # FTBFS on rawhide -- rex -%global with_php 0 +%global with_php 1 %else %global with_php 1 %endif @@ -51,7 +51,7 @@ Name: libkolabxml Version: 1.1.6 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Kolab XML format collection parser library License: LGPLv3+ @@ -165,6 +165,7 @@ bindings provided through libkolabxml. %prep %setup -q -n libkolabxml-%{version} +sed -i "s/-php/-php7/g" src/php/CMakeLists.txt %build @@ -264,6 +265,9 @@ popd %changelog +* Mon Jan 21 2019 Timotheus Pokorra - 1.1.6-9 +- enable PHP again, supporting PHP 7 + * Mon Jan 21 2019 Timotheus Pokorra - 1.1.6-8 - enable Python again, supporting Python 3