diff options
| -rw-r--r-- | php-tecnickcom-tc-lib-barcode/php-tecnickcom-tc-lib-barcode.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-barcode/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode/php-tecnickcom-tc-lib-barcode.spec index 84d9c58..c673a8b 100644 --- a/php-tecnickcom-tc-lib-barcode/php-tecnickcom-tc-lib-barcode.spec +++ b/php-tecnickcom-tc-lib-barcode/php-tecnickcom-tc-lib-barcode.spec @@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    7441d7d847c01a7762e11916c4e20a480223783c +%global gh_commit    499eb943dd62c5f1f561090f35a1b416b660fe31  %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.5.4 +Version:        1.5.6  Release:        1%{?dist}  Summary:        PHP library to generate linear and bidimensional barcodes @@ -119,13 +119,16 @@ rm -rf %{buildroot}  %files  %defattr(-,root,root,-)  %{!?_licensedir:%global license %%doc} -%license LICENSE.TXT +%license LICENSE  %doc composer.json  %doc README.md example  %{php_project}  %changelog +* Fri Nov 20 2015 Remi Collet <remi@fedoraproject.org> - 1.5.6-1 +- update to 1.5.6 (no change) +  * Fri Nov 20 2015 Remi Collet <remi@fedoraproject.org> - 1.5.4-1  - update to 1.5.4 (no change)  | 
