From 80cede16b1eb7e8b58552e3cab1c6863cb93b239 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 May 2017 10:20:55 +0200 Subject: test build for release process test (not official alpha0) --- php.spec | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index c22d919..a076511 100644 --- a/php.spec +++ b/php.spec @@ -125,11 +125,11 @@ %global gh_commit 0722a0188f24a68c18364e2a2bf1443ca2011763 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20170516 +#global gh_date 20170516 %global gh_owner php %global gh_project php-src -#global rcver RC1 -%global rpmrel 4 +%global rcver alpha0 +%global rpmrel 5 Summary: PHP scripting language for creating dynamic web sites @@ -174,7 +174,7 @@ Source52: 20-oci8.ini Patch5: php-7.2.0-includedir.patch Patch6: php-5.6.3-embed.patch Patch7: php-5.3.0-recode.patch -Patch8: php-7.0.2-libdb.patch +Patch8: php-7.1.0-libdb.patch Patch9: php-7.0.7-curl.patch # Functional changes @@ -735,7 +735,9 @@ Summary: A database abstraction layer module for PHP applications Group: Development/Languages # All files licensed under PHP version 3.01 License: PHP -BuildRequires: %{db_devel}, tokyocabinet-devel +BuildRequires: %{db_devel} +BuildRequires: tokyocabinet-devel +BuildRequires: lmdb-devel Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release} %description dba @@ -1154,6 +1156,7 @@ build --libdir=%{_libdir}/php \ --enable-ctype=shared \ --enable-dba=shared --with-db4=%{_root_prefix} \ --with-tcadb=%{_root_prefix} \ + --with-lmdb=%{_root_prefix} \ --enable-exif=shared \ --enable-ftp=shared \ --with-gettext=shared \ @@ -1798,6 +1801,10 @@ fi %changelog +* Mon May 29 2017 Remi Collet - 7.2.0-0.5.alpha0 +- test build for release process test, 7.2.0alpha0 +- dba: add --with-lmdb build option + * Tue May 16 2017 Remi Collet - 7.2.0-0.4.20170516.0722a01 - new snapshot -- cgit