[php-symfony2-Form] Updated to upstream version 2.1.8

Shawn Iwinski siwinski at fedoraproject.org
Sun Mar 3 21:02:41 UTC 2013


commit 3d4aebd16b62b6f62fad833f6fbd86b533c83f80
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sun Mar 3 16:02:40 2013 -0500

    Updated to upstream version 2.1.8

 .gitignore             |    1 +
 php-symfony2-Form.spec |   17 +++++++++++++----
 sources                |    1 +
 3 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bf1f2be..e52e888 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /Form-2.1.5.tgz
 /Form-2.1.6.tgz
 /Form-2.1.7.tgz
+/Form-2.1.8.tgz
diff --git a/php-symfony2-Form.spec b/php-symfony2-Form.spec
index bf9dc22..ceed2b5 100644
--- a/php-symfony2-Form.spec
+++ b/php-symfony2-Form.spec
@@ -4,12 +4,12 @@
 %global pear_channel pear.symfony.com
 %global pear_name    %(echo %{name} | sed -e 's/^php-symfony2-//' -e 's/-/_/g')
 %global php_min_ver  5.3.3
-# Temp disable tests by default b/c build failures on F18, F17, and EL6
+# Temp disable tests by default b/c build failures on F19, F18, F17, and EL6
 %global with_tests   %{?_with_tests:1}%{!?_with_tests:0}
 
 Name:             php-symfony2-Form
-Version:          2.1.7
-Release:          2%{?dist}
+Version:          2.1.8
+Release:          1%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
 Group:            Development/Libraries
@@ -118,7 +118,12 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
 %check
 %if %{with_tests}
     cd %{pear_name}-%{version}/Symfony/Component/%{pear_name}
-    %{_bindir}/phpunit
+
+    # Disable tests which require root user or apache group access
+    # (access to /var/lib/php/session)
+    rm -f Tests/Extension/Csrf/CsrfProvider/DefaultCsrfProviderTest.php
+
+    %{_bindir}/phpunit -d date.timezone="UTC"
 %else
 : Tests skipped, missing '--with tests' option
 %endif
@@ -144,6 +149,10 @@ fi
 
 
 %changelog
+* Sun Mar 03 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 2.1.8-1
+- Updated to upstream version 2.1.8
+- Enable tests by default
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index ceb9714..74ce2bd 100644
--- a/sources
+++ b/sources
@@ -7,3 +7,4 @@ be09957794d215716a23b96521be8e0d  Form-2.1.3.tgz
 5efb84be5e11d22a1b41d8a8fb5281ff  Form-2.1.5.tgz
 5e8d5383cc4b290580d839245664f46c  Form-2.1.6.tgz
 04131067d6927c82a31fccbe095f6b93  Form-2.1.7.tgz
+613277793f349b6c38115f6a59816cb5  Form-2.1.8.tgz


More information about the scm-commits mailing list