[joe/f13] - Resolves: #684905 memory corruption problem in wrapword function

Ivana Varekova varekova at fedoraproject.org
Mon Jun 13 09:04:20 UTC 2011


commit c9331fde9a329ce331ab78054a8d86dc0f4b1e89
Author: Ivana Hutarova Varekova <varekova at redhat.com>
Date:   Mon Jun 13 11:21:03 2011 +0200

    - Resolves: #684905
      memory corruption problem in wrapword function

 joe.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/joe.spec b/joe.spec
index ac78625..6696e0d 100644
--- a/joe.spec
+++ b/joe.spec
@@ -1,7 +1,7 @@
 Summary: An easy to use, modeless text editor
 Name: joe
 Version: 3.7
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2+
 Group: Applications/Editors
 Source: http://downloads.sourceforge.net/joe-editor/joe-%{version}.tar.gz
@@ -11,6 +11,8 @@ Patch0: joe-3.7-joerc.patch
 Patch2: joe-3.4-selinux.patch
 Patch3: joe-3.5-time.patch
 Patch4: joe-3.7-orphan.patch
+#Resolves: #684905
+Patch5: joe-3.7-indent-ow.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -24,6 +26,7 @@ environment.
 %patch2 -p1 -b .selinux
 %patch3 -p1 -b .time
 %patch4 -p1 -b .orphan
+%patch5 -p1 -b .of
 iconv -f koi8-r -t utf-8 ./man/ru/joe.1.in >./man/ru/joe.1.in.aux
 touch -r ./man/ru/joe.1.in ./man/ru/joe.1.in.aux
 mv ./man/ru/joe.1.in.aux ./man/ru/joe.1.in
@@ -65,6 +68,10 @@ popd
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Mon Jun 13 2011 Ivana Hutarova Varekova <varekova at redhat.com> - 3.7-6
+- Resolves: #684905
+  memory corruption problem in wrapword function
+
 * Wed Feb 10 2010 Ivana Hutarova Varekova <varekova at redhat.com> - 3.7-5
 - fix 528817 - problem when orphan mode is set
 


More information about the scm-commits mailing list