diff options
| author | Remi Collet <fedora@famillecollet.com> | 2013-05-08 17:28:43 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2013-05-08 17:28:43 +0200 | 
| commit | ba9680cb9e3ccd5a0e7f40a74da196484fc4db62 (patch) | |
| tree | 2e55b20d3225da9d2df12c6ebdda22225519a53c | |
| parent | fc0e0ccd1637e1dfee2cd85979314ddb5e1a236d (diff) | |
php-drush-drush 5.9.0 (backport)
| -rw-r--r-- | php-drush-drush.spec | 10 | 
1 files changed, 8 insertions, 2 deletions
diff --git a/php-drush-drush.spec b/php-drush-drush.spec index 62d9386..189d444 100644 --- a/php-drush-drush.spec +++ b/php-drush-drush.spec @@ -16,8 +16,8 @@  %global with_tests   %{?_with_tests:1}%{!?_with_tests:0}  Name:             php-drush-%{pear_name} -Version:          5.8.0 -Release:          4%{?dist} +Version:          5.9.0 +Release:          1%{?dist}  Summary:          Command line shell and Unix scripting interface for Drupal  Group:            Development/Libraries @@ -186,6 +186,12 @@ fi  %changelog +* Wed May  8 2013 Remi Collet <remi@fedoraproject.org> 5.9.0-1 +- backport 5.9.0 for remi repo. + +* Wed May 08 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 5.9.0-1 +- Updated to version 5.9.0 +  * Thu Apr  4 2013 Remi Collet <remi@fedoraproject.org> 5.8.0-4  - backport rawhide changes for remi repo.  | 
