[php] Update to 5.6.7 http://www.php.net/releases/5_6_7.php

Remi Collet remi at fedoraproject.org
Fri Mar 20 05:57:13 UTC 2015


commit 3bc0278791da84905bbfdd3405fd83dacfaf1a37
Author: Remi Collet <remi at fedoraproject.org>
Date:   Fri Mar 20 06:57:07 2015 +0100

    Update to 5.6.7 http://www.php.net/releases/5_6_7.php

 .gitignore     |  1 +
 php-odbc.patch | 40 ----------------------------------------
 php.spec       | 12 +++++++-----
 sources        |  2 +-
 4 files changed, 9 insertions(+), 46 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7056114..a9e49b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,3 +42,4 @@ php-5.5.*.xz
 /php-5.6.6RC1-strip.tar.xz
 /php-5.6.6-strip.tar.xz
 /php-5.6.7RC1-strip.tar.xz
+/php-5.6.7-strip.tar.xz
diff --git a/php.spec b/php.spec
index 4e41d8d..f2ff463 100644
--- a/php.spec
+++ b/php.spec
@@ -57,12 +57,12 @@
 %global db_devel  libdb-devel
 %endif
 
-%global rcver         RC1
+#global rcver         RC1
 
 Summary: PHP scripting language for creating dynamic web sites
 Name: php
 Version: 5.6.7
-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
@@ -113,7 +113,6 @@ Patch46: php-5.6.3-fixheader.patch
 Patch47: php-5.6.3-phpinfo.patch
 
 # Upstream fixes (100+)
-Patch100: php-odbc.patch
 
 # Security fixes (200+)
 
@@ -717,7 +716,6 @@ httpd -V  | grep -q 'threaded:.*yes' && exit 1
 %patch47 -p1 -b .phpinfo
 
 # upstream patches
-%patch100 -p1 -b .odbc
 
 # security patches
 
@@ -1475,7 +1473,11 @@ rm -f README.{Zeus,QNX,CVS-RULES}
 
 
 %changelog
-* Sun Mar  8 2015 Remi Collet <remi at fedoraproject.org> 5.6.7-0.1.RC1
+* Fri Mar 20 2015 Remi Collet <remi at fedoraproject.org> 5.6.7-2
+- Update to 5.6.7
+  http://www.php.net/releases/5_6_7.php
+
+* Sun Mar  8 2015 Remi Collet <remi at fedoraproject.org> 5.6.7-1
 - update to 5.6.7RC1
 
 * Thu Feb 19 2015 Remi Collet <remi at fedoraproject.org> 5.6.6-1
diff --git a/sources b/sources
index e50a09d..cd8e039 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d9692a2cb777afad132a032f7daa336  php-5.6.7RC1-strip.tar.xz
+d20bd7ebbaa0396cccf0928efe0cff67  php-5.6.7-strip.tar.xz


More information about the scm-commits mailing list