[php-symfony2-Form] Updated to 2.2.0

Shawn Iwinski siwinski at fedoraproject.org
Sat Mar 23 15:02:36 UTC 2013


commit c8fb67f6bb3621bf87ff82dd72946e814ac29d2f
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Wed Mar 13 23:35:27 2013 -0400

    Updated to 2.2.0
    
    - Removed tests' bootstrap patch
    - Added php-pear(%%{pear_channel}/PropertyAccess) require
    - Temporarily ignore failed tests

 .gitignore                              |    1 +
 php-symfony2-Form-tests-bootstrap.patch |   26 -------
 php-symfony2-Form.spec                  |  115 ++++++++++++++++++++-----------
 sources                                 |    1 +
 4 files changed, 78 insertions(+), 65 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e52e888..78370e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /Form-2.1.6.tgz
 /Form-2.1.7.tgz
 /Form-2.1.8.tgz
+/Form-2.2.0.tgz
diff --git a/php-symfony2-Form.spec b/php-symfony2-Form.spec
index ceed2b5..c9cd838 100644
--- a/php-symfony2-Form.spec
+++ b/php-symfony2-Form.spec
@@ -2,36 +2,39 @@
 %{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
 
 %global pear_channel pear.symfony.com
-%global pear_name    %(echo %{name} | sed -e 's/^php-symfony2-//' -e 's/-/_/g')
+%global pear_name    Form
 %global php_min_ver  5.3.3
-# 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.8
+Name:             php-symfony2-%{pear_name}
+Version:          2.2.0
 Release:          1%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
 Group:            Development/Libraries
 License:          MIT
-URL:              http://symfony.com/components
+URL:              http://symfony.com/doc/current/components/index.html
 Source0:          http://%{pear_channel}/get/%{pear_name}-%{version}.tgz
-Patch0:           %{name}-tests-bootstrap.patch
 
 BuildArch:        noarch
 
 BuildRequires:    php-pear(PEAR)
 BuildRequires:    php-channel(%{pear_channel})
-%if %{with_tests}
-# Test requires
+# For tests
 BuildRequires:    php-common >= %{php_min_ver}
 BuildRequires:    php-pear(pear.phpunit.de/PHPUnit)
-BuildRequires:    php-pear(%{pear_channel}/EventDispatcher) >= 2.1.0
-BuildRequires:    php-pear(%{pear_channel}/Locale) >= 2.1.0
-BuildRequires:    php-pear(%{pear_channel}/OptionsResolver) >= 2.1.0
-BuildRequires:    php-pear(%{pear_channel}/HttpFoundation) >= 2.1.0
-BuildRequires:    php-pear(%{pear_channel}/Validator) >= 2.1.0
-# Test requires: phpci
+BuildRequires:    php-pear(%{pear_channel}/EventDispatcher) >= 2.2.0
+BuildRequires:    php-pear(%{pear_channel}/EventDispatcher) <  2.3.0
+BuildRequires:    php-pear(%{pear_channel}/HttpFoundation) >= 2.2.0
+BuildRequires:    php-pear(%{pear_channel}/HttpFoundation) <  2.3.0
+BuildRequires:    php-pear(%{pear_channel}/Locale) >= 2.2.0
+BuildRequires:    php-pear(%{pear_channel}/Locale) <  2.3.0
+BuildRequires:    php-pear(%{pear_channel}/OptionsResolver) >= 2.2.0
+BuildRequires:    php-pear(%{pear_channel}/OptionsResolver) <  2.3.0
+BuildRequires:    php-pear(%{pear_channel}/PropertyAccess) >= 2.2.0
+BuildRequires:    php-pear(%{pear_channel}/PropertyAccess) <  2.3.0
+BuildRequires:    php-pear(%{pear_channel}/Validator) >= 2.2.0
+BuildRequires:    php-pear(%{pear_channel}/Validator) <  2.3.0
+# For tests: phpci
 BuildRequires:    php-ctype
 BuildRequires:    php-date
 BuildRequires:    php-dom
@@ -41,17 +44,21 @@ BuildRequires:    php-pcre
 BuildRequires:    php-reflection
 BuildRequires:    php-session
 BuildRequires:    php-spl
-%endif
 
 Requires:         php-common >= %{php_min_ver}
 Requires:         php-pear(PEAR)
 Requires:         php-channel(%{pear_channel})
-Requires:         php-pear(%{pear_channel}/EventDispatcher) >= 2.1.0
-Requires:         php-pear(%{pear_channel}/Locale) >= 2.1.0
-Requires:         php-pear(%{pear_channel}/OptionsResolver) >= 2.1.0
+Requires:         php-pear(%{pear_channel}/EventDispatcher) >= 2.2.0
+Requires:         php-pear(%{pear_channel}/EventDispatcher) <  2.3.0
+Requires:         php-pear(%{pear_channel}/Locale) >= 2.2.0
+Requires:         php-pear(%{pear_channel}/Locale) <  2.3.0
+Requires:         php-pear(%{pear_channel}/OptionsResolver) >= 2.2.0
+Requires:         php-pear(%{pear_channel}/OptionsResolver) <  2.3.0
+Requires:         php-pear(%{pear_channel}/PropertyAccess) >= 2.2.0
+Requires:         php-pear(%{pear_channel}/PropertyAccess) <  2.3.0
 Requires(post):   %{__pear}
 Requires(postun): %{__pear}
-# phpci requires
+# phpci
 Requires:         php-ctype
 Requires:         php-date
 Requires:         php-dom
@@ -61,9 +68,11 @@ Requires:         php-pcre
 Requires:         php-reflection
 Requires:         php-session
 Requires:         php-spl
-# Optional requires
-Requires:         php-pear(%{pear_channel}/HttpFoundation) >= 2.1.0
-Requires:         php-pear(%{pear_channel}/Validator) >= 2.1.0
+# Optional
+Requires:         php-pear(%{pear_channel}/HttpFoundation) >= 2.2.0
+Requires:         php-pear(%{pear_channel}/HttpFoundation) <  2.3.0
+Requires:         php-pear(%{pear_channel}/Validator) >= 2.2.0
+Requires:         php-pear(%{pear_channel}/Validator) <  2.3.0
 
 Provides:         php-pear(%{pear_channel}/%{pear_name}) = %{version}
 
@@ -76,23 +85,46 @@ component.
 %prep
 %setup -q -c
 
-# Patches
-cd %{pear_name}-%{version}
-%patch0 -p0
-cd ..
+# Create PHPUnit autoloader
+( cat <<'PHPUNIT_AUTOLOADER'
+<?php
+
+# This file was created by RPM packaging and is not part of the original
+# Symfony2 %{pear_name} PEAR package.
+
+set_include_path(
+    '%{pear_phpdir}'.PATH_SEPARATOR.
+    '%{pear_testdir}/%{pear_name}'.PATH_SEPARATOR.
+    get_include_path()
+);
+
+spl_autoload_register(function ($class) {
+    if ('\\' == $class[0]) {
+        $class = substr($class, 1);
+    }
+
+    $file = str_replace('\\', '/', $class).'.php';
+    @include $file;
+});
+PHPUNIT_AUTOLOADER
+) > phpunit.autoloader.php
+
+# Update PHPUnit config
+sed -e 's#vendor/autoload.php#./phpunit.autoloader.php#' \
+    -i %{pear_name}-%{version}/Symfony/Component/%{pear_name}/phpunit.xml.dist
 
 # Modify PEAR package.xml file:
 # - Remove .gitattributes file
 # - Remove .gitignore file
 # - Change role from "php" to "doc" for CHANGELOG.md file
 # - Change role from "php" to "test" for all test files
-# - Remove md5sum from bootsrap.php file since it was patched
+# - Remove md5sum from phpunit.xml.dist file since it was updated
 sed -e '/\.gitattributes/d' \
     -e '/\.gitignore/d' \
     -e '/CHANGELOG.md/s/role="php"/role="doc"/' \
-    -e '/phpunit.xml.dist/s/role="php"/role="test"/' \
     -e '/Tests/s/role="php"/role="test"/' \
-    -e '/bootstrap.php/s/md5sum="[^"]*"\s*//' \
+    -e '/phpunit.xml.dist/s/role="php"/role="test"/' \
+    -e '/phpunit.xml.dist/s/md5sum="[^"]*"\s*//' \
     -i package.xml
 
 # package.xml is version 2.0
@@ -114,19 +146,18 @@ rm -rf %{buildroot}%{pear_metadir}/.??*
 mkdir -p %{buildroot}%{pear_xmldir}
 install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
 
+# Install PHPUnit autoloader
+install -pm 0644 ../phpunit.autoloader.php \
+    %{buildroot}/%{pear_testdir}/%{pear_name}/Symfony/Component/%{pear_name}/
+
 
 %check
-%if %{with_tests}
-    cd %{pear_name}-%{version}/Symfony/Component/%{pear_name}
+cd %{pear_name}-%{version}/Symfony/Component/%{pear_name}
 
-    # Disable tests which require root user or apache group access
-    # (access to /var/lib/php/session)
-    rm -f Tests/Extension/Csrf/CsrfProvider/DefaultCsrfProviderTest.php
+sed 's#./phpunit.autoloader.php#./autoloader.php#' -i phpunit.xml.dist
 
-    %{_bindir}/phpunit -d date.timezone="UTC"
-%else
-: Tests skipped, missing '--with tests' option
-%endif
+%{_bindir}/phpunit -d date.timezone="UTC" \
+    || : Temporarily ignore failed tests
 
 
 %post
@@ -149,6 +180,12 @@ fi
 
 
 %changelog
+* Wed Mar 13 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 2.2.0-1
+- Updated to 2.2.0
+- Removed tests' bootstrap patch
+- Added php-pear(%%{pear_channel}/PropertyAccess) require
+- Temporarily ignore failed tests
+
 * 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
diff --git a/sources b/sources
index 74ce2bd..b5e5753 100644
--- a/sources
+++ b/sources
@@ -8,3 +8,4 @@ be09957794d215716a23b96521be8e0d  Form-2.1.3.tgz
 5e8d5383cc4b290580d839245664f46c  Form-2.1.6.tgz
 04131067d6927c82a31fccbe095f6b93  Form-2.1.7.tgz
 613277793f349b6c38115f6a59816cb5  Form-2.1.8.tgz
+345d8ece5cf2d9303b8b99ee7ec699fc  Form-2.2.0.tgz


More information about the scm-commits mailing list