From 1728e8e5510ad8ef707f5282b221c78623619d0f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Dec 2017 06:43:30 +0100 Subject: v6.5.5 --- phpunit6.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'phpunit6.spec') diff --git a/phpunit6.spec b/phpunit6.spec index 0b55c03..abe99b2 100644 --- a/phpunit6.spec +++ b/phpunit6.spec @@ -7,7 +7,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 1b2f933d5775f9237369deaa2d2bfbf9d652be4c +%global gh_commit 83d27937a310f2984fd575686138597147bdc7df #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -20,7 +20,7 @@ %global php_home %{_datadir}/php %global ver_major 6 %global ver_minor 5 -%global ver_patch 4 +%global ver_patch 5 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -31,7 +31,7 @@ Summary: The PHP Unit Testing framework Group: Development/Libraries License: BSD URL: https://github.com/%{gh_vendor}/%{gh_project} -Source0: https://github.com/%{gh_vendor}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz +Source0: https://github.com/%{gh_vendor}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz # Fix command for autoload Patch0: %{name}-rpm.patch @@ -264,6 +264,9 @@ exit $ret %changelog +* Mon Dec 18 2017 Remi Collet - 6.5.5-1 +- Update to 6.5.5 + * Mon Dec 11 2017 Remi Collet - 6.5.4-1 - Update to 6.5.4 - raise dependency on phpunit/phpunit-mock-objects 5.0.5 -- cgit