rpms/abiword/devel .cvsignore, 1.27, 1.28 abiword.spec, 1.87, 1.88 sources, 1.27, 1.28

Marc Maurer uwog at fedoraproject.org
Mon Jul 27 14:45:58 UTC 2009


Author: uwog

Update of /cvs/pkgs/rpms/abiword/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9558

Modified Files:
	.cvsignore abiword.spec sources 
Log Message:
Make plugins link against libabiword.so to make pyabiword work, and use a new upstream release




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/abiword/devel/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- .cvsignore	5 Jul 2009 01:23:48 -0000	1.27
+++ .cvsignore	27 Jul 2009 14:45:58 -0000	1.28
@@ -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


Index: abiword.spec
===================================================================
RCS file: /cvs/pkgs/rpms/abiword/devel/abiword.spec,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -p -r1.87 -r1.88
--- abiword.spec	24 Jul 2009 16:30:46 -0000	1.87
+++ abiword.spec	27 Jul 2009 14:45:58 -0000	1.88
@@ -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 
 # 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}/appl
 %{_libdir}/pkgconfig/%{name}-%{majorversion}.%{minorversion}.pc
 
 %changelog
+* Mon Jul 27 2009 Marc Maurer <uwog at abisource.com> - 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 <rel-eng at lists.fedoraproject.org> - 1:2.7.6-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/abiword/devel/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- sources	5 Jul 2009 01:23:48 -0000	1.27
+++ sources	27 Jul 2009 14:45:58 -0000	1.28
@@ -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




More information about the fedora-extras-commits mailing list