summaryrefslogtreecommitdiffstats
path: root/php-pecl-zip.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-23 06:56:41 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-23 06:56:41 +0200
commitf0610b99c1372ffd45db744550d4025941a67de9 (patch)
tree72989809621f4ad68313360df889e7a6d5c5c829 /php-pecl-zip.spec
parent0a75f785f2dbb7d1cf60bcb5da64269045aec078 (diff)
php-pecl-zip: 1.13.3
Diffstat (limited to 'php-pecl-zip.spec')
-rw-r--r--php-pecl-zip.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec
index 4439de5..eef9733 100644
--- a/php-pecl-zip.spec
+++ b/php-pecl-zip.spec
@@ -30,7 +30,7 @@
Summary: A ZIP archive management extension
Summary(fr): Une extension de gestion des ZIP
Name: %{?scl_prefix}php-pecl-zip
-Version: 1.13.2
+Version: 1.13.3
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%if %{with_libzip}
License: PHP
@@ -78,6 +78,10 @@ Obsoletes: php56w-pecl-%{pecl_name} <= %{version}
Obsoletes: php70u-pecl-%{pecl_name} <= %{version}
Obsoletes: php70w-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "7.1"
+Obsoletes: php71u-pecl-%{pecl_name} <= %{version}
+Obsoletes: php71w-pecl-%{pecl_name} <= %{version}
+%endif
%endif
%if "%{php_version}" > "7.0"
@@ -259,6 +263,9 @@ fi
%changelog
+* Thu Jun 23 2016 Remi Collet <remi@fedoraproject.org> - 1.13.3-1
+- Update to 1.13.3
+
* Tue Mar 1 2016 Remi Collet <remi@fedoraproject.org> - 1.13.2-1
- Update to 1.13.2
- fix license management