From 86af3f6196b6049e566f8b9cc067c88696388e78 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Oct 2015 07:49:17 +0200 Subject: php-tecnickcom-tc-lib-unicode-data: 1.4.7 --- php-tecnickcom-tc-lib-unicode-data.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-tecnickcom-tc-lib-unicode-data.spec b/php-tecnickcom-tc-lib-unicode-data.spec index 13146fd..cb89379 100644 --- a/php-tecnickcom-tc-lib-unicode-data.spec +++ b/php-tecnickcom-tc-lib-unicode-data.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit fa31b93318aabe158e2dbdb49d418107161361ba +%global gh_commit 489f152fcd6676e2f596c58a00e483a4955cd041 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,7 +15,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 1.4.6 +Version: 1.4.7 Release: 1%{?dist} Summary: PHP library containing UTF-8 font definitions @@ -28,7 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %if %{with_tests} # For tests -BuildRequires: %{_bindir}/phpunit +BuildRequires: php-composer(phpunit/phpunit) BuildRequires: php(language) >= 5.3.3 %endif @@ -102,6 +102,9 @@ rm -rf %{buildroot} %changelog +* Tue Oct 20 2015 Remi Collet - 1.4.7-1 +- update to 1.4.7 (no change) + * Fri Sep 25 2015 Remi Collet - 1.4.6-1 - update to 1.4.6 (no change) -- cgit