[php-phpunit-phpcpd/f15] Fix search and replace issue

Guillaume Kulakowski llaumgui at fedoraproject.org
Sun Nov 6 19:55:02 UTC 2011


commit a19d10eddc20fdbf9d53e09ff4713561dbf147f0
Author: Guillaume Kulakowski <guillaume at llaumgui.com>
Date:   Sun Nov 6 20:54:58 2011 +0100

    Fix search and replace issue

 php-phpunit-phpcpd.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/php-phpunit-phpcpd.spec b/php-phpunit-phpcpd.spec
index a2c7fec..4d91e16 100644
--- a/php-phpunit-phpcpd.spec
+++ b/php-phpunit-phpcpd.spec
@@ -4,7 +4,7 @@
 
 Name:           php-phpunit-phpcpd
 Version:        1.3.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Copy/Paste Detector (CPD) for PHP code
 
 Group:          Development/Libraries
@@ -20,8 +20,8 @@ Requires:       php-common >= 5.2.7
 Requires:       php-tokenizer
 Requires:       php-xml
 Requires:       php-channel(%{channel})
-Requires(post): pear
-Requires(postun): pear
+Requires(post): %{__pear}
+Requires(postun): %{__pear}
 Requires:       php-pear(pear.phpunit.de/File_Iterator) >= 1.2.2
 Requires:       php-pear(pear.phpunit.de/PHP_Timer) >= 1.0.0
 Requires:       php-pear(components.ez.no/ConsoleTools) >= 1.6 
@@ -86,6 +86,9 @@ fi
 
 
 %changelog
+* Sun Nov 06 2011 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.3.3-2
+- Fix search and replace issue
+
 * Sat Nov 05 2011 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.3.3-1
 - upstream 1.3.3
 


More information about the scm-commits mailing list