[gnumeric] Fix crasher (RH #707965)

belegdol belegdol at fedoraproject.org
Thu May 26 20:19:46 UTC 2011


commit bd2f275e68f687e1d497a305cf025769acd0eabf
Author: Julian Sikorski <belegdol at fedoraproject.org>
Date:   Thu May 26 22:18:56 2011 +0200

    Fix crasher (RH #707965)

 gnumeric.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/gnumeric.spec b/gnumeric.spec
index 1a1feb4..18ac73b 100644
--- a/gnumeric.spec
+++ b/gnumeric.spec
@@ -1,7 +1,7 @@
 Name:             gnumeric
 Epoch:            1
 Version:          1.10.15
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          Spreadsheet program for GNOME
 Group:            Applications/Productivity
 # bug filed upstream about this being GPL v2 only:
@@ -9,6 +9,7 @@ Group:            Applications/Productivity
 License:          GPLv2
 URL:              http://www.gnome.org/gnumeric/
 Source:           ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.10/%{name}-%{version}.tar.bz2
+Patch0:           707965.patch
 BuildRoot:        %{_tmppath}/%{name}-%{version}-root
 BuildRequires:    libgnomeui-devel >= 2.4.0
 BuildRequires:    libgnomeprintui22-devel >= 2.8.2
@@ -57,6 +58,7 @@ This package contains the following additional plugins for gnumeric:
 
 %prep
 %setup -q
+%patch0 -p1 -b .707965
 
 chmod -x plugins/excel/rc4.?
 
@@ -184,6 +186,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 
 %changelog
+* Thu May 26 2011 Julian Sikorski <belegdol at fedoraproject.org> - 1:1.10.15-2
+- Fix crasher (RH #707965)
+
 * Sun May 22 2011 Julian Sikorski <belegdol at fedoraproject.org> - 1:1.10.15-1
 - Updated to 1.10.15
 - Updated GSettings scriptlets to the latest version


More information about the scm-commits mailing list