[php] update to 5.5.0 finale

Remi Collet remi at fedoraproject.org
Thu Jun 20 07:18:26 UTC 2013


commit 8025efc07404b44a126e74e52faaedf76f7a6b83
Author: Remi Collet <remi at fedoraproject.org>
Date:   Thu Jun 20 09:18:13 2013 +0200

    update to 5.5.0 finale

 .gitignore |    1 +
 php.spec   |    7 +++++--
 sources    |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1d50584..2a2340b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ php-5.4.*.bz2
 /php-5.5.0RC2.tar.xz
 /php-5.5.0RC3.tar.xz
 /php-5.5.0RC3-strip.tar.xz
+/php-5.5.0-strip.tar.xz
diff --git a/php.spec b/php.spec
index 7fd8cf5..1c3c727 100644
--- a/php.spec
+++ b/php.spec
@@ -64,12 +64,12 @@
 %global db_devel  libdb-devel
 %endif
 
-%global rcver RC3
+#global rcver RC3
 
 Summary: PHP scripting language for creating dynamic web sites
 Name: php
 Version: 5.5.0
-Release: 0.11.%{rcver}%{?dist}
+Release: 1%{?dist}
 # All files licensed under PHP version 3.01, except
 # Zend is licensed under Zend
 # TSRM is licensed under BSD
@@ -1525,6 +1525,9 @@ exit 0
 
 
 %changelog
+* Thu Jun 20 2013 Remi Collet <rcollet at redhat.com> 5.5.0-1
+- update to 5.5.0 final
+
 * Fri Jun 14 2013 Remi Collet <rcollet at redhat.com> 5.5.0-0.11.RC3
 - also drop JSON from sources
 - clean conditional for JSON (as removed from the sources)
diff --git a/sources b/sources
index 821f264..a082a98 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4ec3676db18aa5d34ac795e6c0e9343c  php-5.5.0RC3-strip.tar.xz
+17afa934e4208640562096702534d5c2  php-5.5.0-strip.tar.xz


More information about the scm-commits mailing list