From 4f9e184b698325d62bc419b6d0f9f586423543a5 Mon Sep 17 00:00:00 2001 From: Eric Tanguy Date: Jul 09 2008 16:28:15 +0000 Subject: *** empty log message *** --- diff --git a/drgeo.patch b/drgeo.patch new file mode 100644 index 0000000..5f99309 --- /dev/null +++ b/drgeo.patch @@ -0,0 +1,12 @@ +--- ./geo/drgeo_figure.cc 2008-07-08 02:38:50.000000000 -0400 ++++ ./geo/drgeo_figure.cc~ 2005-07-14 03:30:01.000000000 -0400 +@@ -1309,7 +1309,7 @@ + gint + drgeoFigure::preferedUndoLevel () + { +- atoi (drgeoConfigGet (":undoLevel")); ++ return atoi (drgeoConfigGet (":undoLevel")); + } + + void + diff --git a/drgeo.spec b/drgeo.spec index 8465093..f225752 100644 --- a/drgeo.spec +++ b/drgeo.spec @@ -1,13 +1,14 @@ Summary: Interactive educational geometry software Name: drgeo Version: 1.1.0 -Release: 12%{?dist} +Release: 13%{?dist} License: GPL Group: Applications/Engineering URL: http://www.ofset.org/drgeo Source: http://dl.sf.net/ofset/drgeo-%{version}.tar.gz Patch0: drgeo-1.1.0-htmlview.patch +Patch1: drgeo.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: flex, bison, gmp-devel >= 2.0.2, desktop-file-utils @@ -24,6 +25,7 @@ situation with students from primary or secondary level. %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %configure @@ -61,6 +63,9 @@ rm -rf %{buildroot} %{_datadir}/applications/fedora-drgeo.desktop %changelog +* Tue Jul 08 2008 Eric Tanguy - 1.1.0-13 +- BZ 454045 + * Tue Feb 19 2008 Fedora Release Engineering - 1.1.0-12 - Autorebuild for GCC 4.3