diff options
-rw-r--r-- | php-phpunit-mock-objects5.spec | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/php-phpunit-mock-objects5.spec b/php-phpunit-mock-objects5.spec index 3783392..99a6a89 100644 --- a/php-phpunit-mock-objects5.spec +++ b/php-phpunit-mock-objects5.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global bootstrap 1 +%global bootstrap 0 # Github %global gh_commit f72a0da31f2bee0b3d90259cacc12f2b0b8b8f5f #global gh_date 20150902 @@ -24,7 +24,7 @@ %global ver_major 5 %global ver_minor 0 %global ver_patch 0 -%global specrel 0 +%global specrel 1 %if %{bootstrap} %global with_tests 0%{?_with_tests:1} %else @@ -81,6 +81,8 @@ Requires: php-spl # Autoloader Requires: php-composer(fedora/autoloader) +# No more used +Obsoletes: php-phpunit-mock-objects5 < 6 Provides: php-composer(%{pk_vendor}/%{pk_project}) = %{version} @@ -151,6 +153,10 @@ exit $ret %changelog +* Fri Dec 1 2017 Remi Collet <remi@remirepo.net> - 5.0.0-1 +- normal build +- obsolete php-phpunit-mock-objects4 + * Fri Dec 1 2017 Remi Collet <remi@remirepo.net> - 5.0.0-0 - rename to php-phpunit-mock-objects5 - update to 5.0.0 |