diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-11-02 09:12:34 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-11-02 09:12:34 +0100 |
commit | 28acb9bd926872aabe166300028f436e71cef85c (patch) | |
tree | 3aeb79ff496a35d20dd49458376550e329ee76ae | |
parent | 62641112e3b435c9fc208e7d7ec416ffb0ec8141 (diff) |
Test build of PHP 5.5.6RC1 and 5.4.22RC1
-rw-r--r-- | php54.spec | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -71,13 +71,13 @@ %endif #global snapdate 201201041830 -#global rcver RC1 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.4.21 +Version: 5.4.22 %if 0%{?snapdate:1}%{?rcver:1} -Release: 0.5.%{?snapdate}%{?rcver}%{?dist} +Release: 0.1.%{?snapdate}%{?rcver}%{?dist} %else Release: 2%{?dist} %endif @@ -1633,6 +1633,9 @@ fi %changelog +* Sat Nov 2 2013 Remi Collet <remi@fedoraproject.org> 5.4.22-0.1.RC1 +- test build of 5.4.22RC1 + * Sun Oct 27 2013 Remi Collet <remi@fedoraproject.org> 5.4.21-2 - rebuild using libicu-last 50.1.2 |