[babl] fix typo which caused problematic check not to be skipped

Nils Philippsen nphilipp at fedoraproject.org
Tue Apr 3 10:09:55 UTC 2012


commit a63c5c775b29855e5a08bad84a66909af816f872
Author: Nils Philippsen <nils at redhat.com>
Date:   Tue Apr 3 12:08:23 2012 +0200

    fix typo which caused problematic check not to be skipped

 babl.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/babl.spec b/babl.spec
index 812422d..6362e42 100644
--- a/babl.spec
+++ b/babl.spec
@@ -6,7 +6,7 @@
 Summary:	A dynamic, any to any, pixel format conversion library
 Name:		babl
 Version:	0.1.10
-Release:	1%{?dist}
+Release:	2%{?dist}
 
 # Compute some version related macros
 # Ugly hack, you need to get your quoting backslashes/percent signs straight
@@ -80,7 +80,7 @@ find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
 
 %check
 # skip tests known to be problematic in a specific version
-%if "%version" == "%skip_check_version"
+%if "%version" == "%skip_checks_version"
 pushd tests
 for problematic in %skip_checks; do
     rm -f "$problematic"
@@ -114,6 +114,9 @@ rm -rf %{buildroot}
 %doc %{develdocdir}
 
 %changelog
+* Tue Apr 03 2012 Nils Philippsen <nils at redhat.com> - 0.1.10-2
+- fix typo which caused problematic check not to be skipped
+
 * Tue Apr 03 2012 Nils Philippsen <nils at redhat.com> - 0.1.10-1
 - version 0.1.10
 - skip check known to be problematic: concurrency-stress-test


More information about the scm-commits mailing list