[php-phpunit-PHP-Invoker/f18] update to 1.1.2

Remi Collet remi at fedoraproject.org
Sat Oct 6 08:31:57 UTC 2012


commit 220bdfb2c9465c72cced0c7379431681fd0bc1c5
Author: Remi Collet <remi at fedoraproject.org>
Date:   Sat Oct 6 10:31:49 2012 +0200

    update to 1.1.2

 .gitignore                   |    1 +
 php-phpunit-PHP-Invoker.spec |    8 ++++++--
 sources                      |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 18f99ea..fffba44 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ package-*.xml
 /PHP_Invoker-1.0.1.tgz
 /PHP_Invoker-1.1.0.tgz
 /PHP_Invoker-1.1.1.tgz
+/PHP_Invoker-1.1.2.tgz
diff --git a/php-phpunit-PHP-Invoker.spec b/php-phpunit-PHP-Invoker.spec
index 6a1115a..fce1435 100644
--- a/php-phpunit-PHP-Invoker.spec
+++ b/php-phpunit-PHP-Invoker.spec
@@ -1,10 +1,11 @@
+%{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
 %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
 
 %global channel   pear.phpunit.de
 %global pear_name PHP_Invoker
 
 Name:           php-phpunit-PHP-Invoker
-Version:        1.1.1
+Version:        1.1.2
 Release:        1%{?dist}
 Summary:        Utility class for invoking callables with a timeout
 
@@ -50,7 +51,7 @@ rm -rf %{buildroot}
 %{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml
 
 # Clean up unnecessary files
-rm -rf %{buildroot}%{pear_phpdir}/.??*
+rm -rf %{buildroot}%{pear_metadir}/.??*
 
 # Install XML package description
 install -Dpm 644 %{name}.xml %{buildroot}%{pear_xmldir}/%{name}.xml
@@ -80,6 +81,9 @@ fi
 
 
 %changelog
+* Sat Oct  6 2012 Remi Collet <remi at fedoraproject.org> - 1.1.2-1
+- Update to 1.1.2 (stable) - API 1.1.0
+
 * Mon Sep 24 2012 Remi Collet <remi at fedoraproject.org> - 1.1.1-1
 - Update to 1.1.1 (stable) - API 1.1.0
 
diff --git a/sources b/sources
index e943ee6..61acdb0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8ebab2c1c5f093dc524f4d041adeb427  PHP_Invoker-1.1.1.tgz
+a0518dfb969856c292182dd72703ad40  PHP_Invoker-1.1.2.tgz


More information about the scm-commits mailing list