[php-phpunit-DbUnit] update to 1.2.1

Remi Collet remi at fedoraproject.org
Mon Oct 22 13:08:32 UTC 2012


commit 1d14da05c8f4ed8de1bb47b3727cac1fb8fdaf91
Author: Remi Collet <remi at fedoraproject.org>
Date:   Mon Oct 22 15:08:26 2012 +0200

    update to 1.2.1

 .gitignore              |    1 +
 php-phpunit-DbUnit.spec |   18 ++++++++++++------
 sources                 |    2 +-
 3 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6e41c84..7ff39f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ package-*.xml
 /DbUnit-1.1.0.tgz
 /DbUnit-1.1.1.tgz
 /DbUnit-1.1.2.tgz
+/DbUnit-1.2.1.tgz
diff --git a/php-phpunit-DbUnit.spec b/php-phpunit-DbUnit.spec
index 485cb73..e624719 100644
--- a/php-phpunit-DbUnit.spec
+++ b/php-phpunit-DbUnit.spec
@@ -1,10 +1,11 @@
+%{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
 %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
 %global pear_name DbUnit
 %global channel pear.phpunit.de
 
 Name:           php-phpunit-DbUnit
-Version:        1.1.2
-Release:        2%{?dist}
+Version:        1.2.1
+Release:        1%{?dist}
 Summary:        DbUnit port for PHP/PHPUnit
 
 Group:          Development/Libraries
@@ -19,9 +20,9 @@ BuildRequires:  php-channel(%{channel})
 
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
-Requires:       php-pdo >= 5.2.7
-Requires:       php-pear(%{channel}/PHPUnit) >= 3.6.0
-Requires:       php-pear(pear.symfony-project.com/YAML) >= 1.0.2
+Requires:       php-pdo >= 5.3.3
+Requires:       php-pear(%{channel}/PHPUnit) >= 3.7.0
+Requires:       php-pear(pear.symfony.com/Yaml) >= 2.1.0
 
 Provides:       php-pear(%{channel}/%{pear_name}) = %{version}
 
@@ -47,7 +48,7 @@ cd %{pear_name}-%{version}
 %{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml
 
 # Clean up unnecessary files
-rm -rf %{buildroot}%{pear_phpdir}/.??*
+rm -rf %{buildroot}%{pear_metadir}/.??*
 
 # Install XML package description
 mkdir -p %{buildroot}%{pear_xmldir}
@@ -78,6 +79,11 @@ fi
 
 
 %changelog
+* Mon Oct 22 2012 Remi Collet <remi at fedoraproject.org> - 1.2.1-1
+- Version 1.2.1 (stable) - API 1.2.0 (stable)
+- raise dependencies: php 5.3.3, PHPUnit 3.7.0,
+  Yaml 2.1.0 (instead of YAML from symfony 1)
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 9104b8c..cec5adc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-813ec72a4b9bee5c9eec326957846843  DbUnit-1.1.2.tgz
+8709f983079cc52baef6739f970e0ae5  DbUnit-1.2.1.tgz


More information about the scm-commits mailing list