diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-11-20 18:25:29 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-11-20 18:25:29 +0100 |
commit | 0e97efbbdba6ad074c3c3d1aa796b3b4dd6aa88e (patch) | |
tree | c95aba3afa2456f013a698d9532daf457230cdb9 | |
parent | 72807b44b0c0cee104d867bc41d643f41de0a4a2 (diff) |
php-tecnickcom-tc-lib-color: 1.6.10
-rw-r--r-- | php-tecnickcom-tc-lib-color/php-tecnickcom-tc-lib-color.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-color/php-tecnickcom-tc-lib-color.spec b/php-tecnickcom-tc-lib-color/php-tecnickcom-tc-lib-color.spec index 19171f7..f429ece 100644 --- a/php-tecnickcom-tc-lib-color/php-tecnickcom-tc-lib-color.spec +++ b/php-tecnickcom-tc-lib-color/php-tecnickcom-tc-lib-color.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 493e45557dfc98f24cadec97489d949eebe3d90f +%global gh_commit 53e228c710f7cd9e0361c8299902cea57a613f36 %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.6.8 +Version: 1.6.10 Release: 1%{?dist} Summary: PHP library to manipulate various color representations @@ -101,7 +101,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} -%license LICENSE.TXT +%license LICENSE %doc composer.json %doc README.md example %dir %{_datadir}/php/Com @@ -110,6 +110,9 @@ rm -rf %{buildroot} %changelog +* Fri Nov 20 2015 Remi Collet <remi@fedoraproject.org> - 1.6.10-1 +- update to 1.6.10 (no change) + * Fri Nov 20 2015 Remi Collet <remi@fedoraproject.org> - 1.6.8-1 - update to 1.6.8 (no change) |