diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-20 07:49:17 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-20 07:49:17 +0200 |
commit | 4daa6e70da698ad405dd969709a13abf99a8a033 (patch) | |
tree | 6a9f683764b74d84c8c87b7753c6f2d33a2f014c | |
parent | cc16c266d0349f6f8ced1dd120ae8f137c3b3afd (diff) |
php-tecnickcom-tc-lib-unicode-data: 1.4.7
-rw-r--r-- | php-tecnickcom-tc-lib-unicode-data/php-tecnickcom-tc-lib-unicode-data.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-unicode-data/php-tecnickcom-tc-lib-unicode-data.spec b/php-tecnickcom-tc-lib-unicode-data/php-tecnickcom-tc-lib-unicode-data.spec index 13146fd..cb89379 100644 --- a/php-tecnickcom-tc-lib-unicode-data/php-tecnickcom-tc-lib-unicode-data.spec +++ b/php-tecnickcom-tc-lib-unicode-data/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 <remi@fedoraproject.org> - 1.4.7-1 +- update to 1.4.7 (no change) + * Fri Sep 25 2015 Remi Collet <remi@fedoraproject.org> - 1.4.6-1 - update to 1.4.6 (no change) |