summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-06-20 08:29:06 +0200
committerRemi Collet <fedora@famillecollet.com>2013-06-20 08:29:06 +0200
commit5fe9fd06050b9950266713cabf0c4d339196267f (patch)
tree393e036a8b43cc2d40cc68bea172356aaa6c7282
parent3630ef1e81c94e3a3232f6276856706933610490 (diff)
php 5.5.0 !
-rw-r--r--php55.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/php55.spec b/php55.spec
index 5e92030..93fd8b7 100644
--- a/php55.spec
+++ b/php55.spec
@@ -81,7 +81,7 @@
%endif
#global snapdate 201306031030
-%global rcver RC3
+#global rcver RC3
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -89,7 +89,7 @@ Version: 5.5.0
%if 0%{?snapdate:1}%{?rcver:1}
Release: 0.36.%{?snapdate}%{?rcver}%{?dist}.1
%else
-Release: 2%{?dist}
+Release: 1%{?dist}
%endif
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
@@ -104,6 +104,7 @@ Source0: http://snaps.php.net/php5.5-%{snapdate}.tar.xz
# Need to download official tarball and strip non-free stuff
# wget http://www.php.net/distributions/php-%{version}%{?rcver}.tar.xz
# ./strip.sh %{version}
+Source0: php-%{version}%{?rcver}-strip.tar.xz
%endif
Source1: php.conf
Source2: php.ini
@@ -1800,6 +1801,9 @@ fi
%changelog
+* Thu Jun 20 2013 Remi Collet <rcollet@redhat.com> 5.5.0-1
+- update to 5.5.0 final
+
* Fri Jun 14 2013 Remi Collet <rcollet@redhat.com> 5.5.0-0.11.RC3
- also drop JSON from sources
- clean conditional for JSON (as removed from the sources)