From acc3bdec92e6470797fc2637a42f17df2aefd378 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Sep 2019 14:48:18 +0200 Subject: v3.1.1 --- php-componere.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'php-componere.spec') diff --git a/php-componere.spec b/php-componere.spec index d75d5f9..bfd1231 100644 --- a/php-componere.spec +++ b/php-componere.spec @@ -18,15 +18,12 @@ Summary: Composing PHP classes at runtime Name: %{?scl_prefix}php-componere -Version: 3.1.0 -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 3.1.1 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://github.com/%{gh_owner}/%{gh_project} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz -Patch0: https://github.com/krakjoe/componere/commit/95120639f0bfb6d4a6fe076ddf1b3016eda5e664.patch -Patch1: https://github.com/krakjoe/componere/commit/0f16925652b49bdefaa0ae2264446a845a5bb109.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel > 7.1 BuildRequires: %{?scl_prefix}php-pear @@ -98,9 +95,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -%patch0 -p1 -b .up1 -%patch1 -p1 -b .up2 - # Sanity check, really often broken extver=$(sed -n '/define PHP_COMPONERE_VERSION/{s/.* "//;s/".*$//;p}' php_componere.h) if test "x${extver}" != "x%{version}"; then @@ -208,6 +202,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Sep 18 2019 Remi Collet - 3.1.1-1 +- update to 3.1.1 + * Fri Sep 6 2019 Remi Collet - 3.1.0-4 - add upstream patches for 7.4.0RC1 -- cgit