[php-symfony] update to 2.5.8

Remi Collet remi at fedoraproject.org
Mon Dec 15 16:07:46 UTC 2014


commit 7f8d72afb7c4e307f0cec253754f7271478f06a8
Author: Remi Collet <remi at fedoraproject.org>
Date:   Mon Dec 15 17:07:59 2014 +0100

    update to 2.5.8

 .gitignore       |    1 +
 php-symfony.spec |   29 ++++++++++++++++++++---------
 sources          |    2 +-
 3 files changed, 22 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f65093..ef009c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ clog
 /php-symfony-2.5.5-2aef97bbc95d0c4ae63537cca81bd6d984427d81.tar.gz
 /php-symfony-2.5.6-1a1b1e528935f15dd76169f8b1dc3ef97f0d6210.tar.gz
 /php-symfony-2.5.7-dd4254fc39a702af22cd886a6790769541469da1.tar.gz
+/php-symfony-2.5.8-00da57005c9c76773670f4d958dd95e9f4ae72f6.tar.gz
diff --git a/php-symfony.spec b/php-symfony.spec
index c2464fb..f1c7354 100644
--- a/php-symfony.spec
+++ b/php-symfony.spec
@@ -12,8 +12,8 @@
 
 %global github_owner     symfony
 %global github_name      symfony
-%global github_version   2.5.7
-%global github_commit    dd4254fc39a702af22cd886a6790769541469da1
+%global github_version   2.5.8
+%global github_commit    00da57005c9c76773670f4d958dd95e9f4ae72f6
 
 %global composer_vendor  symfony
 %global composer_project symfony
@@ -42,9 +42,9 @@
 # "egulias/email-validator": "~1.2"
 %global email_validator_min_ver 1.2
 %global email_validator_max_ver 2.0
-# "ircmaxell/password-compat": "1.0.*" (composer.json)
-%global password_compat_min_ver 1.0.0
-%global password_compat_max_ver 1.1.0
+# "ircmaxell/password-compat": "~1.0" (composer.json)
+%global password_compat_min_ver 1.0
+%global password_compat_max_ver 2.0
 # "monolog/monolog": "~1.3" (composer.json)
 %global monolog_min_ver 1.3
 %global monolog_max_ver 2.0
@@ -1518,6 +1518,14 @@ sed 's/function testNonSeekableStream/function SKIP_testNonSeekableStream/' \
 sed 's/function testCopyForOriginUrlsAndExistingLocalFileDefaultsToNotCopy/function SKIP_testCopyForOriginUrlsAndExistingLocalFileDefaultsToNotCopy/' \
     -i src/Symfony/Component/Filesystem/Tests/FilesystemTest.php
 
+# SKip test that requires a tty
+sed 's/function testCanCheckIfTerminalIsInteractive/function SKIP_testCanCheckIfTerminalIsInteractive/' \
+    -i src/Symfony/Component/Console/Tests/ApplicationTest.php
+sed 's/function testTTYCommand/function SKIP_testTTYCommand/' \
+    -i src/Symfony/Component/Process/Tests/AbstractProcessTest.php
+sed 's/function testTTYCommandExitCode/function SKIP_testTTYCommandExitCode/' \
+    -i src/Symfony/Component/Process/Tests/SigchildDisabledProcessTest.php
+
 # Skip tests that have intermittent failures
 sed 's/function testCheckTimeoutOnStartedProcess/function SKIP_testCheckTimeoutOnStartedProcess/' \
     -i src/Symfony/Component/Process/Tests/AbstractProcessTest.php \
@@ -1526,10 +1534,9 @@ sed 's/function testCheckTimeoutOnStartedProcess/function SKIP_testCheckTimeoutO
 # Temporarily skip tests that are known to fail
 sed 's/function testClassNotFound/ function SKIP_testClassNotFound/' \
     -i src/Symfony/Component/Debug/Tests/FatalErrorHandler/ClassNotFoundFatalErrorHandlerTest.php
-sed 's/function testTTYCommand/function SKIP_testTTYCommand/' \
-    -i src/Symfony/Component/Process/Tests/AbstractProcessTest.php
-sed 's/function testTTYCommandExitCode/function SKIP_testTTYCommandExitCode/' \
-    -i src/Symfony/Component/Process/Tests/SigchildDisabledProcessTest.php
+sed 's/function testDumpRelativeDir/function SKIP_testDumpRelativeDir/' \
+    -i src/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php
+
 %if 0%{?el6}
 sed 's/function testForm/function SKIP_testForm/' \
     -i src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php
@@ -2057,6 +2064,7 @@ exit $RET
 %exclude %{symfony_dir}/Component/Security/composer.json
 %exclude %{symfony_dir}/Component/Security/phpunit.*
 %exclude %{symfony_dir}/Component/Security/Tests
+%exclude %{symfony_dir}/Component/Security/*/Tests
 
 # ------------------------------------------------------------------------------
 
@@ -2151,6 +2159,9 @@ exit $RET
 # ##############################################################################
 
 %changelog
+* Mon Dec 15 2014 Remi Collet <remi at fedoraproject.org> - 2.5.8-1
+- Update to 2.5.8
+
 * Thu Nov 20 2014 Shawn Iwinski <shawn.iwinski at gmail.com> - 2.5.7-1
 - Updated to 2.5.7 (BZ #1166396)
 - Added php-composer(egulias/email-validator) dependency
diff --git a/sources b/sources
index 5290574..fbfbe69 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 0833352e53346cd98a479b3b2d693333  autoloader-2.5.0BETA2.tgz
-23afa53078a9602bf900de0765d532af  php-symfony-2.5.7-dd4254fc39a702af22cd886a6790769541469da1.tar.gz
+eee6d495a7875184f557ceffdd5b45f4  php-symfony-2.5.8-00da57005c9c76773670f4d958dd95e9f4ae72f6.tar.gz


More information about the scm-commits mailing list