[php-bartlett-PHP-CompatInfo/f18] - Update to 2.23.1 - raise dependencies: PHP 5.3.0, PHP_Reflect 1.8.0 (and < 2)

Remi Collet remi at fedoraproject.org
Mon Sep 23 15:29:49 UTC 2013


commit 1bdea76b2c6f22cef0185d52b35687c6660151ff
Author: Remi Collet <remi at fedoraproject.org>
Date:   Mon Sep 23 17:19:40 2013 +0200

    - Update to 2.23.1
    - raise dependencies: PHP 5.3.0, PHP_Reflect 1.8.0 (and < 2)

 .gitignore                       |    1 +
 php-bartlett-PHP-CompatInfo.spec |   16 ++++++++++------
 sources                          |    2 +-
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1bab372..2b657d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@ package-*.xml
 /PHP_CompatInfo-2.20.0.tgz
 /PHP_CompatInfo-2.21.0.tgz
 /PHP_CompatInfo-2.22.0.tgz
+/PHP_CompatInfo-2.23.1.tgz
diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec
index 78ef110..e60bd23 100644
--- a/php-bartlett-PHP-CompatInfo.spec
+++ b/php-bartlett-PHP-CompatInfo.spec
@@ -16,7 +16,7 @@
 
 
 Name:           php-bartlett-PHP-CompatInfo
-Version:        2.22.0
+Version:        2.23.1
 Release:        1%{?dist}
 Summary:        Find out version and the extensions required for a piece of code to run
 
@@ -34,16 +34,16 @@ Source1:        https://raw.github.com/llaville/php-compat-info/master/misc/phpc
 Patch0:         %{pear_name}-conf.patch
 
 BuildArch:      noarch
-BuildRequires:  php(language) >= 5.2.1
+BuildRequires:  php(language) >= 5.3.0
 BuildRequires:  php-pear(PEAR) >= 1.9.0
 BuildRequires:  php-channel(%{channel})
 # to run test suite
 BuildRequires:  php-pear(pear.phpunit.de/PHPUnit) >= 3.6.0
-BuildRequires:  php-pear(%{channel}/PHP_Reflect) >= 1.7.0
+BuildRequires:  php-pear(%{channel}/PHP_Reflect) >= 1.8.0
 
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
-Requires:       php(language) >= 5.2.1
+Requires:       php(language) >= 5.3.0
 Requires:       php-date
 Requires:       php-dom
 Requires:       php-libxml
@@ -51,7 +51,8 @@ Requires:       php-pcre
 Requires:       php-reflection
 Requires:       php-spl
 Requires:       php-pear(PEAR) >= 1.9.0
-Requires:       php-pear(%{channel}/PHP_Reflect) >= 1.7.0
+Requires:       php-pear(%{channel}/PHP_Reflect) >= 1.8.0
+Requires:       php-pear(%{channel}/PHP_Reflect) <  2
 Requires:       php-pear(Console_CommandLine) >= 1.2.0
 # Optional
 Requires:       php-pear(pear.phpunit.de/PHPUnit) >= 3.6.0
@@ -82,7 +83,6 @@ cp phpcompatinfo.xml.dist phpcompatinfo.xml
 # Apply our changes
 %patch0  -p1 -b .rpm
 
-# remove checksum for patched files
 cp ../package.xml %{name}.xml
 
 
@@ -166,6 +166,10 @@ fi
 
 
 %changelog
+* Mon Sep 23 2013 Remi Collet <remi at fedoraproject.org> - 2.23.1-1
+- Update to 2.23.1
+- raise dependencies: PHP 5.3.0, PHP_Reflect 1.8.0 (and < 2)
+
 * Fri Aug 23 2013 Remi Collet <remi at fedoraproject.org> - 2.22.0-1
 - Update to 2.22.0
 
diff --git a/sources b/sources
index 2f1b1d2..910650b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7e160c5a0383d0d50d3101d6ec73c24a  PHP_CompatInfo-2.22.0.tgz
+7ded2ef550bf99ea703af79dfe0064c4  PHP_CompatInfo-2.23.1.tgz


More information about the scm-commits mailing list