[php-tcpdf/f19] update to 6.0.091 + composer

Remi Collet remi at fedoraproject.org
Fri Aug 15 06:34:33 UTC 2014


commit ec0729dc8eedef2c66dc8a939c4e1807d0964aa3
Author: Remi Collet <remi at fedoraproject.org>
Date:   Fri Aug 15 08:31:38 2014 +0200

    update to 6.0.091 + composer
    
    (cherry picked from commit 1950452af4395ddf71e341a0cdc10e2e8e8391ef)

 .gitignore     |    1 +
 php-tcpdf.spec |   11 +++++++++--
 sources        |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6b731d1..3d86a22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ clog
 /tcpdf_6_0_082.zip
 /tcpdf_6_0_086.zip
 /tcpdf_6_0_089.zip
+/tcpdf_6_0_091.zip
diff --git a/php-tcpdf.spec b/php-tcpdf.spec
index 4eec89c..7274d12 100644
--- a/php-tcpdf.spec
+++ b/php-tcpdf.spec
@@ -10,8 +10,8 @@
 %global real_name  tcpdf
 
 Name:           php-tcpdf
-Summary:        PHP class for generating PDF documents
-Version:        6.0.089
+Summary:        PHP class for generating PDF documents and barcodes
+Version:        6.0.091
 Release:        1%{?dist}
 
 URL:            http://www.tcpdf.org
@@ -41,6 +41,8 @@ Requires:       php-xml
 Requires:       php-zlib
 # imagick is optionnal (and conflicts with gmagick)
 
+Provides:       php-composer(tecnick.com/tcpdf) = %{version}
+
 
 %description
 PHP class for generating PDF documents.
@@ -255,6 +257,7 @@ php tools/tcpdf_addfont.php \
 
 %files -f corefonts.lst
 %doc README.TXT CHANGELOG.TXT examples
+%doc composer.json
 %{!?_licensedir:%global license %%doc}
 %license LICENSE.TXT
 %{_bindir}/%{real_name}_addfont
@@ -297,6 +300,10 @@ php tools/tcpdf_addfont.php \
 
 
 %changelog
+* Fri Aug 15 2014 Remi Collet <remi at fedoraproject.org> - 6.0.091-1
+- update to 6.0.091
+- provide php-composer(tecnick.com/tcpdf)
+
 * Thu Jul 17 2014 Remi Collet <remi at fedoraproject.org> - 6.0.089-1
 - update to 6.0.089
 
diff --git a/sources b/sources
index 355fb85..ad38207 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fd8a22aa2aa161b7340edaa577d59533  tcpdf_6_0_089.zip
+3dff638ac4e4b2a7c608d4e280f8e67a  tcpdf_6_0_091.zip


More information about the scm-commits mailing list