diff --git a/.cvsignore b/.cvsignore index 37bc17d..47bd3d2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ libqalculate-0.8.2.tar.gz +libqalculate-cln_fix.patch diff --git a/libqalculate.spec b/libqalculate.spec index edab0ba..371852e 100644 --- a/libqalculate.spec +++ b/libqalculate.spec @@ -1,7 +1,7 @@ Summary: Multi-purpose calculator library Name: libqalculate Version: 0.8.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: System Environment/Libraries URL: http://qalculate.sourceforge.net/ @@ -10,6 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel, cln-devel BuildRequires: libxml2-devel >= 2.3.8 BuildRequires: readline-devel, ncurses-devel +Patch0: libqalculate-cln_fix.patch %description This library underpins the Qalculate! multi-purpose desktop calculator for @@ -38,6 +39,7 @@ This package provides the text-mode interface for Qalculate! %prep %setup -q +%patch0 -p0 -b .cln_fix %build %configure --disable-static @@ -73,6 +75,9 @@ rm -rf %{buildroot} %{_bindir}/qalc %changelog +* Mon Oct 17 2005 Deji Akingunola - 0.8.2-3 +- Add patch to allow build with cln-1.1.10 + * Mon Oct 17 2005 Deji Akingunola - 0.8.2-2 - Bump the release tag to make even with FC-4 and FC-3 branches diff --git a/sources b/sources index 7cde6be..38094ae 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 69824de52bea915f5cc00ed6e3b905c9 libqalculate-0.8.2.tar.gz +946de78cfcfda1e1af7c033b27b07501 libqalculate-cln_fix.patch