update to 1.1.0 (no change)
add LICENSE file
This commit is contained in:
parent
247ad1da26
commit
6bcb32ba4a
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/php-phpunitgoodpractices-polyfill-1.0.0-3968a1f.tgz
|
||||
/php-phpunitgoodpractices-polyfill-1.1.0-f7c9b77.tgz
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
|
||||
# Github
|
||||
%global gh_commit 3968a1fcdd6d4676f9ba96cd242072c4bc57640e
|
||||
%global gh_commit f7c9b779e5c14ad37d27b108f2a370bb3c0312e8
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner PHPUnitGoodPractices
|
||||
%global gh_project polyfill
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
%global with_tests 0%{!?_without_tests:1}
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}
|
||||
Version: 1.0.0
|
||||
Version: 1.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Lacking future-compat polyfills for PHPUnit
|
||||
|
||||
|
|
@ -102,14 +102,17 @@ var_dump(PHPUnit\Runner\Version::id());
|
|||
|
||||
%files
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
# See https://github.com/PHPUnitGoodPractices/polyfill/issues/1
|
||||
#license LICENSE
|
||||
%license LICENSE
|
||||
%doc composer.json
|
||||
%dir %{php_home}/%{ns_vendor}
|
||||
%{php_home}/%{ns_vendor}/%{ns_project}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 11 2018 Remi Collet <remi@remirepo.net> - 1.1.0-1
|
||||
- update to 1.1.0 (no change)
|
||||
- add LICENSE file
|
||||
|
||||
* Mon Jun 4 2018 Remi Collet <remi@remirepo.net> - 1.0.0-1
|
||||
- initial package, version 1.0.0
|
||||
- open https://github.com/PHPUnitGoodPractices/polyfill/issues/1 - LICENSE file
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpunitgoodpractices-polyfill-1.0.0-3968a1f.tgz) = f8f13d7b25c3fb801070501c66678a9cdfcca48e9e39c5b4321bd9a247869a845089fafcd5421e14fc55263289f244526bcdcfa1431b6abae1f16b07c87cc407
|
||||
SHA512 (php-phpunitgoodpractices-polyfill-1.1.0-f7c9b77.tgz) = c1bfff8f110ef65e5d0913db38f36a812a096e6f1bf38741e195ee1c9fa4a3e5359a4090d9ac4976950c8e4563dd591741deac67c34c7d5ca7e8cd7e578ca453
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue