summaryrefslogtreecommitdiffstats
path: root/phpunit9.spec
diff options
context:
space:
mode:
Diffstat (limited to 'phpunit9.spec')
-rw-r--r--phpunit9.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/phpunit9.spec b/phpunit9.spec
index dc0fd48..ad50882 100644
--- a/phpunit9.spec
+++ b/phpunit9.spec
@@ -11,7 +11,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 2d7080c622cf7884992e7c3cf87853877bae8ff4
+%global gh_commit 1b570cd7edbe136055bf5f651857dc8af6b829d2
#global gh_date 20150927
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_vendor sebastianbergmann
@@ -24,17 +24,17 @@
%global php_home %{_datadir}/php
%global ver_major 9
%global ver_minor 1
-%global ver_patch 4
%global specrel 1
Name: %{pk_project}%{ver_major}
-Version: %{ver_major}.%{ver_minor}.%{ver_patch}
+Version: 9.1.5
Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}
Summary: The PHP Unit Testing framework version %{ver_major}
License: BSD
URL: https://github.com/%{gh_vendor}/%{gh_project}
-Source0: https://github.com/%{gh_vendor}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz
+Source0: %{name}-%{version}-%{gh_short}.tgz
+Source1: makesrc.sh
# Fix command for autoload
Patch0: %{name}-rpm.patch
@@ -296,6 +296,10 @@ exit $ret
%changelog
+* Sat May 23 2020 Remi Collet <remi@remirepo.net> - 9.1.5-1
+- update to 9.1.5
+- sources from git snapshot
+
* Thu Apr 30 2020 Remi Collet <remi@remirepo.net> - 9.1.4-1
- update to 9.1.4
- raise dependency on sebastian/code-unit 1.0.2