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

Remi Collet remi at fedoraproject.org
Tue Mar 5 09:58:47 UTC 2013


commit 2e628371dbc4c47bda724e45b2931087e6095588
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Mar 5 10:58:42 2013 +0100

    Version 1.2.3 (stable) - API 1.2.0 (stable)

 .gitignore              |    1 +
 php-phpunit-DbUnit.spec |   17 ++++++++++++-----
 sources                 |    2 +-
 3 files changed, 14 insertions(+), 6 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 c0849a7..96d5641 100644
--- a/php-phpunit-DbUnit.spec
+++ b/php-phpunit-DbUnit.spec
@@ -4,8 +4,8 @@
 %global channel pear.phpunit.de
 
 Name:           php-phpunit-DbUnit
-Version:        1.2.2
-Release:        2%{?dist}
+Version:        1.2.3
+Release:        1%{?dist}
 Summary:        DbUnit port for PHP/PHPUnit
 
 Group:          Development/Libraries
@@ -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 Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
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