Compare commits

...

No commits in common. 'c9' and 'i9c-stream-8.1' have entirely different histories.

2
.gitignore vendored

@ -1 +1 @@
SOURCES/zip-1.19.2.tgz SOURCES/zip-1.20.1.tgz

@ -1 +1 @@
c912f7eae400d5f23f20b28cdc9c4337140219e0 SOURCES/zip-1.19.2.tgz 509f6ba66eefc7ce9e90a72878600e8f576e4d97 SOURCES/zip-1.20.1.tgz

@ -1,6 +1,6 @@
# Fedora spec file for php-pecl-zip # Fedora spec file for php-pecl-zip
# #
# Copyright (c) 2013-2021 Remi Collet # Copyright (c) 2013-2022 Remi Collet
# License: CC-BY-SA # License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/ # http://creativecommons.org/licenses/by-sa/4.0/
# #
@ -14,14 +14,14 @@
%global with_zts 0%{?__ztsphp:1} %global with_zts 0%{?__ztsphp:1}
%global ini_name 40-%{pecl_name}.ini %global ini_name 40-%{pecl_name}.ini
%global upstream_version 1.19.2 %global upstream_version 1.20.1
#global upstream_prever RC6 #global upstream_prever RC6
Summary: A ZIP archive management extension Summary: A ZIP archive management extension
Summary(fr): Une extension de gestion des ZIP Summary(fr): Une extension de gestion des ZIP
Name: php-pecl-zip Name: php-pecl-zip
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
Release: 6%{?dist} Release: 1%{?dist}
License: PHP License: PHP
URL: https://pecl.php.net/package/zip URL: https://pecl.php.net/package/zip
@ -130,10 +130,8 @@ cd NTS
: upstream test suite for NTS extension : upstream test suite for NTS extension
TEST_PHP_ARGS="-n -d extension_dir=$PWD/modules -d extension=%{pecl_name}.so" \ TEST_PHP_ARGS="-n -d extension_dir=$PWD/modules -d extension=%{pecl_name}.so" \
REPORT_EXIT_STATUS=1 \
NO_INTERACTION=1 \
TEST_PHP_EXECUTABLE=%{_bindir}/php \ TEST_PHP_EXECUTABLE=%{_bindir}/php \
%{_bindir}/php -n run-tests.php --show-diff %{_bindir}/php -n run-tests.php -q --show-diff
%if %{with_zts} %if %{with_zts}
cd ../ZTS cd ../ZTS
@ -144,10 +142,8 @@ cd ../ZTS
: upstream test suite for ZTS extension : upstream test suite for ZTS extension
TEST_PHP_ARGS="-n -d extension_dir=$PWD/modules -d extension=%{pecl_name}.so" \ TEST_PHP_ARGS="-n -d extension_dir=$PWD/modules -d extension=%{pecl_name}.so" \
REPORT_EXIT_STATUS=1 \
NO_INTERACTION=1 \
TEST_PHP_EXECUTABLE=%{_bindir}/zts-php \ TEST_PHP_EXECUTABLE=%{_bindir}/zts-php \
%{_bindir}/zts-php -n run-tests.php --show-diff %{_bindir}/zts-php -n run-tests.php -q --show-diff
%endif %endif
@ -166,6 +162,12 @@ TEST_PHP_EXECUTABLE=%{_bindir}/zts-php \
%changelog %changelog
* Wed Mar 29 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.20.1-1
- Rebuilt for MSVSphere 9.1.
* Thu May 19 2022 Remi Collet <rcollet@redhat.com> - 1.20.1-1
- update to 1.20.1 for PHP 8.1 #2070040
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.19.2-6 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.19.2-6
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688 Related: rhbz#1991688

Loading…
Cancel
Save