diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-10-20 09:13:29 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-10-20 09:13:29 +0200 |
commit | d6ae0de383bd5e2bd57f575373232aafa5d87f78 (patch) | |
tree | 3cf6d99f04054834ce159c1bbf97b871ab1ae789 | |
parent | 3d4e3807aec72eb263978f58030402cfa2991de0 (diff) |
php-phpunit-git: properly obsoletes old name
-rw-r--r-- | php-phpunit-git.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-git.spec b/php-phpunit-git.spec index 768e38b..c39b7e6 100644 --- a/php-phpunit-git.spec +++ b/php-phpunit-git.spec @@ -13,7 +13,7 @@ Name: php-phpunit-git Version: 1.2.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Simple wrapper for Git Group: Development/Libraries @@ -37,8 +37,8 @@ Requires: php-channel(%{pear_channel}) Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} # Package have be renamed -Obsoletes: php-phpunit-Diff < 1.2.0-3 -Provides: php-phpunit-Diff = %{name}-%{version} +Obsoletes: php-phpunit-Git < 1.2.0-3 +Provides: php-phpunit-Git = %{name}-%{version} %description @@ -93,6 +93,9 @@ fi %changelog +* Sun Oct 20 2013 Remi Collet <remi@fedoraproject.org> - 1.2.0-4 +- properly obsoletes old name + * Sun Oct 20 2013 Remi Collet <remi@fedoraproject.org> - 1.2.0-3 - rename to lowercase |