diff options
author | Remi Collet <remi@remirepo.net> | 2017-12-18 06:43:30 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-12-18 06:43:30 +0100 |
commit | 1728e8e5510ad8ef707f5282b221c78623619d0f (patch) | |
tree | 9d3a45018e13d903bdafe8a26a54fd58d787deac | |
parent | 36a17a62a2d164cf127b2589dd87c93981e6cdc3 (diff) |
v6.5.5
-rw-r--r-- | phpunit6.spec | 9 |
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 6.5.5-1 +- Update to 6.5.5 + * Mon Dec 11 2017 Remi Collet <remi@remirepo.net> - 6.5.4-1 - Update to 6.5.4 - raise dependency on phpunit/phpunit-mock-objects 5.0.5 |