[php-phpunit-PHP-CodeCoverage/f15] update to 1.1.1

Remi Collet remi at fedoraproject.org
Tue Jan 17 17:15:04 UTC 2012


commit b9fd1e9c412f2aa7126d8c7f52af20b4c68dba5d
Author: remi <fedora at famillecollet.com>
Date:   Tue Jan 17 18:14:37 2012 +0100

    update to 1.1.1

 .gitignore                        |    2 ++
 php-phpunit-PHP-CodeCoverage.spec |   27 +++++++++++++++------------
 sources                           |    2 +-
 3 files changed, 18 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 25d76f2..bd6eb37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
 *spec~
 package*.xml
 /PHP_CodeCoverage-1.0.5.tgz
+/PHP_CodeCoverage-1.1.0.tgz
+/PHP_CodeCoverage-1.1.1.tgz
diff --git a/php-phpunit-PHP-CodeCoverage.spec b/php-phpunit-PHP-CodeCoverage.spec
index a6aba90..b5190dc 100644
--- a/php-phpunit-PHP-CodeCoverage.spec
+++ b/php-phpunit-PHP-CodeCoverage.spec
@@ -3,7 +3,7 @@
 %global channel pear.phpunit.de
 
 Name:           php-phpunit-PHP-CodeCoverage
-Version:        1.0.5
+Version:        1.1.1
 Release:        1%{?dist}
 Summary:        PHP code coverage information
 
@@ -14,16 +14,16 @@ Source0:        http://pear.phpunit.de/get/%{pear_name}-%{version}.tgz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  php-pear(PEAR) >= 1.9.2
+BuildRequires:  php-pear(PEAR) >= 1.9.4
 BuildRequires:  php-channel(%{channel})
 
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
 Requires:       php-xml >= 5.2.7
 Requires:       php-pecl(Xdebug) >= 2.0.5
-Requires:       php-pear(%{channel}/File_Iterator) >= 1.2.2
-Requires:       php-pear(%{channel}/PHP_TokenStream) >= 1.0.0
-Requires:       php-pear(%{channel}/Text_Template) >= 1.0.0
+Requires:       php-pear(%{channel}/File_Iterator) >= 1.3.0
+Requires:       php-pear(%{channel}/PHP_TokenStream) >= 1.1.0
+Requires:       php-pear(%{channel}/Text_Template) >= 1.1.1
 Requires:       php-pear(components.ez.no/ConsoleTools) >= 1.6
 
 Provides:       php-pear(%{channel}/%{pear_name}) = %{version}
@@ -47,19 +47,19 @@ cd %{pear_name}-%{version}
 
 %install
 cd %{pear_name}-%{version}
-rm -rf $RPM_BUILD_ROOT docdir
-%{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{name}.xml
+rm -rf %{buildroot}
+%{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml
 
 # Clean up unnecessary files
-rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??*
+rm -rf %{buildroot}%{pear_phpdir}/.??*
 
 # Install XML package description
-mkdir -p $RPM_BUILD_ROOT%{pear_xmldir}
-install -pm 644 %{name}.xml $RPM_BUILD_ROOT%{pear_xmldir}
+mkdir -p %{buildroot}%{pear_xmldir}
+install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
 
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 
 %post
@@ -78,10 +78,13 @@ fi
 %doc %{pear_docdir}/%{pear_name}
 %{pear_xmldir}/%{name}.xml
 %{pear_phpdir}/PHP
-%{_bindir}/phpcov
 
 
 %changelog
+* Fri Nov 04 2011 Remi Collet <remi at fedoraproject.org> - 1.1.1-1
+- Version 1.1.1 (stable) - API 1.1.0 (stable)
+- no more phpcov script in bindir
+
 * Fri Aug 19 2011 Remi Collet <remi at fedoraproject.org> - 1.0.5-1
 - Version 1.0.5 (stable) - API 1.0.3 (stable)
 - remove PEAR hack (only needed for EPEL)
diff --git a/sources b/sources
index 0c9a0f3..5bc1a2d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-38c49a6ff3a19e560d8862c0b09d7680  PHP_CodeCoverage-1.0.5.tgz
+fd74dd3d20ab08f603f0acaf1ca07987  PHP_CodeCoverage-1.1.1.tgz


More information about the scm-commits mailing list