From 23192a53300e11f674a392f856486971e7fbd1d0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Sep 2020 09:50:33 +0200 Subject: rebuild for PHP 8.0.0RC1 add patch for PHP 8.0.0rc1 from https://github.com/goodspb/pdlib/pull/37 --- php-pdlib.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'php-pdlib.spec') diff --git a/php-pdlib.spec b/php-pdlib.spec index af21a69..5bbfd27 100644 --- a/php-pdlib.spec +++ b/php-pdlib.spec @@ -38,14 +38,16 @@ Summary: A PHP extension for Dlib Name: %{?sub_prefix}php-%{pecl_name} Version: 1.0.2 %if 0%{?gh_date:1} -Release: 1%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz +Patch0: https://patch-diff.githubusercontent.com/raw/goodspb/pdlib/pull/37.patch + BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: dlib-devel >= 19.21 @@ -87,6 +89,8 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO mv %{gh_project}-%{gh_commit} NTS cd NTS +%patch0 -p1 -b .pr + # Sanity check, really often broken extver=$(sed -n '/#define PHP_PDLIB_VERSION/{s/.* "//;s/".*$//;p}' php_pdlib.h) if test "x${extver}" != "x%{version}%{?gh_date:-dev}"; then @@ -189,6 +193,11 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \ %changelog +* Wed Sep 30 2020 Remi Collet - 1.0.2-5 +- rebuild for PHP 8.0.0RC1 +- add patch for PHP 8.0.0rc1 from + https://github.com/goodspb/pdlib/pull/37 + * Wed Sep 2 2020 Remi Collet - 1.0.2-4 - rebuild for PHP 8.0.0beta3 -- cgit