diff options
| -rw-r--r-- | php-tecnickcom-tc-lib-color.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-color.spec b/php-tecnickcom-tc-lib-color.spec index 19171f7..f429ece 100644 --- a/php-tecnickcom-tc-lib-color.spec +++ b/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)  | 
