diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-12-04 14:28:01 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-12-04 14:28:01 +0100 |
commit | 3507221a24b6a3fbc04498e44148c02c843b2779 (patch) | |
tree | d0a1e730a46dbb6823a5eeb660f5f3b106d6ee42 | |
parent | 00dbc280047f7f9654a4d5213f9fa36c247e34e1 (diff) |
php-pear-phing: 2.13.0
-rw-r--r-- | php-pear-phing.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/php-pear-phing.spec b/php-pear-phing.spec index cdf075f..8aaae81 100644 --- a/php-pear-phing.spec +++ b/php-pear-phing.spec @@ -15,7 +15,7 @@ Summary: A project build system based on Apache Ant Name: php-pear-phing -Version: 2.12.0 +Version: 2.13.0 Release: 1%{?dist} License: LGPLv2 @@ -64,6 +64,8 @@ Requires: php-phpunit-phpcpd Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} Provides: php-composer(phing/phing) = %{version} +# The project/command +Provides: phing = %{version} %description @@ -120,6 +122,10 @@ fi %changelog +* Fri Dec 04 2015 Remi Collet <remi@fedoraproject.org> - 2.13.0-1 +- Update to 2.13.0 +- provide phing + * Tue Aug 25 2015 Remi Collet <remi@fedoraproject.org> - 2.12.0-1 - Update to 2.12.0 |