diff options
-rw-r--r-- | failed.txt | 2 | ||||
-rw-r--r-- | php.spec | 7 |
2 files changed, 6 insertions, 3 deletions
@@ -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) @@ -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 <remi@fedoraproject.org> - 7.1.5~RC1-2 +- new sources from new tag + * Tue Apr 25 2017 Remi Collet <remi@fedoraproject.org> - 7.1.5~RC1-1 - Update to 7.1.5RC1 - oci8 version is now 2.1.4 |