]> git.pld-linux.org Git - packages/php.git/commitdiff
up to 5.5.0 RC1 (09 May 2013)
authorElan Ruusamäe <glen@delfi.ee>
Tue, 11 Jun 2013 19:08:57 +0000 (22:08 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 11 Jun 2013 19:10:15 +0000 (22:10 +0300)
system libgd >= 2.1 is now the minimal version required (as build with previous version is broken).

php.spec

index 071e4b69079b899fb2ed4fb8afb63c29b3023cd8..6b44742c4fab56e10daf6494b14385879e6afc54 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -128,7 +128,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %define                php_suffix 55
 
 %define                rel     0.3
-%define                subver  beta4
+%define                subver  RC1
 Summary:       PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):     Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):     Język skryptowy PHP
@@ -142,7 +142,7 @@ Epoch:              4
 License:       PHP
 Group:         Libraries
 Source0:       http://downloads.php.net/dsp/%{orgname}-%{version}%{subver}.tar.xz
-# Source0-md5: cba102154280dd16462150232dad9487
+# Source0-md5: c36bf7812526b1d5e90ba891e31a3b54
 Source2:       %{orgname}-mod_%{orgname}.conf
 Source3:       %{orgname}-cgi-fcgi.ini
 Source4:       %{orgname}-apache.ini
@@ -237,8 +237,7 @@ BuildRequires:      freetds-devel >= 0.82
 %endif
 BuildRequires: freetype-devel >= 2.0
 %if %{with system_gd}
-BuildRequires: gd-devel >= 2.0.28-4
-BuildRequires: gd-devel(imagerotate) = 5.2.0
+BuildRequires: gd-devel >= 2.1
 %endif
 BuildRequires: gdbm-devel
 BuildRequires: gmp-devel
This page took 0.119656 seconds and 4 git commands to generate.