summaryrefslogtreecommitdiffstats
path: root/php-pecl-zip.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-zip.spec')
-rw-r--r--php-pecl-zip.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec
index c1ab070..11e70b8 100644
--- a/php-pecl-zip.spec
+++ b/php-pecl-zip.spec
@@ -19,8 +19,8 @@
%global pecl_name zip
%global upstream_version 1.19.0
-%global upstream_prever dev
-%global upstream_lower DEV
+#global upstream_prever dev
+#global upstream_lower DEV
%if "%{php_version}" < "5.6"
%global ini_name %{pecl_name}.ini
@@ -35,7 +35,7 @@ Summary: A ZIP archive management extension
Summary(fr): Une extension de gestion des ZIP
Name: %{?scl_prefix}php-pecl-zip
Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}}
-Release: 2%{?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
Group: Development/Languages
URL: https://pecl.php.net/package/zip
@@ -264,6 +264,9 @@ fi
#### TODO: SCLs on EL-8 still use libzip from default stream (7.2 => 1.5.1)
%changelog
+* Fri Jun 5 2020 Remi Collet <remi@remirepo.net> - 1.19.0-1
+- update to 1.19.0
+
* Fri Apr 10 2020 Remi Collet <remi@remirepo.net> - 1.19.0~DEV-2
- refresh for test suite