diff --git a/homebank-4.2-dsolink.patch b/homebank-4.2-dsolink.patch new file mode 100644 index 0000000..54bbec5 --- /dev/null +++ b/homebank-4.2-dsolink.patch @@ -0,0 +1,11 @@ +diff -up homebank-4.2/configure.ac.patch homebank-4.2/configure.ac +--- homebank-4.2/configure.ac.patch 2010-02-12 19:48:51.204167098 +0100 ++++ homebank-4.2/configure.ac 2010-02-12 19:49:03.369194905 +0100 +@@ -25,6 +25,7 @@ AC_PROG_INTLTOOL + PKG_CHECK_MODULES(DEPS, gtk+-2.0 >= 2.14 glib-2.0 >= 2.17) + AC_SUBST(DEPS_CFLAGS) + AC_SUBST(DEPS_LIBS) ++AC_CHECK_LIB(m, pow) + + + # Pre-release strict cflags diff --git a/homebank.spec b/homebank.spec index ce108a6..039eb9f 100644 --- a/homebank.spec +++ b/homebank.spec @@ -1,12 +1,13 @@ Name: homebank Version: 4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Free easy personal accounting for all Group: Applications/Productivity License: GPLv2+ URL: http://homebank.free.fr Source0: http://homebank.free.fr/public/%{name}-%{version}.tar.gz +Patch0: homebank-4.2-dsolink.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel @@ -35,6 +36,7 @@ Documentation files for homebank %prep %setup -q +%patch0 -p1 chmod -x NEWS chmod -x ChangeLog chmod -x README @@ -103,6 +105,9 @@ update-desktop-database &> /dev/null || : %{_datadir}/%{name}/help %changelog +* Fri Feb 12 2010 Johan Cwiklinski - 4.2-2 +- Fix DSO link bug + * Thu Feb 11 2010 Johan Cwiklinski - 4.2-1 - 4.2