[gtkperf] Fix patch file

Dan Mashal vicodan at fedoraproject.org
Thu Dec 5 09:16:05 UTC 2013


commit 0eeb6764bee5da7a6614aceb710c7ae53c25d99b
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Thu Dec 5 01:15:59 2013 -0800

    Fix patch file

 format-security-gtkperf.patch |    6 +++---
 gtkperf.spec                  |    5 ++++-
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/format-security-gtkperf.patch b/format-security-gtkperf.patch
index 4203c4f..c4e5c6a 100644
--- a/format-security-gtkperf.patch
+++ b/format-security-gtkperf.patch
@@ -6,7 +6,7 @@ diff -uNrp a/src/timing.c b/src/timing.c
  				timestring, -1);
  
 -	g_printf (timestring);
-+	g_printf (timestring, "%s");
++	g_printf ("%s", timestring);
  
  }
  
@@ -15,7 +15,7 @@ diff -uNrp a/src/timing.c b/src/timing.c
  			    " Test Finished");
  
 -	g_printf (timestring);
-+	g_printf (timestring, "%s");
++	g_printf ("%s", timestring);
  
  }
  
@@ -24,5 +24,5 @@ diff -uNrp a/src/timing.c b/src/timing.c
  			    " Running tests...");
  
 -	g_printf (timestring);
-+	g_printf (timestring, "%s");
++	g_printf ("%s", timestring);
  }
diff --git a/gtkperf.spec b/gtkperf.spec
index f9b6751..a26b7b1 100644
--- a/gtkperf.spec
+++ b/gtkperf.spec
@@ -1,7 +1,7 @@
 Summary:	GTK+ performance tester
 Name:		gtkperf
 Version:	0.40
-Release:	17%{?dist}
+Release:	19%{?dist}
 License:	GPLv2
 Group:		Applications/System
 Source0:	http://downloads.sourceforge.net/%{name}/%{name}_%{version}.tar.gz
@@ -59,6 +59,9 @@ rm -rf %{buildroot}
 %{_datadir}/applications/*
 
 %changelog
+* Thu Dec 05 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 0.40-19
+- Fix patch
+
 * Wed Dec 04 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 0.40-18
 - Fix RHBZ #1037110 
 


More information about the scm-commits mailing list