diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-11-20 18:31:38 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-11-20 18:31:38 +0100 | 
| commit | ff824947d86ec8d481b313df8b2fc9c246f7f079 (patch) | |
| tree | 6b7177c790af8d7a38aa601dc209fe1477813342 | |
| parent | 0c5ff35f054cc6bec760cd18f52c0631356a7571 (diff) | |
php-tecnickcom-tc-lib-pdf-page: 1.1.13
| -rw-r--r-- | php-tecnickcom-tc-lib-pdf-page/php-tecnickcom-tc-lib-pdf-page.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-page/php-tecnickcom-tc-lib-pdf-page.spec b/php-tecnickcom-tc-lib-pdf-page/php-tecnickcom-tc-lib-pdf-page.spec index 94bc2f7..b7a55f6 100644 --- a/php-tecnickcom-tc-lib-pdf-page/php-tecnickcom-tc-lib-pdf-page.spec +++ b/php-tecnickcom-tc-lib-pdf-page/php-tecnickcom-tc-lib-pdf-page.spec @@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    92085ae22c456378a33ba96252ed13d3d122b972 +%global gh_commit    fe01dfce6710b997c7bfacbd16ca8a96e122c2ad  %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.1.10 +Version:        1.1.13  Release:        1%{?dist}  Summary:        PHP library containing PDF page formats and definitions @@ -94,7 +94,7 @@ rm -rf %{buildroot}  %files  %defattr(-,root,root,-)  %{!?_licensedir:%global license %%doc} -%license LICENSE.TXT +%license LICENSE  %doc composer.json  %doc README.md  %dir %{_datadir}/php/Com @@ -104,6 +104,9 @@ rm -rf %{buildroot}  %changelog +* Fri Nov 20 2015 Remi Collet <remi@fedoraproject.org> - 1.1.13-1 +- update to 1.1.13 (no change) +  * Fri Nov 20 2015 Remi Collet <remi@fedoraproject.org> - 1.1.10-1  - update to 1.1.10 (no change)  | 
