[php-bartlett-PHP-Reflect] update to 1.9.0 (bugfixes)

Remi Collet remi at fedoraproject.org
Sat Oct 12 15:06:27 UTC 2013


commit c5cc07efdc694d611522c863842b0a24ead85901
Author: Remi Collet <remi at fedoraproject.org>
Date:   Sat Oct 12 17:06:20 2013 +0200

    update to 1.9.0 (bugfixes)

 .gitignore                    |    1 +
 php-bartlett-PHP-Reflect.spec |   12 ++++++++----
 sources                       |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ee8c834..5faafb9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ package-*.xml
 /PHP_Reflect-1.6.2.tgz
 /PHP_Reflect-1.7.0.tgz
 /PHP_Reflect-1.8.1.tgz
+/PHP_Reflect-1.9.0.tgz
diff --git a/php-bartlett-PHP-Reflect.spec b/php-bartlett-PHP-Reflect.spec
index 03e3e27..27a1131 100644
--- a/php-bartlett-PHP-Reflect.spec
+++ b/php-bartlett-PHP-Reflect.spec
@@ -13,7 +13,7 @@
 
 
 Name:           php-bartlett-PHP-Reflect
-Version:        1.8.1
+Version:        1.9.0
 Release:        1%{?dist}
 Summary:        Adds the ability to reverse-engineer PHP
 
@@ -23,7 +23,7 @@ URL:            http://bartlett.laurent-laville.org/
 Source0:        http://%{channel}/get/%{pear_name}-%{version}%{?prever}.tgz
 
 BuildArch:      noarch
-BuildRequires:  php(language) >= 5.2.0
+BuildRequires:  php(language) >= 5.3.0
 BuildRequires:  php-pear(PEAR) >= 1.9.0
 BuildRequires:  php-channel(%{channel})
 # to run test suite
@@ -32,7 +32,7 @@ BuildRequires:  php-pear(pear.phpunit.de/PHPUnit) >= 3.6.0
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
 # From package.xml
-Requires:       php(language) >= 5.2.0
+Requires:       php(language) >= 5.3.0
 Requires:       php-pear(PEAR) >= 1.9.0
 Requires:       php-channel(%{channel})
 Requires:       php-pcre
@@ -77,7 +77,7 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
 %check
 cd %{pear_name}-%{version}%{?prever}
 
-# Version 1.7.0 : OK (Tests: 51, Assertions: 113, Skipped: 1)
+# Version 1.9.0 : OK (Tests: 51, Assertions: 113, Skipped: 1)
 %{_bindir}/phpunit \
   -d date.timezone=UTC \
   --bootstrap %{buildroot}%{pear_phpdir}/Bartlett/PHP/Reflect/Autoload.php \
@@ -103,6 +103,10 @@ fi
 
 
 %changelog
+* Sat Oct 12 2013 Remi Collet <remi at fedoraproject.org> - 1.9.0-1
+- Update to 1.9.0
+- raise dependency on PHP >= 5.3
+
 * Mon Sep 23 2013 Remi Collet <remi at fedoraproject.org> - 1.8.1-1
 - Update to 1.8.1
 
diff --git a/sources b/sources
index 7d317d6..abf6ffe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-23fc8ba0678577eadad7eb43abdb3f5d  PHP_Reflect-1.8.1.tgz
+5f7fad4f94c49c54902d8c2e8659f8ae  PHP_Reflect-1.9.0.tgz


More information about the scm-commits mailing list