summaryrefslogtreecommitdiffstats
path: root/php-pecl-dbase.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-04-17 11:53:45 +0200
committerRemi Collet <remi@remirepo.net>2019-04-17 11:53:45 +0200
commitbe675d3ded38012450821d17b52524e44f5065a0 (patch)
tree6952e336243d8ee2c16d7a3063320be53bb7bb50 /php-pecl-dbase.spec
parent56a6b5928273a0c1a40beb51a0d71ca39dcac079 (diff)
v7.0.0 (stable)
Diffstat (limited to 'php-pecl-dbase.spec')
-rw-r--r--php-pecl-dbase.spec15
1 files changed, 5 insertions, 10 deletions
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 <remi@remirepo.net> - 7.0.0-1
+- update to 7.0.0 (stable)
+
* Thu Apr 4 2019 Remi Collet <remi@remirepo.net> - 7.0.0-0.7.RC1
- update to 7.0.0RC1
- add upstream patch to fix BC of dbase_create