From 74cc566480571141b2faa797cd78fe1f0aa683dc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 28 Apr 2017 07:44:49 +0200 Subject: 7.1.5RC1 new tag --- failed.txt | 2 +- php.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 7673995..89ad113 100644 --- a/failed.txt +++ b/failed.txt @@ -11,7 +11,7 @@ $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log fc26x - (3) ext/openssl/tests/sni_server.phpt + (2) ext/openssl/tests/sni_server.phpt (1) proc_open give erratic test results :( (2) test issue (fixed upstream) diff --git a/php.spec b/php.spec index b94b127..f0ea1af 100644 --- a/php.spec +++ b/php.spec @@ -131,7 +131,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}} -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -862,7 +862,7 @@ support for JavaScript Object Notation (JSON) to PHP. %prep -: Building %{name}-%{upver}-%{release} with systemd=%{with_systemd} imap=%{with_imap} interbase=%{with_interbase} mcrypt=%{with_mcrypt} freetds=%{with_freetds} sqlite3=%{with_sqlite3} tidy=%{with_tidy} zip=%{with_zip} +: Building %{name}-%{version}-%{release} with systemd=%{with_systemd} imap=%{with_imap} interbase=%{with_interbase} mcrypt=%{with_mcrypt} freetds=%{with_freetds} sqlite3=%{with_sqlite3} tidy=%{with_tidy} zip=%{with_zip} %if 0%{?gh_date} %setup -q -n %{gh_project}-%{gh_commit} %else @@ -1813,6 +1813,9 @@ fi %changelog +* Thu Apr 27 2017 Remi Collet - 7.1.5~RC1-2 +- new sources from new tag + * Tue Apr 25 2017 Remi Collet - 7.1.5~RC1-1 - Update to 7.1.5RC1 - oci8 version is now 2.1.4 -- cgit