[php-phpunit-DbUnit/el6] update to 1.0.3

Remi Collet remi at fedoraproject.org
Sat Aug 20 07:33:39 UTC 2011


commit a4cbda43f62f504409f62e183807c1a015216994
Author: remi <fedora at famillecollet.com>
Date:   Sat Aug 20 09:33:24 2011 +0200

    update to 1.0.3

 .gitignore              |    7 ++++---
 php-phpunit-DbUnit.spec |   13 +++++--------
 sources                 |    2 +-
 3 files changed, 10 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 06aeecf..1786bc3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
-/DbUnit-1.0.0.tgz
-package.xml
-/DbUnit-1.0.1.tgz
+*~
+package-*.xml
+/DbUnit-1.0.2.tgz
+/DbUnit-1.0.3.tgz
diff --git a/php-phpunit-DbUnit.spec b/php-phpunit-DbUnit.spec
index f75894b..8b1475e 100644
--- a/php-phpunit-DbUnit.spec
+++ b/php-phpunit-DbUnit.spec
@@ -3,7 +3,7 @@
 %global channel pear.phpunit.de
 
 Name:           php-phpunit-DbUnit
-Version:        1.0.1
+Version:        1.0.3
 Release:        1%{?dist}
 Summary:        DbUnit port for PHP/PHPUnit
 
@@ -19,7 +19,7 @@ BuildRequires:  php-channel(%{channel})
 
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
-Requires:       php-common >= 5.2.7
+Requires:       php-pdo >= 5.2.7
 Requires:       php-pear(%{channel}/PHPUnit) >= 3.5.0
 Requires:       php-pear(pear.symfony-project.com/YAML) >= 1.0.2
 
@@ -35,11 +35,6 @@ DbUnit port for PHP/PHPUnit
 cp /etc/php.ini .
 echo "date.timezone=UTC" >>php.ini
 
-# Create links for standard RPM docdir (to standard PEAR docdir)
-ln -s %{pear_docdir}/%{pear_name}/LICENSE            LICENSE
-ln -s %{pear_docdir}/%{pear_name}/ChangeLog.markdown CHANGELOG
-ln -s %{pear_docdir}/%{pear_name}/Samples            Samples
-
 cd %{pear_name}-%{version}
 # package.xml is V2 - hack to lower PEAR dependency
 %{_bindir}/php <<EOF
@@ -85,7 +80,6 @@ fi
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE CHANGELOG Samples
 %doc %{pear_docdir}/%{pear_name}
 %{pear_xmldir}/%{name}.xml
 %{pear_phpdir}/PHPUnit/Extensions/Database
@@ -93,6 +87,9 @@ fi
 
 
 %changelog
+* Fri Aug 19 2011 Remi Collet <remi at fedoraproject.org> - 1.0.3-1
+- Version 1.0.3 (stable) - API 1.0.0 (stable)
+
 * Wed Feb 16 2011 Remi Collet <Fedora at famillecollet.com> - 1.0.1-1
 - Version 1.0.1 (stable) - API 1.0.0 (stable)
 
diff --git a/sources b/sources
index 6cb6ad0..9fbe5c6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cc150251100b74879ba22a211079e8f4  DbUnit-1.0.1.tgz
+6655c1655c1a0aa3f5a6ce5eb251bc71  DbUnit-1.0.3.tgz


More information about the scm-commits mailing list