Browse Source

php5-5.5.23-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9464 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 9 years ago
parent
commit
08f060bdc5
1 changed files with 7 additions and 3 deletions
  1. 7 3
      p/php5/php5-vl.spec

+ 7 - 3
p/php5/php5-vl.spec

@@ -51,7 +51,7 @@
 Name: php5
 Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
 Summary(ja): HTML 埋め込み型スクリプト言語 PHP
-Version: 5.5.22
+Version: 5.5.23
 Release: 1%{_dist_release}
 
 Vendor: Project Vine
@@ -108,6 +108,7 @@ BuildRequires: gcc-c++
 BuildRequires: %{gd_name}-devel
 BuildRequires: gdbm-devel
 BuildRequires: gmp-devel
+BuildRequires: libedit-devel
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
 %if %{?_dist_release} == "vl5"
@@ -125,7 +126,6 @@ BuildRequires: pcre-devel
 BuildRequires: perl
 BuildRequires: pkgconfig
 BuildRequires: postfix
-BuildRequires: readline-devel
 BuildRequires: sqlite3-devel
 BuildRequires: zlib-devel
 BuildRequires: libicu-devel >= 3.6
@@ -574,7 +574,7 @@ make %{?_smp_mflags}
 # Build /usr/bin/php{,-cgi}, and all the shared extensions
 pushd build-cgi
 build \
-  --with-readline
+  --with-libedit
 popd
 
 #----------------------------------------------------------------------
@@ -990,6 +990,10 @@ rm -f files.*
 
 #======================================================================
 %changelog
+* Sun Mar 22 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net>  5.5.23-1
+- new upstream release.
+- replaced readline with libedit.
+
 * Fri Feb 20 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.22-1
 - new upstream release.