[php-phpunit-PHP-CodeCoverage] - Update to 1.2.14 - raise dependency on Text_Template 1.2.0

Remi Collet remi at fedoraproject.org
Mon Feb 3 07:22:36 UTC 2014


commit cbeeb3526a8e75f68e4bd718bf5f0e41a2fbc16b
Author: Remi Collet <remi at fedoraproject.org>
Date:   Mon Feb 3 08:22:58 2014 +0100

    - Update to 1.2.14
    - raise dependency on Text_Template 1.2.0

 .gitignore                        |    3 ++-
 php-phpunit-PHP-CodeCoverage.spec |   10 +++++++---
 sources                           |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e0addbf..374a3c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-*spec~
+clog
 package*.xml
 /PHP_CodeCoverage-1.0.5.tgz
 /PHP_CodeCoverage-1.1.0.tgz
@@ -13,3 +13,4 @@ package*.xml
 /PHP_CodeCoverage-1.2.11.tgz
 /PHP_CodeCoverage-1.2.12.tgz
 /PHP_CodeCoverage-1.2.13.tgz
+/PHP_CodeCoverage-1.2.14.tgz
diff --git a/php-phpunit-PHP-CodeCoverage.spec b/php-phpunit-PHP-CodeCoverage.spec
index 6026883..1481d7e 100644
--- a/php-phpunit-PHP-CodeCoverage.spec
+++ b/php-phpunit-PHP-CodeCoverage.spec
@@ -1,6 +1,6 @@
 # spec file for php-phpunit-PHP-CodeCoverage
 #
-# Copyright (c) 2013 Remi Collet
+# Copyright (c) 2013-2014 Remi Collet
 # License: CC-BY-SA
 # http://creativecommons.org/licenses/by-sa/3.0/
 #
@@ -12,7 +12,7 @@
 %global pear_channel pear.phpunit.de
 
 Name:           php-phpunit-PHP-CodeCoverage
-Version:        1.2.13
+Version:        1.2.14
 Release:        1%{?dist}
 Summary:        PHP code coverage information
 
@@ -41,7 +41,7 @@ Requires:       php-pear(PEAR) >= 1.9.4
 Requires:       php-channel(%{pear_channel})
 Requires:       php-pear(%{pear_channel}/File_Iterator) >= 1.3.0
 Requires:       php-pear(%{pear_channel}/PHP_TokenStream) >= 1.1.3
-Requires:       php-pear(%{pear_channel}/Text_Template) >= 1.1.1
+Requires:       php-pear(%{pear_channel}/Text_Template) >= 1.2.0
 Requires:       php-pear(components.ez.no/ConsoleTools) >= 1.6
 
 Provides:       php-pear(%{pear_channel}/%{pear_name}) = %{version}
@@ -93,6 +93,10 @@ fi
 
 
 %changelog
+* Fri Jan 31 2014 Remi Collet <remi at fedoraproject.org> - 1.2.14-1
+- Update to 1.2.14
+- raise dependency on Text_Template 1.2.0
+
 * Tue Sep 10 2013 Remi Collet <remi at fedoraproject.org> - 1.2.13-1
 - Update to 1.2.13
 
diff --git a/sources b/sources
index 95402f8..0113721 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b8ff38a703e34d720ecb3e88e06908ea  PHP_CodeCoverage-1.2.13.tgz
+3efcc6d18617784a3094746e18940ef5  PHP_CodeCoverage-1.2.14.tgz


More information about the scm-commits mailing list