summaryrefslogtreecommitdiffstats
path: root/php-phpunitgoodpractices-polyfill.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-06-11 07:49:19 +0200
committerRemi Collet <remi@remirepo.net>2018-06-11 07:49:19 +0200
commit9862d98c011627d5bd92dd3b1a10c6eccf15da78 (patch)
tree5c4fb7be5c29c0519d4dcb85fee006bbcdf9d816 /php-phpunitgoodpractices-polyfill.spec
parent9f2e13b63f9ad651f0a2f4af24f9d998318ada5d (diff)
update to 1.1.0 (no change)
add LICENSE file
Diffstat (limited to 'php-phpunitgoodpractices-polyfill.spec')
-rw-r--r--php-phpunitgoodpractices-polyfill.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-phpunitgoodpractices-polyfill.spec b/php-phpunitgoodpractices-polyfill.spec
index 1e826d6..3eb9c65 100644
--- a/php-phpunitgoodpractices-polyfill.spec
+++ b/php-phpunitgoodpractices-polyfill.spec
@@ -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