[php-drush-drush] Added php-pear(Console_Table) build require

Shawn Iwinski siwinski at fedoraproject.org
Wed Apr 3 19:02:42 UTC 2013


commit f23041e9c84855ca05f1b9211fb0cc06340c4763
Author: Shawn Iwinski <siwinski at redhat.com>
Date:   Wed Apr 3 15:02:30 2013 -0400

    Added php-pear(Console_Table) build require

 php-drush-drush.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/php-drush-drush.spec b/php-drush-drush.spec
index 301acd9..2f622a7 100644
--- a/php-drush-drush.spec
+++ b/php-drush-drush.spec
@@ -17,7 +17,7 @@
 
 Name:             php-drush-%{pear_name}
 Version:          5.8.0
-Release:          2%{?dist}
+Release:          3%{?dist}
 Summary:          Command line shell and Unix scripting interface for Drupal
 
 Group:            Development/Libraries
@@ -32,14 +32,15 @@ Obsoletes:        drupal6-drush < %{version}-%{release}
 BuildArch:        noarch
 BuildRequires:    php-pear(PEAR)
 BuildRequires:    php-channel(%{pear_channel})
+BuildRequires:    php-pear(Console_Table)
 BuildRequires:    help2man
 %if %{with_tests}
 BuildRequires:    php-pear(pear.phpunit.de/PHPUnit) >= 3.5
 %endif
 
 Requires:         php-cli >= 5.2
-Requires:         php-channel(%{pear_channel})
 Requires:         php-pear(PEAR)
+Requires:         php-channel(%{pear_channel})
 Requires:         php-pear(Console_Table)
 Requires:         git >= 1.7
 Requires(post):   %{__pear}
@@ -181,6 +182,9 @@ fi
 
 
 %changelog
+* Wed Apr 03 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 5.8.0-3
+- Added php-pear(Console_Table) build require
+
 * Sun Mar 17 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 5.8.0-2
 - Removed drush.bat
 - Fixed rpmlint wrong-file-end-of-line-encoding warning


More information about the scm-commits mailing list