[php-phpunit-bytekit] Fix search and replace issue

Guillaume Kulakowski llaumgui at fedoraproject.org
Sun Nov 6 20:07:35 UTC 2011


commit 07bb1265f09aa046e2497bd02cd0e1779fc67a79
Author: Guillaume Kulakowski <guillaume at llaumgui.com>
Date:   Sun Nov 6 21:07:28 2011 +0100

    Fix search and replace issue

 php-phpunit-bytekit.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/php-phpunit-bytekit.spec b/php-phpunit-bytekit.spec
index 31fa008..8bcc575 100644
--- a/php-phpunit-bytekit.spec
+++ b/php-phpunit-bytekit.spec
@@ -4,7 +4,7 @@
 
 Name:           php-phpunit-bytekit
 Version:        1.1.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A command-line tool built on the PHP Bytekit extension
 
 Group:          Development/Libraries
@@ -18,8 +18,8 @@ BuildRequires:  php-pear >= 1:1.9.0
 BuildRequires:  php-channel(%{channel})
 Requires:       php-channel(%{channel})
 Requires:       php-pear(pear.phpunit.de/File_Iterator) >= 1.1.0
-Requires(post): pear
-Requires(postun): pear
+Requires(post): %{__pear}
+Requires(postun): %{__pear}
 
 Provides:       php-pear(%{channel}/%{pear_name}) = %{version}
 
@@ -81,6 +81,9 @@ fi
 
 
 %changelog
+* Sun Nov 06 2011 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.1.2-2
+- Fix search and replace issue
+
 * Sat Nov 05 2011 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.1.2-1
 - upstream 1.1.2
 


More information about the scm-commits mailing list