Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d31c2ba851 |
3 changed files with 12 additions and 11 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1,3 @@
|
|||
/php-sebastian-complexity-2.0.0-33fcd6a.tgz
|
||||
/php-sebastian-complexity-2.0.1-ba8cc2d.tgz
|
||||
/php-sebastian-complexity-2.0.2-739b35e.tgz
|
||||
|
|
|
|||
|
|
@ -6,14 +6,10 @@
|
|||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%bcond_with bootstrap
|
||||
%if %{with bootstrap}
|
||||
%bcond_with tests
|
||||
%else
|
||||
%bcond_without tests
|
||||
%endif
|
||||
|
||||
# github
|
||||
%global gh_commit 33fcd6a26656c6546f70871244ecba4b4dced097
|
||||
%global gh_commit 739b35e53379900cc9ac327b2147867b8b6efd88
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project complexity
|
||||
|
|
@ -27,7 +23,7 @@
|
|||
%global ns_project Complexity
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 2.0.0
|
||||
Version: 2.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Calculating the complexity of PHP code units
|
||||
|
||||
|
|
@ -45,12 +41,12 @@ BuildRequires: php-spl
|
|||
BuildRequires: php-fedora-autoloader-devel >= 1.0.0
|
||||
%if %{with tests}
|
||||
# from composer.json, "require-dev": {
|
||||
# "phpunit/phpunit": "^9.2"
|
||||
BuildRequires: phpunit9 >= 9.2
|
||||
# "phpunit/phpunit": "^9.3"
|
||||
BuildRequires: phpunit9 >= 9.3
|
||||
%endif
|
||||
|
||||
# from composer.json, "require": {
|
||||
# "php": "^7.3 || ^8.0",
|
||||
# "php": ">=7.3",
|
||||
# "nikic/php-parser": "^4.7"
|
||||
Requires: php(language) >= 7.3
|
||||
Requires: (php-composer(nikic/php-parser) >= 4.7 with php-composer(nikic/php-parser) < 5)
|
||||
|
|
@ -114,5 +110,8 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 27 2020 Remi Collet <remi@remirepo.net> - 2.0.2-1
|
||||
- update to 2.0.2
|
||||
|
||||
* Mon Aug 10 2020 Remi Collet <remi@remirepo.net> - 2.0.0-1
|
||||
- initial package
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-complexity-2.0.0-33fcd6a.tgz) = 60747cde6012c33ac4cab78bb04b98f1dab3eb72f07ee1836238af842c37b450b329744ab4143848ba5076e9ed87dd09799c6c485f01b2609ee20b0716fa99a2
|
||||
SHA512 (php-sebastian-complexity-2.0.2-739b35e.tgz) = e023347d3d562db234ed3f1d51acaa616d525d7d9f2cf498e52458843870dac6b572bdf57605e40ddef5c4f690a8c6d7903c11ecffffc9cf1b9793a5414d095f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue