[php-phpunit-PHPUnit] update to 3.6.0

Remi Collet remi at fedoraproject.org
Thu Nov 3 15:18:57 UTC 2011


commit d37f13552c241ce5762fbc701ad0d618e2803da0
Author: remi <fedora at famillecollet.com>
Date:   Thu Nov 3 16:18:51 2011 +0100

    update to 3.6.0

 .gitignore               |    1 +
 php-phpunit-PHPUnit.spec |   35 ++++++++++++++++++-----------------
 sources                  |    2 +-
 3 files changed, 20 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 08d0043..098ac0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 package*.xml
 /PHPUnit-3.5.14.tgz
 /PHPUnit-3.5.15.tgz
+/PHPUnit-3.6.0.tgz
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec
index b651439..cbb5021 100644
--- a/php-phpunit-PHPUnit.spec
+++ b/php-phpunit-PHPUnit.spec
@@ -3,9 +3,9 @@
 %global channel pear.phpunit.de
 
 Name:           php-phpunit-PHPUnit
-Version:        3.5.15
+Version:        3.6.0
 Release:        1%{?dist}
-Summary:        Regression testing framework for unit tests
+Summary:        The PHP Unit Testing framework
 
 Group:          Development/Libraries
 License:        BSD
@@ -15,27 +15,25 @@ 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.3
+BuildRequires:  php-pear(PEAR) >= 1.9.4
 BuildRequires:  php-channel(%{channel})
 
 Requires:       php-xml >= 5.2.7
 Requires:       php-channel(%{channel})
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
-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
-Requires:       php-pear(%{channel}/PHP_Timer) >= 1.0.0
+Requires:       php-pear(%{channel}/File_Iterator) >= 1.3.0
+Requires:       php-pear(%{channel}/Text_Template) >= 1.1.1
+Requires:       php-pear(%{channel}/PHP_CodeCoverage) >= 1.1.0
+Requires:       php-pear(%{channel}/PHP_Timer) >= 1.0.1
 Requires:       php-pear(pear.symfony-project.com/YAML) >= 1.0.2
 # PHPUnit Extensions (yes, with circular dependency on PHPUnit)
-Requires:       php-pear(%{channel}/PHPUnit_MockObject) >= 1.0.3
-Requires:       php-pear(%{channel}/PHPUnit_Selenium) >= 1.0.1
-Requires:       php-pear(%{channel}/DbUnit) >= 1.0.0
+Requires:       php-pear(%{channel}/PHPUnit_MockObject) >= 1.1.0
 
 # Optionnal dependencies
 Requires:       php-json php-pdo php-mbstring
 Requires:       php-pecl(Xdebug) >= 2.0.5
-Requires:       php-pear(XML_RPC2)
+Requires:       php-pear(%{channel}/PHP_Invoker) >= 1.0.0
 
 Provides:       php-pear(%{channel}/%{pear_name}) = %{version}
 Obsoletes:      php-pear-PHPUnit < %{version}
@@ -63,22 +61,22 @@ cd %{pear_name}-%{version}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 cd %{pear_name}-%{version}
 
 # Install Package
-%{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{name}.xml
+%{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml
 
 # Clean up unnecessary files
-rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??*
+rm -rf %{buildroot}%{pear_phpdir}/.??*
 
 # Install XML package description
-install -d $RPM_BUILD_ROOT%{pear_xmldir}
-install -pm 644 %{name}.xml $RPM_BUILD_ROOT%{pear_xmldir}
+install -d %{buildroot}%{pear_xmldir}
+install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
 
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 
 %post
@@ -107,6 +105,9 @@ fi
 
 
 %changelog
+* Tue Nov 01 2011 Remi Collet <remi at fedoraproject.org> - 3.6.0-1
+- Version 3.6.0 (stable) - API 3.6.0 (stable)
+
 * Fri Aug 19 2011 Remi Collet <remi at fedoraproject.org> - 3.5.15-1
 - Version 3.5.15 (stable) - API 3.5.7 (stable)
 - raise PEAR dependency to 1.9.3
diff --git a/sources b/sources
index d5ba7f1..00874ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-73dabdddb977d41518badb32075f19fd  PHPUnit-3.5.15.tgz
+b47c9aab4fac6e94f614b5e2fed563ff  PHPUnit-3.6.0.tgz


More information about the scm-commits mailing list