Author: adamg                        Date: Wed Jan 13 01:05:42 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- todo "done" (those were require calls in unreachable [as of 1.9.7] code)

---- Files affected:
packages/ZendFramework:
   ZendFramework.spec (1.76 -> 1.77) 

---- Diffs:

================================================================
Index: packages/ZendFramework/ZendFramework.spec
diff -u packages/ZendFramework/ZendFramework.spec:1.76 
packages/ZendFramework/ZendFramework.spec:1.77
--- packages/ZendFramework/ZendFramework.spec:1.76      Wed Jan 13 01:53:43 2010
+++ packages/ZendFramework/ZendFramework.spec   Wed Jan 13 02:05:36 2010
@@ -1,7 +1,9 @@
 # $Revision$, $Date$
+#
 # TODO
-#error: ZendFramework-Zend_Pdf-1.9.6-1: req 
pear(Zend/Pdf/FileParser/Image/Jpeg.php) not found
-#error: ZendFramework-Zend_Pdf-1.9.6-1: req 
pear(Zend/Pdf/FileParser/Image/Tiff.php) not found
+# - check Zend/Pdf/FileParser/Image/Jpeg.php and 
Zend/Pdf/FileParser/Image/Tiff.php
+#   presence in Zend/Pdf/Image.php after update [not implemented in 1.9.7)
+#
 %include       /usr/lib/rpm/macros.php
 Summary:       Zend Framework
 Summary(pl.UTF-8):     Szkielet Zend
@@ -32,7 +34,7 @@
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # exclude optional dependencies
-%define                _noautoreq      'php(oci8)' 'php(bitset)' 
'pear(../application/bootstrap.php)'
+%define                _noautoreq      'php(oci8)' 'php(bitset)' 
'pear(../application/bootstrap.php)' 'pear(Zend/Pdf/FileParser/Image/Tiff.php)' 
'pear(Zend/Pdf/FileParser/Image/Jpeg.php)'
 
 %description
 Zend Framework is a high quality and open source framework for
@@ -1743,6 +1745,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.77  2010/01/13 01:05:36  adamg
+- todo "done" (those were require calls in unreachable [as of 1.9.7] code)
+
 Revision 1.76  2010/01/13 00:53:43  adamg
 - updated to 1.9.7 (security fixes);
 - fix typo in Zend/Pdf/Font.php
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ZendFramework/ZendFramework.spec?r1=1.76&r2=1.77&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to