[php-phpunit-PHPUnit] update to 3.5.13

Remi Collet remi at fedoraproject.org
Tue Mar 8 17:48:17 UTC 2011


commit 14318691e7b63875dfbea9c087b13ee649ce64da
Author: remi <fedora at famillecollet.com>
Date:   Tue Mar 8 18:48:08 2011 +0100

    update to 3.5.13

 .gitignore               |    1 +
 php-phpunit-PHPUnit.spec |   20 ++++++++++----------
 sources                  |    2 +-
 3 files changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d78bd46..141f0fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ package*.xml
 /PHPUnit-3.5.10.tgz
 /PHPUnit-3.5.11.tgz
 /PHPUnit-3.5.12.tgz
+/PHPUnit-3.5.13.tgz
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec
index 7a3819b..f180567 100644
--- a/php-phpunit-PHPUnit.spec
+++ b/php-phpunit-PHPUnit.spec
@@ -3,7 +3,7 @@
 %global channel pear.phpunit.de
 
 Name:           php-phpunit-PHPUnit
-Version:        3.5.12
+Version:        3.5.13
 Release:        1%{?dist}
 Summary:        Regression testing framework for unit tests
 
@@ -15,14 +15,13 @@ Source0:        http://pear.phpunit.de/get/%{pear_name}-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  php-pear(PEAR) >= 1.9.0
+BuildRequires:  php-pear(PEAR) >= 1.9.2
 BuildRequires:  php-channel(%{channel})
 
 Requires:       php-xml >= 5.2.7
 Requires:       php-channel(%{channel})
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
-Requires:       php-pear(pear.symfony-project.com/YAML) >= 1.0.2
 Requires:       php-pear(%{channel}/File_Iterator) >= 1.2.3
 Requires:       php-pear(%{channel}/Text_Template) >= 1.0.0
 Requires:       php-pear(%{channel}/PHP_CodeCoverage) >= 1.0.2
@@ -63,13 +62,8 @@ ln -s %{pear_docdir}/%{pear_name}/README.markdown    README
 ln -s %{pear_docdir}/%{pear_name}/ChangeLog.markdown CHANGELOG
 
 cd %{pear_name}-%{version}
-# package.xml is V2 - hack to lower PEAR dependency
-%{_bindir}/php <<EOF
-<?php
-\$xml = simplexml_load_file("../package.xml"); 
-\$xml->dependencies->required->pearinstaller->min="1.9.0";
-file_put_contents("%{name}.xml",\$xml->asXML());
-EOF
+# package.xml is V2
+mv ../package.xml %{name}.xml
 
 
 %build
@@ -123,6 +117,12 @@ fi
 
 
 %changelog
+* Tue Mar  8 2011 Remi Collet <Fedora at famillecollet.com> - 3.5.13-1
+- Version 3.5.13 (stable) - API 3.5.7 (stable)
+- remove PEAR hack (only needed for EPEL)
+- raise PEAR dependency to 1.9.2
+- remove duplicate dependency (YAML)
+
 * Thu Feb 24 2011 Remi Collet <Fedora at famillecollet.com> - 3.5.12-1
 - Version 3.5.12 (stable) - API 3.5.7 (stable)
 
diff --git a/sources b/sources
index b8e34c2..c5f7498 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-291735a36f73fa6b6d0a344be422e4fe  PHPUnit-3.5.12.tgz
+698e97db8c8147398e2db030a3b370e0  PHPUnit-3.5.13.tgz


More information about the scm-commits mailing list