[jsl] Fix build with -Werror=format-security

Lubomir Rintel lkundrak at fedoraproject.org
Wed Dec 4 22:42:33 UTC 2013


commit 16306d88e802b3a26ee3ec245a9c91f2239463c5
Author: Lubomir Rintel <lkundrak at v3.sk>
Date:   Wed Dec 4 23:42:17 2013 +0100

    Fix build with -Werror=format-security

 jsl.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/jsl.spec b/jsl.spec
index d1d920e..3506758 100644
--- a/jsl.spec
+++ b/jsl.spec
@@ -1,6 +1,6 @@
 Name:           jsl
 Version:        0.3.0
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Check JavaScript code for common mistakes
 
 Group:          Development/Tools
@@ -53,6 +53,9 @@ perl run_tests.pl ../src/jsl
 
 
 %changelog
+* Wed Dec 04 2013 Lubomir Rintel <lkundrak at v3.sk> - 0.3.0-9
+- Fix build with -Werror=format-security
+
 * Thu Oct 24 2013 Lubomir Rintel (GoodData) <lubo.rintel at gooddata.com> - 0.3.0-8
 - Bulk sad and useless attempt at consistent SPEC file formatting
 


More information about the scm-commits mailing list