update to 1.1.0 (no change)

add LICENSE file
This commit is contained in:
Remi Collet 2018-06-11 07:59:59 +02:00
commit 6bcb32ba4a
3 changed files with 9 additions and 5 deletions

View file

@ -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