From dd883de5a7aab0e588be2681822734f4a3587bd1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Oct 2021 07:06:46 +0200 Subject: update to 1.0.3 drop patch merged upstream --- php-pecl-apfd.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'php-pecl-apfd.spec') diff --git a/php-pecl-apfd.spec b/php-pecl-apfd.spec index 2a7c354..977d17c 100644 --- a/php-pecl-apfd.spec +++ b/php-pecl-apfd.spec @@ -30,14 +30,12 @@ Summary: Always Populate Form Data Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.0.2 -Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.0.3 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz -Patch0: %{pecl_name}-php81.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: make BuildRequires: %{?scl_prefix}php-devel @@ -88,8 +86,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -%patch0 -p1 - # Sanity check, really often broken extver=$(sed -n '/#define PHP_APFD_VERSION/{s/.* "//;s/".*$//;p}' php_apfd.h) if test "x${extver}" != "x%{version}%{?prever}"; then @@ -217,6 +213,10 @@ cd ../ZTS %changelog +* Tue Oct 5 2021 Remi Collet - 1.0.3-1 +- update to 1.0.3 +- drop patch merged upstream + * Wed Sep 01 2021 Remi Collet - 1.0.2-5 - rebuild for 8.1.0RC1 -- cgit