[gnomebaker] Fix building with -Werror=format-security

Tomas Smetana tsmetana at fedoraproject.org
Thu Jan 16 15:47:56 UTC 2014


commit 8da111bee7431dd50fae0aacf0f2b967804f3ee7
Author: Tomas Smetana <tsmetana at redhat.com>
Date:   Thu Jan 16 16:48:03 2014 +0100

    Fix building with -Werror=format-security
    
    - Resolves: rhbz#1037367

 gnomebaker.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/gnomebaker.spec b/gnomebaker.spec
index 41fa819..420bc0c 100644
--- a/gnomebaker.spec
+++ b/gnomebaker.spec
@@ -1,6 +1,6 @@
 Name:           gnomebaker
 Version:        0.6.4
-Release:        18%{?dist}
+Release:        19%{?dist}
 Summary:        GNOME CD/DVD burner
 
 Group:          Applications/Multimedia
@@ -33,6 +33,7 @@ Patch1: gnomebaker-0.6.4-nograce.patch
 Patch2: gnomebaker-0.6.4-seldata.patch
 Patch3: gnomebaker-0.6.4-ldadd.patch
 Patch4: gnomebaker-0.6.4-iconname.patch
+Patch5: gnomebaker-0.6.4-formaterr.patch
 
 %description
 CD/DVD burner designed for the GNOME desktop.
@@ -45,6 +46,7 @@ CD/DVD burner designed for the GNOME desktop.
 %patch2 -p1 -b .seldata
 %patch3 -p1 -b .ldadd
 %patch4 -p1 -b .iconname
+%patch5 -p1 -b .formaterr
 chmod 644 AUTHORS TODO
 
 
@@ -126,6 +128,10 @@ update-desktop-database &> /dev/null || :
 
 
 %changelog
+* Thu Jan 16 2014 Tomas Smetana <tsmetana at redhat.com> - 0.6.4-19
+- Fix building with -Werror=format-security
+- Resolves: rhbz#1037367
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.4-18
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list