]> git.pld-linux.org Git - packages/php.git/commitdiff
- updated gd_imagerotate_enable patch, use "gd(imagerotate) = 5.2.0" deps
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 23 Dec 2006 11:24:22 +0000 (11:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- restored comment about removed but STILL not obsoleted php-* packages

Changed files:
    php.spec -> 1.644

php.spec

index f08787e500ac964cf5c3073c67c511114a94aeaa..83f4ef83a388fc886743b622e5bf30f0612a0cbd 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -1,6 +1,10 @@
 # TODO:
-# - deal with modules removed from php and not moved to PECL
-#   removed from php 5.2:
+# - deal with modules removed from php and not moved to PECL, still not obsoleted anywhere
+#   - removed from php 5.0 (currently in php4):
+#   db, hyperwave, java, mcal, overload, qtdom
+#   - removed from php 5.1:
+#   cpdf, fam, oracle
+#   - removed from php 5.2:
 #   filepro, hw
 # - mime_magic can't handle new "string/*" entries in magic.mime
 #   thus doesn't work with system magic.mime database
@@ -145,6 +149,7 @@ BuildRequires:      freetds-devel
 %endif
 BuildRequires: freetype-devel >= 2.0
 BuildRequires: gd-devel >= 2.0.28-4
+BuildRequires: gd-devel(imagerotate) = 5.2.0
 BuildRequires: gdbm-devel
 BuildRequires: gmp-devel
 %{?with_imap:BuildRequires:    imap-devel >= 1:2001-0.BETA.200107022325.2}
@@ -630,6 +635,7 @@ Group:              Libraries
 Requires:      %{name}-common = %{epoch}:%{version}-%{release}
 Requires:      gd >= 2.0.28-4
 Requires:      gd(gif)
+Requires:      gd(imagerotate) = 5.2.0
 Provides:      php(gd)
 
 %description gd
@@ -1562,7 +1568,7 @@ cp php.ini-dist php.ini
 %patch19 -p1
 %patch20 -p1
 %patch21 -p1
-#%patch23 -p1 # UPDATE?
+%patch23 -p1
 %patch24 -p1
 %patch26 -p1
 
This page took 0.039211 seconds and 4 git commands to generate.