diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-01-28 14:14:23 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-01-28 14:14:23 +0100 | 
| commit | 73b369ce8411b39d52821214bed7c406ee705781 (patch) | |
| tree | 889b2018c67068df7b4b3677d3c1a383df149f63 | |
| parent | ae59bc93e32a8f96584e11baae5788484a93beca (diff) | |
php-tcpdf: 6.0.057
| -rw-r--r-- | php-tcpdf.spec | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/php-tcpdf.spec b/php-tcpdf.spec index 242e813..ed57c65 100644 --- a/php-tcpdf.spec +++ b/php-tcpdf.spec @@ -11,7 +11,7 @@  Name:           php-tcpdf  Summary:        PHP class for generating PDF documents -Version:        6.0.055 +Version:        6.0.057  Release:        1%{?dist}  URL:            http://www.tcpdf.org @@ -25,6 +25,7 @@ BuildArch:      noarch  BuildRequires:  php-cli  Requires:       php(language) >= 5.3 +# From phpcompatinfo report form version 6.0.057  Requires:       php-bcmath  Requires:       php-curl  Requires:       php-date @@ -313,6 +314,9 @@ rm -rf %{buildroot}  %changelog +* Tue Jan 28 2014 Remi Collet <remi@fedoraproject.org> - 6.0.057-1 +- update to 6.0.057 +  * Tue Jan 21 2014 Remi Collet <remi@fedoraproject.org> - 6.0.055-1  - update to 6.0.055  | 
