[php-pear-Log/el6/master] update to 1.12.5 (bugfix)

Remi Collet remi at fedoraproject.org
Thu Dec 23 19:12:24 UTC 2010


commit b9695cd443541fdca5f9b0e21ba1b1a6c00a90de
Author: remi <fedora at famillecollet.com>
Date:   Thu Dec 23 20:12:10 2010 +0100

    update to 1.12.5 (bugfix)

 .gitignore        |    3 ++-
 php-pear-Log.spec |    8 ++++++--
 sources           |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9cbd771..542af6d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-Log-1.11.5.tgz
+package*xml
+/Log-1.12.5.tgz
diff --git a/php-pear-Log.spec b/php-pear-Log.spec
index b162198..66e9487 100644
--- a/php-pear-Log.spec
+++ b/php-pear-Log.spec
@@ -4,7 +4,7 @@
 Summary:        Abstracted logging facility for PHP
 Summary(fr):    Abstraction des outils d'enregistrement de traces pour PHP
 Name:           php-pear-Log
-Version:        1.12.3
+Version:        1.12.5
 Release:        1%{?dist}
 License:        MIT
 Group:          Development/Libraries
@@ -92,7 +92,8 @@ cd %{pear_name}-%{version}
 PHPRC=../php.ini %{__pear} \
    run-tests \
    -i "-d include_path=%{buildroot}%{pear_phpdir}:%{pear_phpdir}" \
-   tests
+   tests | tee ../tests.log
+grep "FAILED TESTS" ../tests.log && exit 1
 
 
 %post
@@ -116,6 +117,9 @@ fi
 
 
 %changelog
+* Fri Dec 23 2010 Remi Collet <Fedora at FamilleCollet.com> 1.12.5-1
+- Version 1.12.5 (stable) - API 1.0.0 (stable)
+
 * Tue Sep 28 2010 Remi Collet <Fedora at FamilleCollet.com> 1.12.3-1
 - Version 1.12.3 (stable) - API 1.0.0 (stable)
 - run tests during %%check
diff --git a/sources b/sources
index acf3f21..4be245a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9930cb6d52b3af2ca6a24db267e237f0  Log-1.12.3.tgz
+1dd1346dfce2bb878bd9b27804b863ad  Log-1.12.5.tgz


More information about the scm-commits mailing list