[php-phpunit-PHPUnit] update to 3.5.15

Remi Collet remi at fedoraproject.org
Fri Aug 19 18:04:56 UTC 2011


commit 39e3a9000f0f4f23d051c6293913c291c9d3e17b
Author: remi <fedora at famillecollet.com>
Date:   Fri Aug 19 20:04:41 2011 +0200

    update to 3.5.15

 .gitignore               |    1 +
 php-phpunit-PHPUnit.spec |   16 ++++++++--------
 sources                  |    2 +-
 3 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index abe1d00..08d0043 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 *~
 package*.xml
 /PHPUnit-3.5.14.tgz
+/PHPUnit-3.5.15.tgz
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec
index f2ec426..b651439 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.14
+Version:        3.5.15
 Release:        1%{?dist}
 Summary:        Regression testing framework for unit tests
 
@@ -15,7 +15,7 @@ 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.2
+BuildRequires:  php-pear(PEAR) >= 1.9.3
 BuildRequires:  php-channel(%{channel})
 
 Requires:       php-xml >= 5.2.7
@@ -27,7 +27,6 @@ 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(pear.symfony-project.com/YAML) >= 1.0.2
-Requires:       php-pear(XML_RPC2)
 # 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
@@ -36,6 +35,7 @@ Requires:       php-pear(%{channel}/DbUnit) >= 1.0.0
 # Optionnal dependencies
 Requires:       php-json php-pdo php-mbstring
 Requires:       php-pecl(Xdebug) >= 2.0.5
+Requires:       php-pear(XML_RPC2)
 
 Provides:       php-pear(%{channel}/%{pear_name}) = %{version}
 Obsoletes:      php-pear-PHPUnit < %{version}
@@ -52,10 +52,6 @@ for the creation, execution and analysis of Unit Tests.
 
 %prep
 %setup -qc
-# Create a "localized" php.ini to avoid build warning
-cp /etc/php.ini .
-echo "date.timezone=UTC" >>php.ini
-
 cd %{pear_name}-%{version}
 # package.xml is V2
 mv ../package.xml %{name}.xml
@@ -71,7 +67,7 @@ rm -rf $RPM_BUILD_ROOT
 cd %{pear_name}-%{version}
 
 # Install Package
-PHPRC=../php.ini %{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{name}.xml
+%{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{name}.xml
 
 # Clean up unnecessary files
 rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??*
@@ -111,6 +107,10 @@ fi
 
 
 %changelog
+* 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
+
 * Fri Jun 10 2011 Remi Collet <Fedora at famillecollet.com> - 3.5.14-1
 - Version 3.5.14 (stable) - API 3.5.7 (stable)
 
diff --git a/sources b/sources
index 718ab06..d5ba7f1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0c0e6b7ecbdf85a01867e89e07e2c143  PHPUnit-3.5.14.tgz
+73dabdddb977d41518badb32075f19fd  PHPUnit-3.5.15.tgz


More information about the scm-commits mailing list