From 280157ea2985da80b0a2f1089d14862c52fabdaa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Oct 2017 18:42:01 +0200 Subject: v3.0.1 --- php-phpunit-dbunit3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-phpunit-dbunit3.spec') diff --git a/php-phpunit-dbunit3.spec b/php-phpunit-dbunit3.spec index 41671d9..34a1bf7 100644 --- a/php-phpunit-dbunit3.spec +++ b/php-phpunit-dbunit3.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit f2f8bec1d6ad7ad0bcdb47c1ed56d9d42d3e39ab +%global gh_commit 6b9cec80dca8694243aade33bceb425ccafbbd0d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project dbunit @@ -20,7 +20,7 @@ %global with_tests 0%{!?_without_tests:1} %global ver_major 3 %global ver_minor 0 -%global ver_patch 0 +%global ver_patch 1 %global specrel 1 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} @@ -125,6 +125,9 @@ ln -s %{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}/autoload.php vendor/aut %changelog +* Thu Oct 19 2017 Remi Collet - 3.0.1-1 +- Update to 3.0.1 + * Wed Feb 8 2017 Remi Collet - 3.0.0-1 - rename to php-phpunit-dbunit3 - change dependency to phpunit6 -- cgit