[php-phpunit-DbUnit/f18] Version 1.2.3 (stable) - API 1.2.0 (stable)

Remi Collet remi at fedoraproject.org
Tue Mar 5 10:08:17 UTC 2013


commit 93f4dfed6c8dc1604921c7aeb7bae2526c749e70
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Mar 5 11:08:11 2013 +0100

    Version 1.2.3 (stable) - API 1.2.0 (stable)

 .gitignore              |    1 +
 php-phpunit-DbUnit.spec |   15 +++++++++++----
 sources                 |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 26d088d..9f6e74b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ package-*.xml
 /DbUnit-1.1.2.tgz
 /DbUnit-1.2.1.tgz
 /DbUnit-1.2.2.tgz
+/DbUnit-1.2.3.tgz
diff --git a/php-phpunit-DbUnit.spec b/php-phpunit-DbUnit.spec
index 2b4f5f0..9a65c82 100644
--- a/php-phpunit-DbUnit.spec
+++ b/php-phpunit-DbUnit.spec
@@ -4,7 +4,7 @@
 %global channel pear.phpunit.de
 
 Name:           php-phpunit-DbUnit
-Version:        1.2.2
+Version:        1.2.3
 Release:        1%{?dist}
 Summary:        DbUnit port for PHP/PHPUnit
 
@@ -14,15 +14,19 @@ URL:            https://github.com/sebastianbergmann/dbunit
 Source0:        http://pear.phpunit.de/get/%{pear_name}-%{version}.tgz
 
 BuildArch:      noarch
+BuildRequires:  php(language) >= 5.3.3
 BuildRequires:  php-pear(PEAR) >= 1.9.4
 BuildRequires:  php-channel(%{channel})
 
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
-Requires:       php-pdo >= 5.3.3
+Requires:       php(language) >= 5.3.3
+Requires:       php-libxml
+Requires:       php-pdo
+Requires:       php-reflection
+Requires:       php-simplexml
+Requires:       php-spl
 Requires:       php-pear(%{channel}/PHPUnit) >= 3.7.0
-Requires:       php-pear(pear.symfony.com/Yaml) >= 2.1.0
-Conflicts:      php-pear(pear.symfony.com/Yaml) >= 2.1.99
 
 Provides:       php-pear(%{channel}/%{pear_name}) = %{version}
 
@@ -73,6 +77,9 @@ fi
 
 
 %changelog
+* Tue Mar 05 2013 Remi Collet <remi at fedoraproject.org> - 1.2.3-1
+- Version 1.2.3 (stable) - API 1.2.0 (stable)
+
 * Thu Jan 10 2013 Remi Collet <remi at fedoraproject.org> - 1.2.2-1
 - Version 1.2.2 (stable) - API 1.2.0 (stable)
 - modernize spec
diff --git a/sources b/sources
index b1458bc..4f9c6c1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c758bd5498c95b5bf37d7fd3e2ac6100  DbUnit-1.2.2.tgz
+c47036ac20a4517a83dd7837edccfd5d  DbUnit-1.2.3.tgz


More information about the scm-commits mailing list