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 --- php.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php.spec') 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