From 9370b5c02d05136ab1a2a0af868d984f7a407240 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 26 Jun 2013 11:23:08 +0200 Subject: php-bartlett-PHP-Reflect: 1.7.0 --- php-bartlett-PHP-Reflect.spec | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'php-bartlett-PHP-Reflect.spec') diff --git a/php-bartlett-PHP-Reflect.spec b/php-bartlett-PHP-Reflect.spec index 651f94f..0b36e41 100644 --- a/php-bartlett-PHP-Reflect.spec +++ b/php-bartlett-PHP-Reflect.spec @@ -1,10 +1,18 @@ +# spec file for php-bartlett-PHP-Reflect +# +# Copyright (c) 2011-2013 Remi Collet +# License: CC-BY-SA +# http://creativecommons.org/licenses/by-sa/3.0/ +# +# Please, preserve the changelog entries +# %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} %global channel bartlett.laurent-laville.org %global pear_name PHP_Reflect Name: php-bartlett-PHP-Reflect -Version: 1.6.2 +Version: 1.7.0 Release: 1%{?dist} Summary: Adds the ability to reverse-engineer PHP @@ -68,7 +76,7 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} %check cd %{pear_name}-%{version}%{?prever} -# Version 1.6.2 : OK (Tests: 49, Assertions: 110, Skipped: 1) +# Version 1.7.0 : OK (Tests: 51, Assertions: 113, Skipped: 1) %{_bindir}/phpunit \ -d date.timezone=UTC \ --bootstrap %{buildroot}%{pear_phpdir}/Bartlett/PHP/Reflect/Autoload.php \ @@ -99,6 +107,9 @@ fi %changelog +* Wed Jun 26 2013 Remi Collet - 1.7.0-1 +- Update to 1.7.0 + * Sat Apr 06 2013 Remi Collet - 1.6.2-1 - Update to 1.6.2 -- cgit