summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-01 10:08:47 +0200
committerRemi Collet <remi@remirepo.net>2021-09-01 10:08:47 +0200
commit536b08c43a28c910427e1ceaa0e85e946bebf4f4 (patch)
tree5e073fd2b132295259ffddb0fa60f4b4bdf4ff41
parentfb7e80b10a95c2b06ef9f9e155f7299017b9555e (diff)
rebuild for 8.1.0RC1
-rw-r--r--php-pecl-xmldiff.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php-pecl-xmldiff.spec b/php-pecl-xmldiff.spec
index b20bed1..3531a51 100644
--- a/php-pecl-xmldiff.spec
+++ b/php-pecl-xmldiff.spec
@@ -24,7 +24,7 @@
Summary: XML diff and merge
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.1.3
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{?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}.tgz
@@ -63,6 +63,9 @@ Obsoletes: php74-pecl-%{pecl_name} <= %{version}
%if "%{php_version}" > "8.0"
Obsoletes: php80-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "8.1"
+Obsoletes: php81-pecl-%{pecl_name} <= %{version}
+%endif
%endif
@@ -242,6 +245,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 1.1.3-2
+- rebuild for 8.1.0RC1
+
* Mon Jan 18 2021 Remi Collet <remi@remirepo.net> - 1.1.3-1
- update to 1.1.3