[php-phpunit-DbUnit] update to 1.1.0

Remi Collet remi at fedoraproject.org
Thu Nov 3 15:30:33 UTC 2011


commit a0bc450486759a7945dc9308b2983272667377f2
Author: remi <fedora at famillecollet.com>
Date:   Thu Nov 3 16:30:26 2011 +0100

    update to 1.1.0

 .gitignore              |    1 +
 php-phpunit-DbUnit.spec |   21 ++++++++++++---------
 sources                 |    2 +-
 3 files changed, 14 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1786bc3..adeb84b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 package-*.xml
 /DbUnit-1.0.2.tgz
 /DbUnit-1.0.3.tgz
+/DbUnit-1.1.0.tgz
diff --git a/php-phpunit-DbUnit.spec b/php-phpunit-DbUnit.spec
index 61b85ec..afb5614 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.3
+Version:        1.1.0
 Release:        1%{?dist}
 Summary:        DbUnit port for PHP/PHPUnit
 
@@ -14,13 +14,13 @@ 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.4
 BuildRequires:  php-channel(%{channel})
 
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
 Requires:       php-pdo >= 5.2.7
-Requires:       php-pear(%{channel}/PHPUnit) >= 3.5.0
+Requires:       php-pear(%{channel}/PHPUnit) >= 3.6.0
 Requires:       php-pear(pear.symfony-project.com/YAML) >= 1.0.2
 
 Provides:       php-pear(%{channel}/%{pear_name}) = %{version}
@@ -42,20 +42,20 @@ cd %{pear_name}-%{version}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 cd %{pear_name}-%{version}
-%{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{name}.xml
+%{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml
 
 # Clean up unnecessary files
-rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??*
+rm -rf %{buildroot}%{pear_phpdir}/.??*
 
 # Install XML package description
-mkdir -p $RPM_BUILD_ROOT%{pear_xmldir}
-install -pm 644 %{name}.xml $RPM_BUILD_ROOT%{pear_xmldir}
+mkdir -p %{buildroot}%{pear_xmldir}
+install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
 
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 
 %post
@@ -78,6 +78,9 @@ fi
 
 
 %changelog
+* Tue Nov 01 2011 Remi Collet <remi at fedoraproject.org> - 1.1.0-1
+- Version 1.1.0 (stable) - API 1.1.0 (stable)
+
 * Fri Aug 19 2011 Remi Collet <remi at fedoraproject.org> - 1.0.3-1
 - Version 1.0.3 (stable) - API 1.0.0 (stable)
 
diff --git a/sources b/sources
index 9fbe5c6..93589ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6655c1655c1a0aa3f5a6ce5eb251bc71  DbUnit-1.0.3.tgz
+cba590d96d5b6d4b0b7bf370e14c353a  DbUnit-1.1.0.tgz


More information about the scm-commits mailing list