summaryrefslogtreecommitdiffstats
path: root/php-punic.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-02-04 11:15:29 +0100
committerRemi Collet <fedora@famillecollet.com>2017-02-04 11:15:29 +0100
commita058314b6275f73fe38f27965e185a146198a5d3 (patch)
tree74a377fb2f7bf96572b8a82d1ea1c15dbac132f9 /php-punic.spec
parent7cdbf4fa5083d831122373c83cf43392eb44710a (diff)
php-punic: 1.6.5
Diffstat (limited to 'php-punic.spec')
-rw-r--r--php-punic.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php-punic.spec b/php-punic.spec
index b30a3b7..cfdc581 100644
--- a/php-punic.spec
+++ b/php-punic.spec
@@ -12,8 +12,8 @@
%global github_owner punic
%global github_name punic
-%global github_version 1.6.4
-%global github_commit c6a779cb0349948f093d40b9f6a4fe5c6f8a6a36
+%global github_version 1.6.5
+%global github_commit 7bc85ce1137cf52db4d2a6298256a4c4a24da99a
%global composer_vendor punic
%global composer_project punic
@@ -28,7 +28,7 @@
Name: php-%{composer_project}
Version: %{github_version}
-Release: 2%{?github_release}%{?dist}
+Release: 1%{?github_release}%{?dist}
Summary: PHP-Unicode CLDR
Group: Development/Libraries
@@ -128,8 +128,8 @@ ln -s \
%check
%if %{with_tests}
: Skip tests known to fail
-sed 's/function testDescribeInterval/function SKIP_testDescribeInterval/' \
- -i tests/Calendar/CalendarTest.php
+#sed 's/function testDescribeInterval/function SKIP_testDescribeInterval/' \
+# -i tests/Calendar/CalendarTest.php
%{_bindir}/phpunit \
-d memory_limit=-1 \
@@ -156,6 +156,9 @@ rm -rf %{buildroot}
%changelog
+* Sat Feb 4 2017 Remi Collet <remi@remirepo.net> - 1.6.5-1
+- update to 1.6.5
+
* Sat Nov 26 2016 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.6.4-1
- Update to 1.6.4 (RHBZ #1397224)
- Switch autoloader from php-composer(symfony/class-loader) to