[php-phpunit-PHPUnit] update to 3.7.10

Remi Collet remi at fedoraproject.org
Sun Dec 2 16:11:20 UTC 2012


commit 36b34d4472c8103611f7076a9df8937f019bcb01
Author: Remi Collet <remi at fedoraproject.org>
Date:   Sun Dec 2 17:11:06 2012 +0100

    update to 3.7.10

 .gitignore               |    1 +
 php-phpunit-PHPUnit.spec |   10 +++++-----
 sources                  |    2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d0d4c19..86a95b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ package*.xml
 /PHPUnit-3.6.12.tgz
 /PHPUnit-3.7.8.tgz
 /PHPUnit-3.7.9.tgz
+/PHPUnit-3.7.10.tgz
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec
index af833a5..991e3f8 100644
--- a/php-phpunit-PHPUnit.spec
+++ b/php-phpunit-PHPUnit.spec
@@ -4,7 +4,7 @@
 %global pear_channel pear.phpunit.de
 
 Name:           php-phpunit-PHPUnit
-Version:        3.7.9
+Version:        3.7.10
 Release:        1%{?dist}
 Summary:        The PHP Unit Testing framework
 
@@ -13,13 +13,11 @@ License:        BSD
 URL:            http://www.phpunit.de
 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.4
 BuildRequires:  php-channel(%{pear_channel})
 
-Requires:       php(language) >= 5.3.3
+Requires:       php-common >= 5.3.3
 Requires:       php-ctype
 Requires:       php-dom
 Requires:       php-libxml
@@ -105,7 +103,6 @@ fi
 
 
 %files
-%defattr(-,root,root,-)
 %doc %{pear_docdir}/%{pear_name}
 %{pear_xmldir}/%{name}.xml
 %{pear_phpdir}/%{pear_name}
@@ -113,6 +110,9 @@ fi
 
 
 %changelog
+* Sun Dec  2 2012 Remi Collet <remi at fedoraproject.org> - 3.7.10-1
+- Version 3.7.10 (stable) - API 3.7.0 (stable)
+
 * Wed Nov 07 2012 Remi Collet <remi at fedoraproject.org> - 3.7.9-1
 - Version 3.7.9 (stable) - API 3.7.0 (stable)
 
diff --git a/sources b/sources
index cb4fe18..7e2e402 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b726936ecac5632476a0a845bc9deb94  PHPUnit-3.7.9.tgz
+d51d854c82fb7621578d6ed2f08d92c6  PHPUnit-3.7.10.tgz


More information about the scm-commits mailing list