summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-02-07 17:38:50 +0100
committerRemi Collet <remi@remirepo.net>2018-02-07 17:38:50 +0100
commit7afef6d855daa597b5d1a73ae1d0f10b2bb756cc (patch)
tree7aa87b8ee5adcc776c2aab4c9e5c8a7fd39d5bf1
parenta26c1a18a4fae4dafb0d4268f8c0c960b8dbcf30 (diff)
bump release
-rw-r--r--php-phpunit-dbunit4.spec5
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