diff options
author | Remi Collet <remi@remirepo.net> | 2021-03-17 10:18:21 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-03-17 10:18:21 +0100 |
commit | 6b00c2b3db43d8bd4d2436a36a19a9f88ccaa859 (patch) | |
tree | 4571dbb7a0f0102317f8fc9028f7ac5a80e8813c /phpunit9.spec | |
parent | 5002a1eb299dfc8c09577aaca0efeb248c5e0021 (diff) |
update to 9.5.3
Diffstat (limited to 'phpunit9.spec')
-rw-r--r-- | phpunit9.spec | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/phpunit9.spec b/phpunit9.spec index 5fc2136..7210c37 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,10 +11,10 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit f661659747f2f87f9e72095bb207bceb0f151cb4 +%global gh_commit 27241ac75fc37ecf862b6e002bf713b6566cbe41 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_vendor sebastianbergmann +%global gh_owner sebastianbergmann %global gh_project phpunit # Packagist %global pk_vendor phpunit @@ -24,16 +24,18 @@ %global php_home %{_datadir}/php %global ver_major 9 %global ver_minor 5 -%global specrel 1 + +%global upstream_version 9.5.3 +#global upstream_prever dev Name: %{pk_project}%{ver_major} -Version: 9.5.2 -Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} +Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} +Release: 1%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD URL: https://github.com/%{gh_vendor}/%{gh_project} -Source0: %{name}-%{version}-%{gh_short}.tgz +Source0: %{name}-%{upstream_version}-%{gh_short}.tgz Source1: makesrc.sh # Fix command for autoload @@ -301,6 +303,9 @@ exit $ret %changelog +* Wed Mar 17 2021 Remi Collet <remi@remirepo.net> - 9.5.3-1 +- update to 9.5.3 + * Wed Feb 3 2021 Remi Collet <remi@remirepo.net> - 9.5.2-1 - update to 9.5.2 |