Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c068ea424c | ||
|
|
5d8376dc4f |
3 changed files with 18 additions and 12 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -3,3 +3,6 @@
|
|||
/php-sebastian-code-unit-1.0.2-ac95808.tar.gz
|
||||
/php-sebastian-code-unit-1.0.3-d650ef9.tgz
|
||||
/php-sebastian-code-unit-1.0.5-c1e2df3.tgz
|
||||
/php-sebastian-code-unit-1.0.6-d3a241b.tgz
|
||||
/php-sebastian-code-unit-1.0.7-59236be.tgz
|
||||
/php-sebastian-code-unit-1.0.8-1fc9f64.tgz
|
||||
|
|
|
|||
|
|
@ -6,9 +6,11 @@
|
|||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global bootstrap 0
|
||||
|
||||
%bcond_without tests
|
||||
|
||||
# Sources
|
||||
%global gh_commit c1e2df332c905079980b119c4db103117e5e5c90
|
||||
%global gh_commit 1fc9f64c0927627ef78ba436c9b17d967e68e120
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project code-unit
|
||||
|
|
@ -20,14 +22,9 @@
|
|||
%global php_home %{_datadir}/php
|
||||
%global ns_vendor SebastianBergmann
|
||||
%global ns_project CodeUnit
|
||||
%if %{bootstrap}
|
||||
%bcond_with tests
|
||||
%else
|
||||
%bcond_without tests
|
||||
%endif
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 1.0.5
|
||||
Version: 1.0.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Collection of value objects that represent the PHP code units
|
||||
|
||||
|
|
@ -44,12 +41,12 @@ BuildRequires: php-spl
|
|||
BuildRequires: php-fedora-autoloader-devel
|
||||
%if %{with tests}
|
||||
# from composer.json, "require-dev": {
|
||||
# "phpunit/phpunit": "^9.0"
|
||||
BuildRequires: phpunit9
|
||||
# "phpunit/phpunit": "^9.3"
|
||||
BuildRequires: phpunit9 >= 9.3
|
||||
%endif
|
||||
|
||||
# from composer.json, "require": {
|
||||
# "php": "^7.3 || ^8.0"
|
||||
# "php": ">=7.3"
|
||||
Requires: php(language) >= 7.3
|
||||
# From phpcompatinfo report for 1.0.0
|
||||
Requires: php-reflection
|
||||
|
|
@ -120,6 +117,12 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 26 2020 Remi Collet <remi@remirepo.net> - 1.0.8-1
|
||||
- update to 1.0.8
|
||||
|
||||
* Sat Oct 3 2020 Remi Collet <remi@remirepo.net> - 1.0.7-1
|
||||
- update to 1.0.7
|
||||
|
||||
* Mon Jun 29 2020 Remi Collet <remi@remirepo.net> - 1.0.5-1
|
||||
- update to 1.0.5
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-code-unit-1.0.5-c1e2df3.tgz) = 7074ac4c6ce316d1ab5b2292a017d1cbae9f4fe68e32077ecc9422ed8a8fef2cf45fcfb332e3d1a013e8c806b12a356195099a4dd8176319d155bdba6c14914e
|
||||
SHA512 (php-sebastian-code-unit-1.0.8-1fc9f64.tgz) = d0bcd4c5c7da7a246a2651b488b320154a78c73de93bce4a53281d8146a7bb60bb6fa82a12961df5f00eebfa859a1c88872143a7a81e0239d8d41007284b38d3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue