[memstomp/f19] Fix typo in initialization message (#961495)

Jeffrey Law law at fedoraproject.org
Fri May 10 04:27:55 UTC 2013


commit 4efbb3b54423aa65e8a2fb2679d91fb7ec1ead4f
Author: Jeff Law <law at redhat.com>
Date:   Thu May 9 22:26:19 2013 -0600

     Fix typo in initialization message (#961495)

 memstomp-rh961495.patch |   12 ++++++++++++
 memstomp.spec           |    7 ++++++-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/memstomp-rh961495.patch b/memstomp-rh961495.patch
new file mode 100644
index 0000000..49b7345
--- /dev/null
+++ b/memstomp-rh961495.patch
@@ -0,0 +1,12 @@
+diff -Nrup a/memstomp.c b/memstomp.c
+--- a/memstomp.c	2011-03-30 21:27:19.000000000 -0600
++++ b/memstomp.c	2013-05-09 22:23:39.210837345 -0600
+@@ -174,7 +174,7 @@ static void setup(void) {
+         initialized = true;
+ 
+ 	char prname[17];
+-        fprintf(stderr, "memstomp: "PACKAGE_VERSION" sucessfully initialized for process %s (pid %lu).\n",
++        fprintf(stderr, "memstomp: "PACKAGE_VERSION" successfully initialized for process %s (pid %lu).\n",
+                 get_prname(prname), (unsigned long) getpid());
+ }
+ 
diff --git a/memstomp.spec b/memstomp.spec
index 8891884..97e0b9c 100644
--- a/memstomp.spec
+++ b/memstomp.spec
@@ -1,7 +1,7 @@
 %global	githash 38573e7d
 Name:		memstomp
 Version:	0.1.4
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	Warns of memory argument overlaps to various functions
 Group:		Development/Debuggers
 # The entire source code is LGPLV3+ with the exception of backtrace-symbols.c which
@@ -20,6 +20,7 @@ BuildRequires:	binutils-devel autoconf automake dejagnu
 
 Patch0: memstomp-testsuite.patch
 Patch1: memstomp-man.patch
+Patch2: memstomp-rh961495.patch
 
 
 %description 
@@ -34,6 +35,7 @@ overlapping memory arguments to certain library calls.
 %setup -q -n %{name}-%{version}-%{githash}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 
 %build
@@ -53,6 +55,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %{_mandir}/man1/memstomp.1.gz
 
 %changelog
+* Thu May 09 2013 Jeff Law <law at redhat.com> 0.1.4-5
+- Fix typo in initialization message (#961495)
+
 * Fri Mar 15 2013 Jeff Law <law at redhat.com> 0.1.4-4
 - Build tests with -fno-builtin
 


More information about the scm-commits mailing list