diff options
-rw-r--r-- | php-phpunit-dbunit4.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-phpunit-dbunit4.spec b/php-phpunit-dbunit4.spec index a123d3a..86bf6fa 100644 --- a/php-phpunit-dbunit4.spec +++ b/php-phpunit-dbunit4.spec @@ -21,7 +21,7 @@ %global ver_major 4 %global ver_minor 0 %global ver_patch 0 -%global specrel 1 +%global specrel 2 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: %{ver_major}.%{ver_minor}.%{ver_patch} @@ -130,6 +130,9 @@ exit $ret %changelog +* Wed Feb 7 2018 Remi Collet <remi@remirepo.net> - 4.0.0-2 +- fix description + * Wed Feb 7 2018 Remi Collet <remi@remirepo.net> - 4.0.0-1 - update to 4.0.0 - switch dependency from phpunit6 to phpunit7 |