[php-symfony2-Yaml] Fix spec syntax error

Shawn Iwinski siwinski at fedoraproject.org
Sun Mar 3 21:07:41 UTC 2013


commit 953e5d3236864ff5019cd6cfad165d5d4617526d
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sun Mar 3 16:07:34 2013 -0500

    Fix spec syntax error

 php-symfony2-Yaml.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/php-symfony2-Yaml.spec b/php-symfony2-Yaml.spec
index 73cb75d..7c89a29 100644
--- a/php-symfony2-Yaml.spec
+++ b/php-symfony2-Yaml.spec
@@ -6,7 +6,7 @@
 %global php_min_ver  5.3.3
 
 # Temp disable tests unless "--with tests"
-+%global with_tests   %{?_with_tests:1}%{!?_with_tests:0}
+%global with_tests   %{?_with_tests:1}%{!?_with_tests:0}
 
 Name:             php-symfony2-Yaml
 Version:          2.1.8


More information about the scm-commits mailing list