From a43008790043311a16f797236ad086cf79b51def Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Nov 2019 12:05:41 +0100 Subject: v3.1.3 from Fedora --- php-typo3-phar-stream-wrapper.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/php-typo3-phar-stream-wrapper.spec b/php-typo3-phar-stream-wrapper.spec index 0d78b2a..910d294 100644 --- a/php-typo3-phar-stream-wrapper.spec +++ b/php-typo3-phar-stream-wrapper.spec @@ -12,8 +12,8 @@ %global github_owner TYPO3 %global github_name phar-stream-wrapper -%global github_version 3.1.2 -%global github_commit df7609a2f6cc4013d7bd12f1a2412d127b28f771 +%global github_version 3.1.3 +%global github_commit 586ff60beea128e069a5dc271d3d8133a9bc460a %global composer_vendor typo3 %global composer_project phar-stream-wrapper @@ -122,8 +122,7 @@ rm -f tests/Functional/Interceptor/PharExtensionInterceptorTest.php : Upstream tests RETURN_CODE=0 PHPUNIT=$(which phpunit) -# TODO 7.4 - 28 failed tests (Failed asserting that 1547807882 is equal to expected exception code 1539632368) -for PHP_EXEC in php php71 php72 php73; do +for PHP_EXEC in php php71 php72 php73 php74; do if [ "php" == "$PHP_EXEC" ] || which $PHP_EXEC; then $PHP_EXEC $PHPUNIT --verbose --bootstrap bootstrap.php || RETURN_CODE=1 fi @@ -144,6 +143,9 @@ exit $RETURN_CODE %changelog +* Sat Nov 16 2019 Shawn Iwinski - 3.1.3-1 +- Update to 3.1.3 (RHBZ #1763201) + * Sun Jun 16 2019 Shawn Iwinski - 3.1.2-1 - Update to 3.1.2 -- cgit