summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-03 11:46:45 +0200
committerRemi Collet <remi@remirepo.net>2019-09-03 11:46:45 +0200
commitf7315fd77419a05404b58615a9a742f529152e38 (patch)
tree454b5fac30e8533811d69e172b741d4028b39608
parentf1d24590a3e87537cc04989863287f80ebe488ff (diff)
rebuild for 7.4.0RC1
-rw-r--r--php-pecl-apfd.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/php-pecl-apfd.spec b/php-pecl-apfd.spec
index e752b87..6e0f55c 100644
--- a/php-pecl-apfd.spec
+++ b/php-pecl-apfd.spec
@@ -31,7 +31,7 @@
Summary: Always Populate Form Data
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.0.1
-Release: 12%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 13%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
@@ -70,9 +70,13 @@ Obsoletes: php72u-pecl-%{pecl_name} <= %{version}
Obsoletes: php72w-pecl-%{pecl_name} <= %{version}
%endif
%if "%{php_version}" > "7.3"
-Obsoletes: php73u-pecl-%{pecl_name} <= %{version}
+Obsoletes: php73-pecl-%{pecl_name} <= %{version}
Obsoletes: php73w-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "7.4"
+Obsoletes: php74-pecl-%{pecl_name} <= %{version}
+Obsoletes: php74w-pecl-%{pecl_name} <= %{version}
+%endif
%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
@@ -225,6 +229,9 @@ cd ../ZTS
%changelog
+* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.0.1-13
+- rebuild for 7.4.0RC1
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.0.1-12
- rebuild for 7.3.0beta2 new ABI