From a058314b6275f73fe38f27965e185a146198a5d3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 4 Feb 2017 11:15:29 +0100 Subject: php-punic: 1.6.5 --- php-punic.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'php-punic.spec') 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 - 1.6.5-1 +- update to 1.6.5 + * Sat Nov 26 2016 Shawn Iwinski - 1.6.4-1 - Update to 1.6.4 (RHBZ #1397224) - Switch autoloader from php-composer(symfony/class-loader) to -- cgit