[php-bartlett-PHP-CompatInfo] update to 3.4.0

Remi Collet remi at fedoraproject.org
Thu Sep 25 06:43:21 UTC 2014


commit 7962ff1c3521324494be2b4bbdd73c95eb268768
Author: Remi Collet <remi at fedoraproject.org>
Date:   Thu Sep 25 08:43:07 2014 +0200

    update to 3.4.0

 .gitignore                       |    1 +
 php-bartlett-PHP-CompatInfo.spec |   16 +++++++++-------
 sources                          |    2 +-
 3 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 856a22e..6ad73f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 clog
 /php-compat-info-3.2.0.tar.gz
 /php-compat-info-3.3.0.tar.gz
+/php-compat-info-3.4.0.tar.gz
diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec
index 64a063d..9e8a1a3 100644
--- a/php-bartlett-PHP-CompatInfo.spec
+++ b/php-bartlett-PHP-CompatInfo.spec
@@ -6,13 +6,13 @@
 #
 # Please, preserve the changelog entries
 #
-%global gh_commit    fca41fa03aec12bacf1c281a4fa6b832960f2fb4
+%global gh_commit    4f9def9b616c3af1bb577c188b66f3039e8dd333
 #global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
 %global gh_owner     llaville
 %global gh_project   php-compat-info
 
 Name:           php-bartlett-PHP-CompatInfo
-Version:        3.3.0
+Version:        3.4.0
 Release:        1%{?dist}
 Summary:        Find out version and the extensions required for a piece of code to run
 
@@ -28,8 +28,7 @@ BuildArch:      noarch
 BuildRequires:  php(language) >= 5.3.0
 # to run test suite
 BuildRequires:  %{_bindir}/phpunit
-# 2.2 is enough for test (2.3 required for cache)
-BuildRequires:  php-composer(bartlett/php-reflect) >= 2.2
+BuildRequires:  php-composer(bartlett/php-reflect) >= 2.4
 
 # From composer.json, "require"
 #        "php": ">=5.3.0",
@@ -38,14 +37,14 @@ BuildRequires:  php-composer(bartlett/php-reflect) >= 2.2
 #        "ext-spl": "*",
 #        "ext-json": "*",
 #        "symfony/console": "~2.5",
-#         "bartlett/php-reflect": "~2.3",
+#         "bartlett/php-reflect": "~2.4",
 #         "seld/jsonlint": "~1.1"
 Requires:       php(language) >= 5.3.0
 Requires:       php-json
 Requires:       php-libxml
 Requires:       php-pcre
 Requires:       php-spl
-Requires:       php-composer(bartlett/php-reflect) >= 2.3
+Requires:       php-composer(bartlett/php-reflect) >= 2.4
 Requires:       php-composer(bartlett/php-reflect) <  3
 Requires:       php-composer(symfony/console)      >= 2.5
 Requires:       php-composer(symfony/console)      <  3
@@ -71,7 +70,7 @@ version and extensions required for it to run. CLI version has many reports
 (extension, interface, class, function, constant) to display and ability to
 show content of dictionary references.
 
-Documentation: http://php5.laurent-laville.org/compatinfo/manual/3.2/en/
+Documentation: http://php5.laurent-laville.org/compatinfo/manual/current/en/
 
 
 %prep
@@ -127,6 +126,9 @@ fi
 
 
 %changelog
+* Thu Sep 25 2014 Remi Collet <remi at fedoraproject.org> - 3.4.0-1
+- Update to 3.4.0
+
 * Fri Aug 22 2014 Remi Collet <remi at fedoraproject.org> - 3.3.0-1
 - Update to 3.2.0
 - add dependency on seld/jsonlint
diff --git a/sources b/sources
index cd63915..13634b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c67e44a59200795910b440f35cb71294  php-compat-info-3.3.0.tar.gz
+6879a7bb587e2c1ba3e02cd37c52ea98  php-compat-info-3.4.0.tar.gz


More information about the scm-commits mailing list