diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-05-30 07:22:32 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-05-30 07:22:32 +0200 |
commit | b7f13bf56051fbb81e28fd0d59a0e848a0a07a62 (patch) | |
tree | 8262f408fe277d11a8b764a0f1366e5bd4a4582f | |
parent | 08c9397c107ce28cbcaa5d3e01f6d825e509c03f (diff) |
-rw-r--r-- | php-phpoffice-phpexcel.spec | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/php-phpoffice-phpexcel.spec b/php-phpoffice-phpexcel.spec index 414a907..25182be 100644 --- a/php-phpoffice-phpexcel.spec +++ b/php-phpoffice-phpexcel.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-phpoffice-phpexcel # -# Copyright (c) 2015 Shawn Iwinski <shawn.iwinski@gmail.com> +# Copyright (c) 2015-2016 Shawn Iwinski <shawn.iwinski@gmail.com> # # License: MIT # http://opensource.org/licenses/MIT @@ -28,7 +28,7 @@ Name: php-%{composer_vendor}-%{composer_project} Version: %{github_version} -Release: 1%{?github_release}%{dist} +Release: 3%{?github_release}%{dist} Summary: A pure PHP library for reading and writing spreadsheet files Group: Development/Libraries @@ -186,9 +186,11 @@ rm -f \ Classes/PHPExcel/Shared/StringTest.php \ Classes/PHPExcel/Style/NumberFormatTest.php testFormatValueWithMask \ Classes/PHPExcel/Worksheet/AutoFilter/Column/RuleTest.php \ - Classes/PHPExcel/Worksheet/CellCollectionTest.php + Classes/PHPExcel/Worksheet/CellCollectionTest.php \ + Classes/PHPExcel/Worksheet/ColumnIteratorTest.php \ + Classes/PHPExcel/Worksheet/RowIteratorTest.php -%{_bindir}/phpunit +%{_bindir}/phpunit --verbose %else : Tests skipped %endif @@ -224,6 +226,10 @@ rm -rf %{buildroot} %changelog +* Mon May 30 2016 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.8.1-3 +- Skip additional tests known to fail +- See https://github.com/PHPOffice/PHPExcel/issues/910 + * Tue Oct 13 2015 Remi Collet <remi@fedoraproject.org> - 1.8.1-1 - backport for remi repo, add EL-5 stuff |