summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-10-15 20:04:31 +0200
committerRemi Collet <fedora@famillecollet.com>2015-10-15 20:04:31 +0200
commit4a59b0481eb7c1ec2149a40b58e4ff72bfbd8451 (patch)
tree7dcf90a04096ef8851bdb0d1d8bb322ae4cf5410
parent2fbdcc5979e8235b7d94a746d8323d8a5ee76955 (diff)
php-patchwork-utf8: sync with Fedora
-rw-r--r--php-patchwork-utf8.spec13
1 files changed, 9 insertions, 4 deletions
diff --git a/php-patchwork-utf8.spec b/php-patchwork-utf8.spec
index e148b63..3457372 100644
--- a/php-patchwork-utf8.spec
+++ b/php-patchwork-utf8.spec
@@ -50,14 +50,14 @@ BuildArch: noarch
BuildRequires: python
# Tests
%if %{with_tests}
-BuildRequires: %{_bindir}/phpunit
+BuildRequires: php-composer(phpunit/phpunit)
## composer.json
BuildRequires: php(language) >= %{php_min_ver}
BuildRequires: php-iconv
BuildRequires: php-intl
BuildRequires: php-mbstring
BuildRequires: php-pcre
-## phpcompatinfo (computed from version 1.2.3)
+## phpcompatinfo (computed from version 1.2.5)
BuildRequires: php-reflection
BuildRequires: php-date
BuildRequires: php-exif
@@ -76,7 +76,7 @@ Requires: php-pcre
Requires: php-iconv
Requires: php-intl
Requires: php-mbstring
-# phpcompatinfo (computed from version 1.2.3)
+# phpcompatinfo (computed from version 1.2.5)
#Requires: php-exif
Requires: php-filter
Requires: php-json
@@ -173,12 +173,17 @@ rm -rf %{buildroot}
%doc *.md
%doc composer.json
%{phpdir}/Patchwork
+%exclude %{phpdir}/Patchwork/Utf8/Compiler.php
+%exclude %{phpdir}/Patchwork/Utf8/WindowsStreamWrapper.php
%exclude %{phpdir}/Patchwork/Utf8/unicode-data.tbz2
-#exclude %{phpdir}/Patchwork/Utf8/WindowsStreamWrapper.php
%{_datadir}/%{name}
%changelog
+* Thu Oct 15 2015 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.2.5-1
+- Updated to 1.2.5 (RHBZ #1271631)
+- Exclude Patchwork/Utf8/Compiler.php
+
* Thu Oct 15 2015 Remi Collet <remi]remirepo.net> - 1.2.5-1
- update to 1.2.5