From be675d3ded38012450821d17b52524e44f5065a0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Apr 2019 11:53:45 +0200 Subject: v7.0.0 (stable) --- php-pecl-dbase.spec | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'php-pecl-dbase.spec') diff --git a/php-pecl-dbase.spec b/php-pecl-dbase.spec index 39473b7..7b9ab22 100644 --- a/php-pecl-dbase.spec +++ b/php-pecl-dbase.spec @@ -17,21 +17,18 @@ %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name dbase -%global prever RC1 +#global prever RC1 %global ini_name 40-%{pecl_name}.ini %global with_tests 0%{!?_without_tests:1} Summary: dBase database file access functions Name: %{?sub_prefix}php-pecl-dbase Version: 7.0.0 -Release: 0.7.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz -Patch0: %{pecl_name}-rev347132.patch -Patch1: %{pecl_name}-rev347133.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear @@ -97,11 +94,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -%patch0 -p3 -b .up1 -%patch1 -p3 -b .up2 - -chmod -wx *.c *.h - # Sanity check, really often broken extver=$(sed -n '/#define PHP_DBASE_VERSION/{s/.* "//;s/".*$//;p}' php_dbase.h) if test "x${extver}" != "x%{version}%{?prever}"; then @@ -236,6 +228,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Apr 17 2019 Remi Collet - 7.0.0-1 +- update to 7.0.0 (stable) + * Thu Apr 4 2019 Remi Collet - 7.0.0-0.7.RC1 - update to 7.0.0RC1 - add upstream patch to fix BC of dbase_create -- cgit