diff --git a/.cvsignore b/.cvsignore index 29f22f8..a08c593 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -abiword-2.7.6.tar.gz -abiword-docs-2.7.6.tar.gz +abiword-2.7.7.tar.gz +abiword-docs-2.7.7.tar.gz diff --git a/abiword.spec b/abiword.spec index e136ab1..dc33a49 100644 --- a/abiword.spec +++ b/abiword.spec @@ -1,13 +1,13 @@ %define majorversion 2 %define minorversion 7 -%define microversion 6 +%define microversion 7 %define olpc_build 0 Summary: The AbiWord word processor Name: abiword Version: %{majorversion}.%{minorversion}.%{microversion} -Release: 4%{?dist} +Release: 1%{?dist} Epoch: 1 Group: Applications/Editors License: GPLv2+ @@ -101,9 +101,9 @@ Includes and definitions for developing with libabiword. # build libabiword and abiword cd $RPM_BUILD_DIR/abiword-%{version} %if %{olpc_build} -%configure --disable-static --disable-gnomevfs --disable-gucharmap --disable-printing --enable-plugins="loadbindings collab" --enable-collab-backend-sugar +%configure --disable-static --enable-dynamic --disable-gnomevfs --disable-gucharmap --disable-printing --enable-plugins="loadbindings collab" --enable-collab-backend-sugar %else -%configure --disable-static --enable-plugins --enable-clipart --enable-templates +%configure --disable-static --enable-dynamic --enable-plugins --enable-clipart --enable-templates %endif %{__make} %{?_smp_mflags} @@ -179,6 +179,10 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : %{_libdir}/pkgconfig/%{name}-%{majorversion}.%{minorversion}.pc %changelog +* Mon Jul 27 2009 Marc Maurer - 1:2.7.7-1 +- New upstream release +- Add --enable-dynamic to configure so plugins link against libabiword.so + * Fri Jul 24 2009 Fedora Release Engineering - 1:2.7.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 8efa311..9d53793 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -dd5057e274488be02c0f504e51ca6b31 abiword-2.7.6.tar.gz -a0051e8a9ef8859adc87fd45e8744c2c abiword-docs-2.7.6.tar.gz +31acd0e4775925acd867842bb61a301f abiword-2.7.7.tar.gz +7ae7c45e74d9287010fb6b342393e43d abiword-docs-2.7.7.tar.gz